@nuxt/modules 0.6.0-bfda33 → 0.6.0-c000d0
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 +82 -28
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -2434,8 +2434,8 @@
|
|
|
2434
2434
|
"npm": "@nuxtjs/i18n",
|
|
2435
2435
|
"icon": "i18n.png",
|
|
2436
2436
|
"github": "https://github.com/nuxt-modules/i18n",
|
|
2437
|
-
"website": "https://
|
|
2438
|
-
"learn_more": "https://
|
|
2437
|
+
"website": "https://i18n.nuxtjs.org",
|
|
2438
|
+
"learn_more": "https://vue-i18n.intlify.dev/",
|
|
2439
2439
|
"category": "Extensions",
|
|
2440
2440
|
"type": "community",
|
|
2441
2441
|
"maintainers": [
|
|
@@ -2446,6 +2446,10 @@
|
|
|
2446
2446
|
{
|
|
2447
2447
|
"name": "Kazuya Kawaguchi",
|
|
2448
2448
|
"github": "kazupon"
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
"name": "Bobbie Goede",
|
|
2452
|
+
"github": "BobbieGoede"
|
|
2449
2453
|
}
|
|
2450
2454
|
],
|
|
2451
2455
|
"compatibility": {
|
|
@@ -2766,7 +2770,8 @@
|
|
|
2766
2770
|
"compatibility": {
|
|
2767
2771
|
"nuxt": "^3.0.0",
|
|
2768
2772
|
"requires": {}
|
|
2769
|
-
}
|
|
2773
|
+
},
|
|
2774
|
+
"sponsor": true
|
|
2770
2775
|
},
|
|
2771
2776
|
{
|
|
2772
2777
|
"name": "kql",
|
|
@@ -3330,28 +3335,6 @@
|
|
|
3330
3335
|
"requires": {}
|
|
3331
3336
|
}
|
|
3332
3337
|
},
|
|
3333
|
-
{
|
|
3334
|
-
"name": "mq",
|
|
3335
|
-
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3336
|
-
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3337
|
-
"npm": "nuxt-mq",
|
|
3338
|
-
"icon": "",
|
|
3339
|
-
"github": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
3340
|
-
"website": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
3341
|
-
"learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
|
|
3342
|
-
"category": "Libraries",
|
|
3343
|
-
"type": "3rd-party",
|
|
3344
|
-
"maintainers": [
|
|
3345
|
-
{
|
|
3346
|
-
"name": "vanhoofmaarten",
|
|
3347
|
-
"github": "vanhoofmaarten"
|
|
3348
|
-
}
|
|
3349
|
-
],
|
|
3350
|
-
"compatibility": {
|
|
3351
|
-
"nuxt": "^2.0.0",
|
|
3352
|
-
"requires": {}
|
|
3353
|
-
}
|
|
3354
|
-
},
|
|
3355
3338
|
{
|
|
3356
3339
|
"name": "neo",
|
|
3357
3340
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
@@ -3565,8 +3548,8 @@
|
|
|
3565
3548
|
"npm": "nuxt-auth-sanctum",
|
|
3566
3549
|
"icon": "laravel.svg",
|
|
3567
3550
|
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3568
|
-
"website": "https://
|
|
3569
|
-
"learn_more": "",
|
|
3551
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3552
|
+
"learn_more": "https://laravel.com/docs/10.x/sanctum",
|
|
3570
3553
|
"category": "Security",
|
|
3571
3554
|
"type": "3rd-party",
|
|
3572
3555
|
"maintainers": [
|
|
@@ -3577,7 +3560,7 @@
|
|
|
3577
3560
|
}
|
|
3578
3561
|
],
|
|
3579
3562
|
"compatibility": {
|
|
3580
|
-
"nuxt": "^3.
|
|
3563
|
+
"nuxt": "^3.9.0",
|
|
3581
3564
|
"requires": {}
|
|
3582
3565
|
}
|
|
3583
3566
|
},
|
|
@@ -3603,6 +3586,28 @@
|
|
|
3603
3586
|
"requires": {}
|
|
3604
3587
|
}
|
|
3605
3588
|
},
|
|
3589
|
+
{
|
|
3590
|
+
"name": "nuxt-bezier",
|
|
3591
|
+
"description": "Reusable transition components",
|
|
3592
|
+
"repo": "50rayn/nuxt-bezier",
|
|
3593
|
+
"npm": "nuxt-bezier",
|
|
3594
|
+
"icon": "nuxt-bezier.png",
|
|
3595
|
+
"github": "https://github.com/50rayn/nuxt-bezier",
|
|
3596
|
+
"website": "https://50rayn.github.io/nuxt-bezier/",
|
|
3597
|
+
"learn_more": "https://github.com/Noction/vue-bezier",
|
|
3598
|
+
"category": "UI",
|
|
3599
|
+
"type": "3rd-party",
|
|
3600
|
+
"maintainers": [
|
|
3601
|
+
{
|
|
3602
|
+
"name": "Soryn Gitlan",
|
|
3603
|
+
"github": "50rayn"
|
|
3604
|
+
}
|
|
3605
|
+
],
|
|
3606
|
+
"compatibility": {
|
|
3607
|
+
"nuxt": "^3.0.0",
|
|
3608
|
+
"requires": {}
|
|
3609
|
+
}
|
|
3610
|
+
},
|
|
3606
3611
|
{
|
|
3607
3612
|
"name": "nuxt-bootstrap-icons",
|
|
3608
3613
|
"description": "Just a simple integration for Bootstrap Icons",
|
|
@@ -4061,6 +4066,33 @@
|
|
|
4061
4066
|
"requires": {}
|
|
4062
4067
|
}
|
|
4063
4068
|
},
|
|
4069
|
+
{
|
|
4070
|
+
"name": "nuxt-openid-connect",
|
|
4071
|
+
"description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
|
|
4072
|
+
"repo": "aborn/nuxt-openid-connect",
|
|
4073
|
+
"npm": "nuxt-openid-connect",
|
|
4074
|
+
"icon": "",
|
|
4075
|
+
"github": "https://github.com/aborn/nuxt-openid-connect",
|
|
4076
|
+
"website": "https://github.com/aborn/nuxt-openid-connect",
|
|
4077
|
+
"learn_more": "",
|
|
4078
|
+
"category": "Security",
|
|
4079
|
+
"type": "3rd-party",
|
|
4080
|
+
"maintainers": [
|
|
4081
|
+
{
|
|
4082
|
+
"name": "Aborn Jiang",
|
|
4083
|
+
"github": "aborn"
|
|
4084
|
+
},
|
|
4085
|
+
{
|
|
4086
|
+
"name": "Khaled Almana",
|
|
4087
|
+
"github": "KhaledAlMana"
|
|
4088
|
+
}
|
|
4089
|
+
],
|
|
4090
|
+
"compatibility": {
|
|
4091
|
+
"nuxt": "^3.0.0",
|
|
4092
|
+
"requires": {},
|
|
4093
|
+
"devtools": "^0.0.0"
|
|
4094
|
+
}
|
|
4095
|
+
},
|
|
4064
4096
|
{
|
|
4065
4097
|
"name": "nuxt-payload-analyzer",
|
|
4066
4098
|
"description": "Analyze Nuxt Payload Size",
|
|
@@ -7021,6 +7053,28 @@
|
|
|
7021
7053
|
"requires": {}
|
|
7022
7054
|
}
|
|
7023
7055
|
},
|
|
7056
|
+
{
|
|
7057
|
+
"name": "use-bootstrap",
|
|
7058
|
+
"description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
|
|
7059
|
+
"repo": "simplise/use-bootstrap",
|
|
7060
|
+
"npm": "usebootstrap",
|
|
7061
|
+
"icon": "use-bootstrap.svg",
|
|
7062
|
+
"github": "https://github.com/simplise/use-bootstrap",
|
|
7063
|
+
"website": "https://usebootstrap.org/",
|
|
7064
|
+
"learn_more": "https://usebootstrap.org/",
|
|
7065
|
+
"category": "UI",
|
|
7066
|
+
"type": "3rd-party",
|
|
7067
|
+
"maintainers": [
|
|
7068
|
+
{
|
|
7069
|
+
"name": "KoujiSano",
|
|
7070
|
+
"github": "KoujiSano"
|
|
7071
|
+
}
|
|
7072
|
+
],
|
|
7073
|
+
"compatibility": {
|
|
7074
|
+
"nuxt": "^3.0.0",
|
|
7075
|
+
"requires": {}
|
|
7076
|
+
}
|
|
7077
|
+
},
|
|
7024
7078
|
{
|
|
7025
7079
|
"name": "use-wagmi",
|
|
7026
7080
|
"description": "Vue Composition for Ethereum based on wagmi",
|