@nuxt/modules 0.6.0-bac3a2 → 0.6.0-bdada2
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 +181 -2
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -313,6 +313,29 @@
|
|
|
313
313
|
"requires": {}
|
|
314
314
|
}
|
|
315
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
|
+
},
|
|
316
339
|
{
|
|
317
340
|
"name": "axios",
|
|
318
341
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
@@ -550,6 +573,28 @@
|
|
|
550
573
|
"requires": {}
|
|
551
574
|
}
|
|
552
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
|
+
},
|
|
553
598
|
{
|
|
554
599
|
"name": "chakra-ui",
|
|
555
600
|
"description": "Chakra UI Module for Nuxt.js",
|
|
@@ -1555,6 +1600,29 @@
|
|
|
1555
1600
|
"requires": {}
|
|
1556
1601
|
}
|
|
1557
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
|
+
},
|
|
1558
1626
|
{
|
|
1559
1627
|
"name": "formkit",
|
|
1560
1628
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1903,6 +1971,28 @@
|
|
|
1903
1971
|
"requires": {}
|
|
1904
1972
|
}
|
|
1905
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
|
+
},
|
|
1906
1996
|
{
|
|
1907
1997
|
"name": "harlem",
|
|
1908
1998
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -5404,6 +5494,28 @@
|
|
|
5404
5494
|
"requires": {}
|
|
5405
5495
|
}
|
|
5406
5496
|
},
|
|
5497
|
+
{
|
|
5498
|
+
"name": "time",
|
|
5499
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5500
|
+
"repo": "danielroe/nuxt-time",
|
|
5501
|
+
"npm": "nuxt-time",
|
|
5502
|
+
"icon": "",
|
|
5503
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5504
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5505
|
+
"learn_more": "",
|
|
5506
|
+
"category": "Extensions",
|
|
5507
|
+
"type": "3rd-party",
|
|
5508
|
+
"maintainers": [
|
|
5509
|
+
{
|
|
5510
|
+
"name": "danielroe",
|
|
5511
|
+
"github": "danielroe"
|
|
5512
|
+
}
|
|
5513
|
+
],
|
|
5514
|
+
"compatibility": {
|
|
5515
|
+
"nuxt": "^3.0.0",
|
|
5516
|
+
"requires": {}
|
|
5517
|
+
}
|
|
5518
|
+
},
|
|
5407
5519
|
{
|
|
5408
5520
|
"name": "toast",
|
|
5409
5521
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
@@ -5476,6 +5588,28 @@
|
|
|
5476
5588
|
}
|
|
5477
5589
|
}
|
|
5478
5590
|
},
|
|
5591
|
+
{
|
|
5592
|
+
"name": "twemoji",
|
|
5593
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
5594
|
+
"repo": "yizack/nuxt-twemoji",
|
|
5595
|
+
"npm": "nuxt-twemoji",
|
|
5596
|
+
"icon": "twemoji.svg",
|
|
5597
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
5598
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
5599
|
+
"learn_more": "",
|
|
5600
|
+
"category": "UI",
|
|
5601
|
+
"type": "3rd-party",
|
|
5602
|
+
"maintainers": [
|
|
5603
|
+
{
|
|
5604
|
+
"name": "Yizack Rangel",
|
|
5605
|
+
"github": "yizack"
|
|
5606
|
+
}
|
|
5607
|
+
],
|
|
5608
|
+
"compatibility": {
|
|
5609
|
+
"nuxt": "^3.0.0",
|
|
5610
|
+
"requires": {}
|
|
5611
|
+
}
|
|
5612
|
+
},
|
|
5479
5613
|
{
|
|
5480
5614
|
"name": "twicpics",
|
|
5481
5615
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5928,6 +6062,28 @@
|
|
|
5928
6062
|
"requires": {}
|
|
5929
6063
|
}
|
|
5930
6064
|
},
|
|
6065
|
+
{
|
|
6066
|
+
"name": "vercel-analytics",
|
|
6067
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6068
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6069
|
+
"npm": "nuxt-vercel-analytics",
|
|
6070
|
+
"icon": "",
|
|
6071
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6072
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6073
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6074
|
+
"category": "Analytics",
|
|
6075
|
+
"type": "3rd-party",
|
|
6076
|
+
"maintainers": [
|
|
6077
|
+
{
|
|
6078
|
+
"name": "Alexander B.",
|
|
6079
|
+
"github": "xanderbarkhatov"
|
|
6080
|
+
}
|
|
6081
|
+
],
|
|
6082
|
+
"compatibility": {
|
|
6083
|
+
"nuxt": "^3.0.0",
|
|
6084
|
+
"requires": {}
|
|
6085
|
+
}
|
|
6086
|
+
},
|
|
5931
6087
|
{
|
|
5932
6088
|
"name": "vexip-ui",
|
|
5933
6089
|
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
@@ -5982,13 +6138,13 @@
|
|
|
5982
6138
|
{
|
|
5983
6139
|
"name": "vitest",
|
|
5984
6140
|
"description": "Vitest integration with Nuxt",
|
|
5985
|
-
"repo": "danielroe/nuxt-vitest
|
|
6141
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5986
6142
|
"npm": "nuxt-vitest",
|
|
5987
6143
|
"icon": "vitest.svg",
|
|
5988
6144
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5989
6145
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5990
6146
|
"learn_more": "",
|
|
5991
|
-
"category": "
|
|
6147
|
+
"category": "Devtools",
|
|
5992
6148
|
"type": "3rd-party",
|
|
5993
6149
|
"maintainers": [
|
|
5994
6150
|
{
|
|
@@ -6096,6 +6252,29 @@
|
|
|
6096
6252
|
"requires": {}
|
|
6097
6253
|
}
|
|
6098
6254
|
},
|
|
6255
|
+
{
|
|
6256
|
+
"name": "vue-query",
|
|
6257
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6258
|
+
"repo": "Hebilicious/vue-query-nuxt#main",
|
|
6259
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6260
|
+
"icon": "vue-query.svg",
|
|
6261
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6262
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6263
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6264
|
+
"category": "Request",
|
|
6265
|
+
"type": "3rd-party",
|
|
6266
|
+
"maintainers": [
|
|
6267
|
+
{
|
|
6268
|
+
"name": "Hebilicious",
|
|
6269
|
+
"github": "Hebilicious",
|
|
6270
|
+
"twitter": "its_hebilicious"
|
|
6271
|
+
}
|
|
6272
|
+
],
|
|
6273
|
+
"compatibility": {
|
|
6274
|
+
"nuxt": "^3.0.0",
|
|
6275
|
+
"requires": {}
|
|
6276
|
+
}
|
|
6277
|
+
},
|
|
6099
6278
|
{
|
|
6100
6279
|
"name": "vue-select",
|
|
6101
6280
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|