@nuxt/modules 0.6.0-18474d → 0.6.0-1893cf
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 +215 -7
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -146,6 +146,30 @@
|
|
|
146
146
|
"requires": {}
|
|
147
147
|
}
|
|
148
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
|
+
},
|
|
149
173
|
{
|
|
150
174
|
"name": "api-party",
|
|
151
175
|
"description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
|
|
@@ -289,6 +313,29 @@
|
|
|
289
313
|
"requires": {}
|
|
290
314
|
}
|
|
291
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
|
+
},
|
|
292
339
|
{
|
|
293
340
|
"name": "axios",
|
|
294
341
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
@@ -592,6 +639,29 @@
|
|
|
592
639
|
"requires": {}
|
|
593
640
|
}
|
|
594
641
|
},
|
|
642
|
+
{
|
|
643
|
+
"name": "clarity-analytics",
|
|
644
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
645
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
646
|
+
"npm": "nuxt-clarity-analytics",
|
|
647
|
+
"icon": "",
|
|
648
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
649
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
650
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
651
|
+
"category": "Analytics",
|
|
652
|
+
"type": "3rd-party",
|
|
653
|
+
"maintainers": [
|
|
654
|
+
{
|
|
655
|
+
"name": "Barbapapazes",
|
|
656
|
+
"github": "Barbapapazes",
|
|
657
|
+
"twitter": "soubiran_"
|
|
658
|
+
}
|
|
659
|
+
],
|
|
660
|
+
"compatibility": {
|
|
661
|
+
"nuxt": "^3.0.0",
|
|
662
|
+
"requires": {}
|
|
663
|
+
}
|
|
664
|
+
},
|
|
595
665
|
{
|
|
596
666
|
"name": "client-init",
|
|
597
667
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -785,7 +855,7 @@
|
|
|
785
855
|
"description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
|
|
786
856
|
"repo": "nuxt/content#main",
|
|
787
857
|
"npm": "@nuxt/content",
|
|
788
|
-
"icon": "nuxt.
|
|
858
|
+
"icon": "nuxt.svg",
|
|
789
859
|
"github": "https://github.com/nuxt/content",
|
|
790
860
|
"website": "https://content.nuxtjs.org",
|
|
791
861
|
"learn_more": "",
|
|
@@ -1070,7 +1140,7 @@
|
|
|
1070
1140
|
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1071
1141
|
"repo": "nuxt/devtools#main",
|
|
1072
1142
|
"npm": "@nuxt/devtools",
|
|
1073
|
-
"icon": "nuxt.
|
|
1143
|
+
"icon": "nuxt.svg",
|
|
1074
1144
|
"github": "https://github.com/nuxt/devtools",
|
|
1075
1145
|
"website": "https://devtools.nuxtjs.org/",
|
|
1076
1146
|
"learn_more": "",
|
|
@@ -1508,6 +1578,29 @@
|
|
|
1508
1578
|
"requires": {}
|
|
1509
1579
|
}
|
|
1510
1580
|
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "form-actions",
|
|
1583
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1584
|
+
"repo": "Hebilicious/form-actions-nuxt#main",
|
|
1585
|
+
"npm": "form-actions-nuxt",
|
|
1586
|
+
"icon": "form-actions.svg",
|
|
1587
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1588
|
+
"website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1589
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1590
|
+
"category": "Request",
|
|
1591
|
+
"type": "3rd-party",
|
|
1592
|
+
"maintainers": [
|
|
1593
|
+
{
|
|
1594
|
+
"name": "Hebilicious",
|
|
1595
|
+
"github": "Hebilicious",
|
|
1596
|
+
"twitter": "its_hebilicious"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"compatibility": {
|
|
1600
|
+
"nuxt": "^3.0.0",
|
|
1601
|
+
"requires": {}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1511
1604
|
{
|
|
1512
1605
|
"name": "formkit",
|
|
1513
1606
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -3022,6 +3115,28 @@
|
|
|
3022
3115
|
"requires": {}
|
|
3023
3116
|
}
|
|
3024
3117
|
},
|
|
3118
|
+
{
|
|
3119
|
+
"name": "nupolyon",
|
|
3120
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3121
|
+
"repo": "adenvt/nupolyon",
|
|
3122
|
+
"npm": "nupolyon",
|
|
3123
|
+
"icon": "",
|
|
3124
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3125
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3126
|
+
"learn_more": "",
|
|
3127
|
+
"category": "Performance",
|
|
3128
|
+
"type": "3rd-party",
|
|
3129
|
+
"maintainers": [
|
|
3130
|
+
{
|
|
3131
|
+
"name": "adenvt",
|
|
3132
|
+
"github": "adenvt"
|
|
3133
|
+
}
|
|
3134
|
+
],
|
|
3135
|
+
"compatibility": {
|
|
3136
|
+
"nuxt": "^3.0.0",
|
|
3137
|
+
"requires": {}
|
|
3138
|
+
}
|
|
3139
|
+
},
|
|
3025
3140
|
{
|
|
3026
3141
|
"name": "nuxt-auth",
|
|
3027
3142
|
"description": "",
|
|
@@ -3645,7 +3760,7 @@
|
|
|
3645
3760
|
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3646
3761
|
"repo": "nuxtlabs/ui",
|
|
3647
3762
|
"npm": "@nuxthq/ui",
|
|
3648
|
-
"icon": "",
|
|
3763
|
+
"icon": "nuxtlabs-ui.svg",
|
|
3649
3764
|
"github": "https://github.com/nuxtlabs/ui",
|
|
3650
3765
|
"website": "https://ui.nuxtlabs.com",
|
|
3651
3766
|
"learn_more": "https://ui.nuxtlabs.com",
|
|
@@ -5407,6 +5522,28 @@
|
|
|
5407
5522
|
}
|
|
5408
5523
|
}
|
|
5409
5524
|
},
|
|
5525
|
+
{
|
|
5526
|
+
"name": "twemoji",
|
|
5527
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
5528
|
+
"repo": "yizack/nuxt-twemoji",
|
|
5529
|
+
"npm": "nuxt-twemoji",
|
|
5530
|
+
"icon": "twemoji.svg",
|
|
5531
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
5532
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
5533
|
+
"learn_more": "",
|
|
5534
|
+
"category": "UI",
|
|
5535
|
+
"type": "3rd-party",
|
|
5536
|
+
"maintainers": [
|
|
5537
|
+
{
|
|
5538
|
+
"name": "Yizack Rangel",
|
|
5539
|
+
"github": "yizack"
|
|
5540
|
+
}
|
|
5541
|
+
],
|
|
5542
|
+
"compatibility": {
|
|
5543
|
+
"nuxt": "^3.0.0",
|
|
5544
|
+
"requires": {}
|
|
5545
|
+
}
|
|
5546
|
+
},
|
|
5410
5547
|
{
|
|
5411
5548
|
"name": "twicpics",
|
|
5412
5549
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5859,6 +5996,28 @@
|
|
|
5859
5996
|
"requires": {}
|
|
5860
5997
|
}
|
|
5861
5998
|
},
|
|
5999
|
+
{
|
|
6000
|
+
"name": "vercel-analytics",
|
|
6001
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6002
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6003
|
+
"npm": "nuxt-vercel-analytics",
|
|
6004
|
+
"icon": "",
|
|
6005
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6006
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6007
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6008
|
+
"category": "Analytics",
|
|
6009
|
+
"type": "3rd-party",
|
|
6010
|
+
"maintainers": [
|
|
6011
|
+
{
|
|
6012
|
+
"name": "Alexander B.",
|
|
6013
|
+
"github": "xanderbarkhatov"
|
|
6014
|
+
}
|
|
6015
|
+
],
|
|
6016
|
+
"compatibility": {
|
|
6017
|
+
"nuxt": "^3.0.0",
|
|
6018
|
+
"requires": {}
|
|
6019
|
+
}
|
|
6020
|
+
},
|
|
5862
6021
|
{
|
|
5863
6022
|
"name": "vexip-ui",
|
|
5864
6023
|
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
@@ -5938,13 +6097,13 @@
|
|
|
5938
6097
|
},
|
|
5939
6098
|
{
|
|
5940
6099
|
"name": "vue-macros",
|
|
5941
|
-
"description": "Explore
|
|
5942
|
-
"repo": "sxzz/
|
|
6100
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6101
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5943
6102
|
"npm": "@vue-macros/nuxt",
|
|
5944
6103
|
"icon": "vue-macros.svg",
|
|
5945
|
-
"github": "https://github.com/sxzz/
|
|
6104
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5946
6105
|
"website": "https://vue-macros.sxzz.moe",
|
|
5947
|
-
"learn_more": "https://github.com/sxzz/
|
|
6106
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5948
6107
|
"category": "Extensions",
|
|
5949
6108
|
"type": "3rd-party",
|
|
5950
6109
|
"maintainers": [
|
|
@@ -6027,6 +6186,29 @@
|
|
|
6027
6186
|
"requires": {}
|
|
6028
6187
|
}
|
|
6029
6188
|
},
|
|
6189
|
+
{
|
|
6190
|
+
"name": "vue-query",
|
|
6191
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6192
|
+
"repo": "Hebilicious/vue-query-nuxt#main",
|
|
6193
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6194
|
+
"icon": "vue-query.svg",
|
|
6195
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6196
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6197
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6198
|
+
"category": "Request",
|
|
6199
|
+
"type": "3rd-party",
|
|
6200
|
+
"maintainers": [
|
|
6201
|
+
{
|
|
6202
|
+
"name": "Hebilicious",
|
|
6203
|
+
"github": "Hebilicious",
|
|
6204
|
+
"twitter": "its_hebilicious"
|
|
6205
|
+
}
|
|
6206
|
+
],
|
|
6207
|
+
"compatibility": {
|
|
6208
|
+
"nuxt": "^3.0.0",
|
|
6209
|
+
"requires": {}
|
|
6210
|
+
}
|
|
6211
|
+
},
|
|
6030
6212
|
{
|
|
6031
6213
|
"name": "vue-select",
|
|
6032
6214
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -6408,6 +6590,32 @@
|
|
|
6408
6590
|
"requires": {}
|
|
6409
6591
|
}
|
|
6410
6592
|
},
|
|
6593
|
+
{
|
|
6594
|
+
"name": "wideangle",
|
|
6595
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
6596
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
6597
|
+
"npm": "wideangle-nuxt",
|
|
6598
|
+
"icon": "wideangle.png",
|
|
6599
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
6600
|
+
"website": "https://wideangle.co",
|
|
6601
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
6602
|
+
"category": "Analytics",
|
|
6603
|
+
"type": "3rd-party",
|
|
6604
|
+
"maintainers": [
|
|
6605
|
+
{
|
|
6606
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
6607
|
+
"github": "inputobjects"
|
|
6608
|
+
},
|
|
6609
|
+
{
|
|
6610
|
+
"name": "Jarek Rozanski",
|
|
6611
|
+
"github": "jrozanski"
|
|
6612
|
+
}
|
|
6613
|
+
],
|
|
6614
|
+
"compatibility": {
|
|
6615
|
+
"nuxt": "^3.0.0",
|
|
6616
|
+
"requires": {}
|
|
6617
|
+
}
|
|
6618
|
+
},
|
|
6411
6619
|
{
|
|
6412
6620
|
"name": "windicss",
|
|
6413
6621
|
"description": "Next generation utility-first CSS framework.",
|