@nuxt/modules 0.6.0-d4023b → 0.6.0-d7182e
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 +232 -2
- 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`.",
|
|
@@ -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",
|
|
@@ -1856,6 +1949,28 @@
|
|
|
1856
1949
|
"requires": {}
|
|
1857
1950
|
}
|
|
1858
1951
|
},
|
|
1952
|
+
{
|
|
1953
|
+
"name": "hanko",
|
|
1954
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
1955
|
+
"repo": "danielroe/nuxt-hanko",
|
|
1956
|
+
"npm": "nuxt-hanko",
|
|
1957
|
+
"icon": "",
|
|
1958
|
+
"github": "https://github.com/danielroe/nuxt-hanko",
|
|
1959
|
+
"website": "https://github.com/danielroe/nuxt-hanko",
|
|
1960
|
+
"learn_more": "",
|
|
1961
|
+
"category": "Security",
|
|
1962
|
+
"type": "3rd-party",
|
|
1963
|
+
"maintainers": [
|
|
1964
|
+
{
|
|
1965
|
+
"name": "danielroe",
|
|
1966
|
+
"github": "danielroe"
|
|
1967
|
+
}
|
|
1968
|
+
],
|
|
1969
|
+
"compatibility": {
|
|
1970
|
+
"nuxt": "^3.0.0",
|
|
1971
|
+
"requires": {}
|
|
1972
|
+
}
|
|
1973
|
+
},
|
|
1859
1974
|
{
|
|
1860
1975
|
"name": "harlem",
|
|
1861
1976
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -5357,6 +5472,28 @@
|
|
|
5357
5472
|
"requires": {}
|
|
5358
5473
|
}
|
|
5359
5474
|
},
|
|
5475
|
+
{
|
|
5476
|
+
"name": "time",
|
|
5477
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5478
|
+
"repo": "danielroe/nuxt-time",
|
|
5479
|
+
"npm": "nuxt-time",
|
|
5480
|
+
"icon": "",
|
|
5481
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5482
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5483
|
+
"learn_more": "",
|
|
5484
|
+
"category": "Extensions",
|
|
5485
|
+
"type": "3rd-party",
|
|
5486
|
+
"maintainers": [
|
|
5487
|
+
{
|
|
5488
|
+
"name": "danielroe",
|
|
5489
|
+
"github": "danielroe"
|
|
5490
|
+
}
|
|
5491
|
+
],
|
|
5492
|
+
"compatibility": {
|
|
5493
|
+
"nuxt": "^3.0.0",
|
|
5494
|
+
"requires": {}
|
|
5495
|
+
}
|
|
5496
|
+
},
|
|
5360
5497
|
{
|
|
5361
5498
|
"name": "toast",
|
|
5362
5499
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
@@ -5429,6 +5566,28 @@
|
|
|
5429
5566
|
}
|
|
5430
5567
|
}
|
|
5431
5568
|
},
|
|
5569
|
+
{
|
|
5570
|
+
"name": "twemoji",
|
|
5571
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
5572
|
+
"repo": "yizack/nuxt-twemoji",
|
|
5573
|
+
"npm": "nuxt-twemoji",
|
|
5574
|
+
"icon": "twemoji.svg",
|
|
5575
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
5576
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
5577
|
+
"learn_more": "",
|
|
5578
|
+
"category": "UI",
|
|
5579
|
+
"type": "3rd-party",
|
|
5580
|
+
"maintainers": [
|
|
5581
|
+
{
|
|
5582
|
+
"name": "Yizack Rangel",
|
|
5583
|
+
"github": "yizack"
|
|
5584
|
+
}
|
|
5585
|
+
],
|
|
5586
|
+
"compatibility": {
|
|
5587
|
+
"nuxt": "^3.0.0",
|
|
5588
|
+
"requires": {}
|
|
5589
|
+
}
|
|
5590
|
+
},
|
|
5432
5591
|
{
|
|
5433
5592
|
"name": "twicpics",
|
|
5434
5593
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5881,6 +6040,28 @@
|
|
|
5881
6040
|
"requires": {}
|
|
5882
6041
|
}
|
|
5883
6042
|
},
|
|
6043
|
+
{
|
|
6044
|
+
"name": "vercel-analytics",
|
|
6045
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6046
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6047
|
+
"npm": "nuxt-vercel-analytics",
|
|
6048
|
+
"icon": "",
|
|
6049
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6050
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6051
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6052
|
+
"category": "Analytics",
|
|
6053
|
+
"type": "3rd-party",
|
|
6054
|
+
"maintainers": [
|
|
6055
|
+
{
|
|
6056
|
+
"name": "Alexander B.",
|
|
6057
|
+
"github": "xanderbarkhatov"
|
|
6058
|
+
}
|
|
6059
|
+
],
|
|
6060
|
+
"compatibility": {
|
|
6061
|
+
"nuxt": "^3.0.0",
|
|
6062
|
+
"requires": {}
|
|
6063
|
+
}
|
|
6064
|
+
},
|
|
5884
6065
|
{
|
|
5885
6066
|
"name": "vexip-ui",
|
|
5886
6067
|
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
@@ -5935,13 +6116,13 @@
|
|
|
5935
6116
|
{
|
|
5936
6117
|
"name": "vitest",
|
|
5937
6118
|
"description": "Vitest integration with Nuxt",
|
|
5938
|
-
"repo": "danielroe/nuxt-vitest
|
|
6119
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5939
6120
|
"npm": "nuxt-vitest",
|
|
5940
6121
|
"icon": "vitest.svg",
|
|
5941
6122
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5942
6123
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5943
6124
|
"learn_more": "",
|
|
5944
|
-
"category": "
|
|
6125
|
+
"category": "Devtools",
|
|
5945
6126
|
"type": "3rd-party",
|
|
5946
6127
|
"maintainers": [
|
|
5947
6128
|
{
|
|
@@ -6049,6 +6230,29 @@
|
|
|
6049
6230
|
"requires": {}
|
|
6050
6231
|
}
|
|
6051
6232
|
},
|
|
6233
|
+
{
|
|
6234
|
+
"name": "vue-query",
|
|
6235
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6236
|
+
"repo": "Hebilicious/vue-query-nuxt#main",
|
|
6237
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6238
|
+
"icon": "vue-query.svg",
|
|
6239
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6240
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6241
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6242
|
+
"category": "Request",
|
|
6243
|
+
"type": "3rd-party",
|
|
6244
|
+
"maintainers": [
|
|
6245
|
+
{
|
|
6246
|
+
"name": "Hebilicious",
|
|
6247
|
+
"github": "Hebilicious",
|
|
6248
|
+
"twitter": "its_hebilicious"
|
|
6249
|
+
}
|
|
6250
|
+
],
|
|
6251
|
+
"compatibility": {
|
|
6252
|
+
"nuxt": "^3.0.0",
|
|
6253
|
+
"requires": {}
|
|
6254
|
+
}
|
|
6255
|
+
},
|
|
6052
6256
|
{
|
|
6053
6257
|
"name": "vue-select",
|
|
6054
6258
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -6430,6 +6634,32 @@
|
|
|
6430
6634
|
"requires": {}
|
|
6431
6635
|
}
|
|
6432
6636
|
},
|
|
6637
|
+
{
|
|
6638
|
+
"name": "wideangle",
|
|
6639
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
6640
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
6641
|
+
"npm": "wideangle-nuxt",
|
|
6642
|
+
"icon": "wideangle.png",
|
|
6643
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
6644
|
+
"website": "https://wideangle.co",
|
|
6645
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
6646
|
+
"category": "Analytics",
|
|
6647
|
+
"type": "3rd-party",
|
|
6648
|
+
"maintainers": [
|
|
6649
|
+
{
|
|
6650
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
6651
|
+
"github": "inputobjects"
|
|
6652
|
+
},
|
|
6653
|
+
{
|
|
6654
|
+
"name": "Jarek Rozanski",
|
|
6655
|
+
"github": "jrozanski"
|
|
6656
|
+
}
|
|
6657
|
+
],
|
|
6658
|
+
"compatibility": {
|
|
6659
|
+
"nuxt": "^3.0.0",
|
|
6660
|
+
"requires": {}
|
|
6661
|
+
}
|
|
6662
|
+
},
|
|
6433
6663
|
{
|
|
6434
6664
|
"name": "windicss",
|
|
6435
6665
|
"description": "Next generation utility-first CSS framework.",
|