@nuxt/modules 0.6.0-f237c9 → 0.6.0-f44ca0
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 +390 -178
- package/package.json +2 -1
package/modules.json
CHANGED
|
@@ -1,26 +1,4 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"name": "Nuxt zodI18n",
|
|
4
|
-
"description": "A Nuxt Module for localizing zod error messages.",
|
|
5
|
-
"repo": "xibman/nuxt-zod-i18n",
|
|
6
|
-
"npm": "nuxt-zod-i18n",
|
|
7
|
-
"icon": "",
|
|
8
|
-
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
9
|
-
"website": "https://github.com/xibman/nuxt-zod-i18n",
|
|
10
|
-
"learn_more": "",
|
|
11
|
-
"category": "Devtools",
|
|
12
|
-
"type": "3rd-party",
|
|
13
|
-
"maintainers": [
|
|
14
|
-
{
|
|
15
|
-
"name": "xibman",
|
|
16
|
-
"github": "xibman"
|
|
17
|
-
}
|
|
18
|
-
],
|
|
19
|
-
"compatibility": {
|
|
20
|
-
"nuxt": "^2.0.0",
|
|
21
|
-
"requires": {}
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
2
|
{
|
|
25
3
|
"name": "ackee",
|
|
26
4
|
"description": "Nuxt module for Ackee analytics",
|
|
@@ -201,7 +179,7 @@
|
|
|
201
179
|
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
202
180
|
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
203
181
|
"learn_more": "",
|
|
204
|
-
"category": "
|
|
182
|
+
"category": "Libraries",
|
|
205
183
|
"type": "3rd-party",
|
|
206
184
|
"maintainers": [
|
|
207
185
|
{
|
|
@@ -216,12 +194,12 @@
|
|
|
216
194
|
},
|
|
217
195
|
{
|
|
218
196
|
"name": "api-party",
|
|
219
|
-
"description": "
|
|
197
|
+
"description": "Securely connect to any API with a server proxy and dynamic composables",
|
|
220
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
221
199
|
"npm": "nuxt-api-party",
|
|
222
200
|
"icon": "api-party.svg",
|
|
223
201
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
224
|
-
"website": "https://nuxt-api-party.
|
|
202
|
+
"website": "https://nuxt-api-party.byjohann.dev/",
|
|
225
203
|
"learn_more": "",
|
|
226
204
|
"category": "Request",
|
|
227
205
|
"type": "3rd-party",
|
|
@@ -384,7 +362,7 @@
|
|
|
384
362
|
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
385
363
|
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
386
364
|
"learn_more": "",
|
|
387
|
-
"category": "
|
|
365
|
+
"category": "Security",
|
|
388
366
|
"type": "3rd-party",
|
|
389
367
|
"maintainers": [
|
|
390
368
|
{
|
|
@@ -778,10 +756,10 @@
|
|
|
778
756
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
779
757
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
780
758
|
"npm": "nuxt-chiffre",
|
|
781
|
-
"icon": "
|
|
759
|
+
"icon": "chiffre.png",
|
|
782
760
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
783
761
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
784
|
-
"learn_more": "https://chiffre.io",
|
|
762
|
+
"learn_more": "https://chiffre.io/",
|
|
785
763
|
"category": "Analytics",
|
|
786
764
|
"type": "3rd-party",
|
|
787
765
|
"maintainers": [
|
|
@@ -1823,10 +1801,33 @@
|
|
|
1823
1801
|
"requires": {}
|
|
1824
1802
|
}
|
|
1825
1803
|
},
|
|
1804
|
+
{
|
|
1805
|
+
"name": "fonts",
|
|
1806
|
+
"description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
|
|
1807
|
+
"repo": "nuxt/fonts",
|
|
1808
|
+
"npm": "@nuxt/fonts",
|
|
1809
|
+
"icon": "nuxt.svg",
|
|
1810
|
+
"github": "https://github.com/nuxt/fonts",
|
|
1811
|
+
"website": "https://github.com/nuxt/fonts",
|
|
1812
|
+
"learn_more": "",
|
|
1813
|
+
"category": "Libraries",
|
|
1814
|
+
"type": "official",
|
|
1815
|
+
"maintainers": [
|
|
1816
|
+
{
|
|
1817
|
+
"name": "Daniel Roe",
|
|
1818
|
+
"github": "danielroe",
|
|
1819
|
+
"twitter": "danielcroe"
|
|
1820
|
+
}
|
|
1821
|
+
],
|
|
1822
|
+
"compatibility": {
|
|
1823
|
+
"nuxt": "^3.0.0",
|
|
1824
|
+
"requires": {}
|
|
1825
|
+
}
|
|
1826
|
+
},
|
|
1826
1827
|
{
|
|
1827
1828
|
"name": "form-actions",
|
|
1828
1829
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1829
|
-
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-
|
|
1830
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
|
|
1830
1831
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1831
1832
|
"icon": "form-actions.svg",
|
|
1832
1833
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
@@ -1854,7 +1855,7 @@
|
|
|
1854
1855
|
"icon": "formkit.png",
|
|
1855
1856
|
"github": "https://github.com/formkit/formkit",
|
|
1856
1857
|
"website": "https://formkit.com",
|
|
1857
|
-
"learn_more": "https://formkit.com/
|
|
1858
|
+
"learn_more": "https://formkit.com/getting-started/installation",
|
|
1858
1859
|
"category": "Libraries",
|
|
1859
1860
|
"type": "3rd-party",
|
|
1860
1861
|
"maintainers": [
|
|
@@ -2067,7 +2068,7 @@
|
|
|
2067
2068
|
"icon": "graphql-client.svg",
|
|
2068
2069
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
2069
2070
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
2070
|
-
"learn_more": "https://
|
|
2071
|
+
"learn_more": "https://nuxt-graphql-client.web.app/",
|
|
2071
2072
|
"category": "Request",
|
|
2072
2073
|
"type": "3rd-party",
|
|
2073
2074
|
"maintainers": [
|
|
@@ -2128,7 +2129,7 @@
|
|
|
2128
2129
|
},
|
|
2129
2130
|
{
|
|
2130
2131
|
"name": "gtag",
|
|
2131
|
-
"description": "Google Analytics integration for Nuxt",
|
|
2132
|
+
"description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
|
|
2132
2133
|
"repo": "johannschopplich/nuxt-gtag",
|
|
2133
2134
|
"npm": "nuxt-gtag",
|
|
2134
2135
|
"icon": "gtag.svg",
|
|
@@ -2351,6 +2352,28 @@
|
|
|
2351
2352
|
"requires": {}
|
|
2352
2353
|
}
|
|
2353
2354
|
},
|
|
2355
|
+
{
|
|
2356
|
+
"name": "hotjar",
|
|
2357
|
+
"description": "Add HotJar to your Nuxt application",
|
|
2358
|
+
"repo": "damevin/nuxt-module-hotjar",
|
|
2359
|
+
"npm": "nuxt-module-hotjar",
|
|
2360
|
+
"icon": "hotjar.png",
|
|
2361
|
+
"github": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2362
|
+
"website": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2363
|
+
"learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
|
|
2364
|
+
"category": "SEO",
|
|
2365
|
+
"type": "3rd-party",
|
|
2366
|
+
"maintainers": [
|
|
2367
|
+
{
|
|
2368
|
+
"name": "Raphaël DAMEVIN",
|
|
2369
|
+
"github": "damevin"
|
|
2370
|
+
}
|
|
2371
|
+
],
|
|
2372
|
+
"compatibility": {
|
|
2373
|
+
"nuxt": "^3.0.0",
|
|
2374
|
+
"requires": {}
|
|
2375
|
+
}
|
|
2376
|
+
},
|
|
2354
2377
|
{
|
|
2355
2378
|
"name": "html-minifier",
|
|
2356
2379
|
"description": "Minify the html for each request served by nuxt server (nuxt start)",
|
|
@@ -2456,8 +2479,8 @@
|
|
|
2456
2479
|
"npm": "@nuxtjs/i18n",
|
|
2457
2480
|
"icon": "i18n.png",
|
|
2458
2481
|
"github": "https://github.com/nuxt-modules/i18n",
|
|
2459
|
-
"website": "https://
|
|
2460
|
-
"learn_more": "https://
|
|
2482
|
+
"website": "https://i18n.nuxtjs.org",
|
|
2483
|
+
"learn_more": "https://vue-i18n.intlify.dev/",
|
|
2461
2484
|
"category": "Extensions",
|
|
2462
2485
|
"type": "community",
|
|
2463
2486
|
"maintainers": [
|
|
@@ -2468,6 +2491,10 @@
|
|
|
2468
2491
|
{
|
|
2469
2492
|
"name": "Kazuya Kawaguchi",
|
|
2470
2493
|
"github": "kazupon"
|
|
2494
|
+
},
|
|
2495
|
+
{
|
|
2496
|
+
"name": "Bobbie Goede",
|
|
2497
|
+
"github": "BobbieGoede"
|
|
2471
2498
|
}
|
|
2472
2499
|
],
|
|
2473
2500
|
"compatibility": {
|
|
@@ -2788,7 +2815,8 @@
|
|
|
2788
2815
|
"compatibility": {
|
|
2789
2816
|
"nuxt": "^3.0.0",
|
|
2790
2817
|
"requires": {}
|
|
2791
|
-
}
|
|
2818
|
+
},
|
|
2819
|
+
"sponsor": true
|
|
2792
2820
|
},
|
|
2793
2821
|
{
|
|
2794
2822
|
"name": "kql",
|
|
@@ -2797,7 +2825,7 @@
|
|
|
2797
2825
|
"npm": "nuxt-kql",
|
|
2798
2826
|
"icon": "kql.svg",
|
|
2799
2827
|
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2800
|
-
"website": "https://nuxt-kql.
|
|
2828
|
+
"website": "https://nuxt-kql.byjohann.dev/",
|
|
2801
2829
|
"learn_more": "",
|
|
2802
2830
|
"category": "CMS",
|
|
2803
2831
|
"type": "3rd-party",
|
|
@@ -3095,10 +3123,10 @@
|
|
|
3095
3123
|
{
|
|
3096
3124
|
"name": "magic-regexp",
|
|
3097
3125
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
3098
|
-
"repo": "
|
|
3126
|
+
"repo": "unjs/magic-regexp",
|
|
3099
3127
|
"npm": "magic-regexp",
|
|
3100
3128
|
"icon": "magic-regexp.svg",
|
|
3101
|
-
"github": "https://github.com/
|
|
3129
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
3102
3130
|
"website": "https://magic-regexp.roe.dev",
|
|
3103
3131
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
3104
3132
|
"category": "Libraries",
|
|
@@ -3115,6 +3143,29 @@
|
|
|
3115
3143
|
"requires": {}
|
|
3116
3144
|
}
|
|
3117
3145
|
},
|
|
3146
|
+
{
|
|
3147
|
+
"name": "mailpit",
|
|
3148
|
+
"description": "Integrates Mailpit web UI in Nuxt devtools",
|
|
3149
|
+
"repo": "tdolsen/nuxt-mailpit",
|
|
3150
|
+
"npm": "nuxt-mailpit",
|
|
3151
|
+
"icon": "mailpit.svg",
|
|
3152
|
+
"github": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3153
|
+
"website": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3154
|
+
"learn_more": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3155
|
+
"category": "Devtools",
|
|
3156
|
+
"type": "3rd-party",
|
|
3157
|
+
"maintainers": [
|
|
3158
|
+
{
|
|
3159
|
+
"name": "Torkild Dyvik Olsen",
|
|
3160
|
+
"github": "tdolsen",
|
|
3161
|
+
"twitter": "tdolsen"
|
|
3162
|
+
}
|
|
3163
|
+
],
|
|
3164
|
+
"compatibility": {
|
|
3165
|
+
"nuxt": "^3.8.0",
|
|
3166
|
+
"requires": {}
|
|
3167
|
+
}
|
|
3168
|
+
},
|
|
3118
3169
|
{
|
|
3119
3170
|
"name": "markdownit",
|
|
3120
3171
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
@@ -3138,6 +3189,30 @@
|
|
|
3138
3189
|
"requires": {}
|
|
3139
3190
|
}
|
|
3140
3191
|
},
|
|
3192
|
+
{
|
|
3193
|
+
"name": "marquee",
|
|
3194
|
+
"description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
|
|
3195
|
+
"repo": "hanzydev/nuxt-marquee",
|
|
3196
|
+
"npm": "nuxt-marquee",
|
|
3197
|
+
"icon": "marquee.png",
|
|
3198
|
+
"github": "https://github.com/hanzydev/nuxt-marquee/",
|
|
3199
|
+
"website": "https://hanzydev.github.io/nuxt-marquee/",
|
|
3200
|
+
"learn_more": "",
|
|
3201
|
+
"category": "UI",
|
|
3202
|
+
"type": "3rd-party",
|
|
3203
|
+
"maintainers": [
|
|
3204
|
+
{
|
|
3205
|
+
"name": "Hànzy",
|
|
3206
|
+
"github": "hanzydev",
|
|
3207
|
+
"avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
|
|
3208
|
+
}
|
|
3209
|
+
],
|
|
3210
|
+
"compatibility": {
|
|
3211
|
+
"nuxt": "^3.0.0",
|
|
3212
|
+
"requires": {},
|
|
3213
|
+
"devtools": "^0.0.0"
|
|
3214
|
+
}
|
|
3215
|
+
},
|
|
3141
3216
|
{
|
|
3142
3217
|
"name": "matomo",
|
|
3143
3218
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
@@ -3163,14 +3238,14 @@
|
|
|
3163
3238
|
{
|
|
3164
3239
|
"name": "maz-ui",
|
|
3165
3240
|
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3166
|
-
"repo": "louismazel/maz-ui",
|
|
3167
|
-
"npm": "
|
|
3241
|
+
"repo": "louismazel/maz-ui#master/packages/nuxt-module",
|
|
3242
|
+
"npm": "nuxt-module",
|
|
3168
3243
|
"icon": "maz-ui.png",
|
|
3169
3244
|
"github": "https://github.com/louismazel/maz-ui",
|
|
3170
|
-
"website": "https://
|
|
3171
|
-
"learn_more": "https://
|
|
3245
|
+
"website": "https://maz-ui.com/",
|
|
3246
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3172
3247
|
"category": "UI",
|
|
3173
|
-
"type": "
|
|
3248
|
+
"type": "3rd-party",
|
|
3174
3249
|
"maintainers": [
|
|
3175
3250
|
{
|
|
3176
3251
|
"name": "Loïc Mazuel",
|
|
@@ -3328,28 +3403,6 @@
|
|
|
3328
3403
|
"requires": {}
|
|
3329
3404
|
}
|
|
3330
3405
|
},
|
|
3331
|
-
{
|
|
3332
|
-
"name": "mq",
|
|
3333
|
-
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3334
|
-
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3335
|
-
"npm": "nuxt-mq",
|
|
3336
|
-
"icon": "",
|
|
3337
|
-
"github": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
3338
|
-
"website": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
3339
|
-
"learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
|
|
3340
|
-
"category": "Libraries",
|
|
3341
|
-
"type": "3rd-party",
|
|
3342
|
-
"maintainers": [
|
|
3343
|
-
{
|
|
3344
|
-
"name": "vanhoofmaarten",
|
|
3345
|
-
"github": "vanhoofmaarten"
|
|
3346
|
-
}
|
|
3347
|
-
],
|
|
3348
|
-
"compatibility": {
|
|
3349
|
-
"nuxt": "^2.0.0",
|
|
3350
|
-
"requires": {}
|
|
3351
|
-
}
|
|
3352
|
-
},
|
|
3353
3406
|
{
|
|
3354
3407
|
"name": "neo",
|
|
3355
3408
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
@@ -3420,12 +3473,12 @@
|
|
|
3420
3473
|
{
|
|
3421
3474
|
"name": "netlify",
|
|
3422
3475
|
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3423
|
-
"repo": "
|
|
3476
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
3424
3477
|
"npm": "@aceforth/nuxt-netlify",
|
|
3425
3478
|
"icon": "netlify.png",
|
|
3426
|
-
"github": "https://github.com/
|
|
3427
|
-
"website": "https://
|
|
3428
|
-
"learn_more": "",
|
|
3479
|
+
"github": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3480
|
+
"website": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3481
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
|
|
3429
3482
|
"category": "Deployment",
|
|
3430
3483
|
"type": "3rd-party",
|
|
3431
3484
|
"maintainers": [
|
|
@@ -3533,6 +3586,29 @@
|
|
|
3533
3586
|
"requires": {}
|
|
3534
3587
|
}
|
|
3535
3588
|
},
|
|
3589
|
+
{
|
|
3590
|
+
"name": "nuxt-asciidoc",
|
|
3591
|
+
"description": "Transformer for using asciidoc in nuxt",
|
|
3592
|
+
"repo": "Chris2011/nuxt-asciidoc",
|
|
3593
|
+
"npm": "nuxt-asciidoc",
|
|
3594
|
+
"icon": "nuxt-asciidoc.svg",
|
|
3595
|
+
"github": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3596
|
+
"website": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3597
|
+
"learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
|
|
3598
|
+
"category": "Extensions",
|
|
3599
|
+
"type": "3rd-party",
|
|
3600
|
+
"maintainers": [
|
|
3601
|
+
{
|
|
3602
|
+
"name": "Christian Lenz",
|
|
3603
|
+
"github": "Chris2011",
|
|
3604
|
+
"twitter": "Chrizzly42"
|
|
3605
|
+
}
|
|
3606
|
+
],
|
|
3607
|
+
"compatibility": {
|
|
3608
|
+
"nuxt": "^3.0.0",
|
|
3609
|
+
"requires": {}
|
|
3610
|
+
}
|
|
3611
|
+
},
|
|
3536
3612
|
{
|
|
3537
3613
|
"name": "nuxt-auth-sanctum",
|
|
3538
3614
|
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
@@ -3540,8 +3616,8 @@
|
|
|
3540
3616
|
"npm": "nuxt-auth-sanctum",
|
|
3541
3617
|
"icon": "laravel.svg",
|
|
3542
3618
|
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3543
|
-
"website": "https://
|
|
3544
|
-
"learn_more": "",
|
|
3619
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3620
|
+
"learn_more": "https://laravel.com/docs/10.x/sanctum",
|
|
3545
3621
|
"category": "Security",
|
|
3546
3622
|
"type": "3rd-party",
|
|
3547
3623
|
"maintainers": [
|
|
@@ -3552,7 +3628,7 @@
|
|
|
3552
3628
|
}
|
|
3553
3629
|
],
|
|
3554
3630
|
"compatibility": {
|
|
3555
|
-
"nuxt": "^3.
|
|
3631
|
+
"nuxt": "^3.9.0",
|
|
3556
3632
|
"requires": {}
|
|
3557
3633
|
}
|
|
3558
3634
|
},
|
|
@@ -3578,6 +3654,28 @@
|
|
|
3578
3654
|
"requires": {}
|
|
3579
3655
|
}
|
|
3580
3656
|
},
|
|
3657
|
+
{
|
|
3658
|
+
"name": "nuxt-bezier",
|
|
3659
|
+
"description": "Reusable transition components",
|
|
3660
|
+
"repo": "50rayn/nuxt-bezier",
|
|
3661
|
+
"npm": "nuxt-bezier",
|
|
3662
|
+
"icon": "nuxt-bezier.png",
|
|
3663
|
+
"github": "https://github.com/50rayn/nuxt-bezier",
|
|
3664
|
+
"website": "https://github.com/50rayn/nuxt-bezier",
|
|
3665
|
+
"learn_more": "https://github.com/Noction/vue-bezier",
|
|
3666
|
+
"category": "UI",
|
|
3667
|
+
"type": "3rd-party",
|
|
3668
|
+
"maintainers": [
|
|
3669
|
+
{
|
|
3670
|
+
"name": "Soryn Gitlan",
|
|
3671
|
+
"github": "50rayn"
|
|
3672
|
+
}
|
|
3673
|
+
],
|
|
3674
|
+
"compatibility": {
|
|
3675
|
+
"nuxt": "^3.0.0",
|
|
3676
|
+
"requires": {}
|
|
3677
|
+
}
|
|
3678
|
+
},
|
|
3581
3679
|
{
|
|
3582
3680
|
"name": "nuxt-bootstrap-icons",
|
|
3583
3681
|
"description": "Just a simple integration for Bootstrap Icons",
|
|
@@ -3622,6 +3720,28 @@
|
|
|
3622
3720
|
"requires": {}
|
|
3623
3721
|
}
|
|
3624
3722
|
},
|
|
3723
|
+
{
|
|
3724
|
+
"name": "nuxt-cookie-consent",
|
|
3725
|
+
"description": "Nuxt module for integrating with cookie consent providers with ease",
|
|
3726
|
+
"repo": "weareheavy/nuxt-cookie-consent",
|
|
3727
|
+
"npm": "@weareheavy/nuxt-cookie-consent",
|
|
3728
|
+
"icon": "wah.svg",
|
|
3729
|
+
"github": "https://github.com/weareheavy/nuxt-cookie-consent",
|
|
3730
|
+
"website": "https://nuxt-cookie-consent.packages.weareheavy.com",
|
|
3731
|
+
"learn_more": "",
|
|
3732
|
+
"category": "Extensions",
|
|
3733
|
+
"type": "3rd-party",
|
|
3734
|
+
"maintainers": [
|
|
3735
|
+
{
|
|
3736
|
+
"name": "weareheavy",
|
|
3737
|
+
"github": "weareheavy"
|
|
3738
|
+
}
|
|
3739
|
+
],
|
|
3740
|
+
"compatibility": {
|
|
3741
|
+
"nuxt": "^3.0.0",
|
|
3742
|
+
"requires": {}
|
|
3743
|
+
}
|
|
3744
|
+
},
|
|
3625
3745
|
{
|
|
3626
3746
|
"name": "nuxt-facebook-chat",
|
|
3627
3747
|
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
@@ -3653,7 +3773,7 @@
|
|
|
3653
3773
|
"description": "The Feather Icons in Nuxt 3.",
|
|
3654
3774
|
"repo": "4sllan/nuxt-feather-icons",
|
|
3655
3775
|
"npm": "nuxt-feather-icons",
|
|
3656
|
-
"icon": "nuxt-feather-icons.
|
|
3776
|
+
"icon": "nuxt-feather-icons.png",
|
|
3657
3777
|
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3658
3778
|
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3659
3779
|
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
@@ -3699,7 +3819,7 @@
|
|
|
3699
3819
|
"npm": "nuxt-graphql-middleware",
|
|
3700
3820
|
"icon": "nuxt-graphql-middleware.svg",
|
|
3701
3821
|
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3702
|
-
"website": "https://nuxt-graphql-middleware
|
|
3822
|
+
"website": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3703
3823
|
"learn_more": "",
|
|
3704
3824
|
"category": "Request",
|
|
3705
3825
|
"type": "3rd-party",
|
|
@@ -3757,7 +3877,7 @@
|
|
|
3757
3877
|
"maintainers": [
|
|
3758
3878
|
{
|
|
3759
3879
|
"name": "Zadig&Voltaire Team",
|
|
3760
|
-
"github": "
|
|
3880
|
+
"github": "zadigetvoltaire"
|
|
3761
3881
|
}
|
|
3762
3882
|
],
|
|
3763
3883
|
"compatibility": {
|
|
@@ -3841,8 +3961,8 @@
|
|
|
3841
3961
|
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3842
3962
|
"icon": "nuxt-localtunnel.svg",
|
|
3843
3963
|
"github": "https://github.com/nuxtus/localtunnel",
|
|
3844
|
-
"website": "https://nuxtus.com",
|
|
3845
|
-
"learn_more": "https://docs.nuxtus.com
|
|
3964
|
+
"website": "https://docs.nuxtus.com",
|
|
3965
|
+
"learn_more": "https://docs.nuxtus.com/localtunnel.html",
|
|
3846
3966
|
"category": "Devtools",
|
|
3847
3967
|
"type": "3rd-party",
|
|
3848
3968
|
"maintainers": [
|
|
@@ -4019,7 +4139,7 @@
|
|
|
4019
4139
|
"description": "Generate pages from OpenAPI specifications",
|
|
4020
4140
|
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4021
4141
|
"npm": "nuxt-openapi-docs-module",
|
|
4022
|
-
"icon": "nuxt-openapi-docs-module.
|
|
4142
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4023
4143
|
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4024
4144
|
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4025
4145
|
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
@@ -4036,6 +4156,33 @@
|
|
|
4036
4156
|
"requires": {}
|
|
4037
4157
|
}
|
|
4038
4158
|
},
|
|
4159
|
+
{
|
|
4160
|
+
"name": "nuxt-openid-connect",
|
|
4161
|
+
"description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
|
|
4162
|
+
"repo": "aborn/nuxt-openid-connect",
|
|
4163
|
+
"npm": "nuxt-openid-connect",
|
|
4164
|
+
"icon": "",
|
|
4165
|
+
"github": "https://github.com/aborn/nuxt-openid-connect",
|
|
4166
|
+
"website": "https://github.com/aborn/nuxt-openid-connect",
|
|
4167
|
+
"learn_more": "",
|
|
4168
|
+
"category": "Security",
|
|
4169
|
+
"type": "3rd-party",
|
|
4170
|
+
"maintainers": [
|
|
4171
|
+
{
|
|
4172
|
+
"name": "Aborn Jiang",
|
|
4173
|
+
"github": "aborn"
|
|
4174
|
+
},
|
|
4175
|
+
{
|
|
4176
|
+
"name": "Khaled Almana",
|
|
4177
|
+
"github": "KhaledAlMana"
|
|
4178
|
+
}
|
|
4179
|
+
],
|
|
4180
|
+
"compatibility": {
|
|
4181
|
+
"nuxt": "^3.0.0",
|
|
4182
|
+
"requires": {},
|
|
4183
|
+
"devtools": "^0.0.0"
|
|
4184
|
+
}
|
|
4185
|
+
},
|
|
4039
4186
|
{
|
|
4040
4187
|
"name": "nuxt-payload-analyzer",
|
|
4041
4188
|
"description": "Analyze Nuxt Payload Size",
|
|
@@ -4197,6 +4344,28 @@
|
|
|
4197
4344
|
"requires": {}
|
|
4198
4345
|
}
|
|
4199
4346
|
},
|
|
4347
|
+
{
|
|
4348
|
+
"name": "nuxt-posthog",
|
|
4349
|
+
"description": "Integrate PostHog into your application with minimal configuration",
|
|
4350
|
+
"repo": "mitjans/nuxt-posthog",
|
|
4351
|
+
"npm": "nuxt-posthog",
|
|
4352
|
+
"icon": "posthog.svg",
|
|
4353
|
+
"github": "https://github.com/mitjans/nuxt-posthog",
|
|
4354
|
+
"website": "https://nuxt-posthog.cmitjans.dev",
|
|
4355
|
+
"learn_more": "https://posthog.com",
|
|
4356
|
+
"category": "Analytics",
|
|
4357
|
+
"type": "3rd-party",
|
|
4358
|
+
"maintainers": [
|
|
4359
|
+
{
|
|
4360
|
+
"name": "Carles Mitjans",
|
|
4361
|
+
"github": "mitjans"
|
|
4362
|
+
}
|
|
4363
|
+
],
|
|
4364
|
+
"compatibility": {
|
|
4365
|
+
"nuxt": "^3.0.0",
|
|
4366
|
+
"requires": {}
|
|
4367
|
+
}
|
|
4368
|
+
},
|
|
4200
4369
|
{
|
|
4201
4370
|
"name": "nuxt-smartlook",
|
|
4202
4371
|
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
@@ -4276,7 +4445,7 @@
|
|
|
4276
4445
|
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
4277
4446
|
"repo": "fumeapp/nuxt-storm",
|
|
4278
4447
|
"npm": "nuxt-storm",
|
|
4279
|
-
"icon": "
|
|
4448
|
+
"icon": "",
|
|
4280
4449
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
4281
4450
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
4282
4451
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -4430,7 +4599,7 @@
|
|
|
4430
4599
|
}
|
|
4431
4600
|
},
|
|
4432
4601
|
{
|
|
4433
|
-
"name": "
|
|
4602
|
+
"name": "nuxt-zod-i18n",
|
|
4434
4603
|
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4435
4604
|
"repo": "xibman/nuxt-zod-i18n",
|
|
4436
4605
|
"npm": "nuxt-zod-i18n",
|
|
@@ -4521,14 +4690,14 @@
|
|
|
4521
4690
|
{
|
|
4522
4691
|
"name": "og-image",
|
|
4523
4692
|
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4524
|
-
"repo": "nuxt-modules/
|
|
4693
|
+
"repo": "nuxt-modules/og-image",
|
|
4525
4694
|
"npm": "nuxt-og-image",
|
|
4526
4695
|
"icon": "og-image.svg",
|
|
4527
|
-
"github": "https://github.com/nuxt-modules/
|
|
4696
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4528
4697
|
"website": "https://nuxtseo.com/og-image",
|
|
4529
4698
|
"learn_more": "https://nuxtseo.com/og-image",
|
|
4530
4699
|
"category": "SEO",
|
|
4531
|
-
"type": "
|
|
4700
|
+
"type": "community",
|
|
4532
4701
|
"maintainers": [
|
|
4533
4702
|
{
|
|
4534
4703
|
"name": "Harlan Wilton",
|
|
@@ -4573,8 +4742,8 @@
|
|
|
4573
4742
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
4574
4743
|
"icon": "",
|
|
4575
4744
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4576
|
-
"website": "https://
|
|
4577
|
-
"learn_more": "",
|
|
4745
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4746
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
4578
4747
|
"category": "Images",
|
|
4579
4748
|
"type": "3rd-party",
|
|
4580
4749
|
"maintainers": [
|
|
@@ -4727,6 +4896,28 @@
|
|
|
4727
4896
|
"requires": {}
|
|
4728
4897
|
}
|
|
4729
4898
|
},
|
|
4899
|
+
{
|
|
4900
|
+
"name": "pergel",
|
|
4901
|
+
"description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
|
|
4902
|
+
"repo": "oku-ui/pergel#main/packages-core/pergel",
|
|
4903
|
+
"npm": "pergel",
|
|
4904
|
+
"icon": "pergel.svg",
|
|
4905
|
+
"github": "https://github.com/oku-ui/pergel",
|
|
4906
|
+
"website": "https://oku-ui.com/pergel",
|
|
4907
|
+
"learn_more": "",
|
|
4908
|
+
"category": "Devtools",
|
|
4909
|
+
"type": "3rd-party",
|
|
4910
|
+
"maintainers": [
|
|
4911
|
+
{
|
|
4912
|
+
"name": "Mehmet - productdevbook",
|
|
4913
|
+
"github": "productdevbook"
|
|
4914
|
+
}
|
|
4915
|
+
],
|
|
4916
|
+
"compatibility": {
|
|
4917
|
+
"nuxt": "^3.10.0",
|
|
4918
|
+
"requires": {}
|
|
4919
|
+
}
|
|
4920
|
+
},
|
|
4730
4921
|
{
|
|
4731
4922
|
"name": "persian-datepicker",
|
|
4732
4923
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -5273,7 +5464,7 @@
|
|
|
5273
5464
|
"icon": "robots.png",
|
|
5274
5465
|
"github": "https://github.com/nuxt-modules/robots",
|
|
5275
5466
|
"website": "https://github.com/nuxt-modules/robots",
|
|
5276
|
-
"learn_more": "
|
|
5467
|
+
"learn_more": "",
|
|
5277
5468
|
"category": "SEO",
|
|
5278
5469
|
"type": "community",
|
|
5279
5470
|
"maintainers": [
|
|
@@ -5459,7 +5650,7 @@
|
|
|
5459
5650
|
"icon": "segment.png",
|
|
5460
5651
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
5461
5652
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
5462
|
-
"learn_more": "
|
|
5653
|
+
"learn_more": "",
|
|
5463
5654
|
"category": "Analytics",
|
|
5464
5655
|
"type": "3rd-party",
|
|
5465
5656
|
"maintainers": [
|
|
@@ -5612,7 +5803,7 @@
|
|
|
5612
5803
|
{
|
|
5613
5804
|
"name": "server-block",
|
|
5614
5805
|
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5615
|
-
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt
|
|
5806
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
5616
5807
|
"npm": "@hebilicious/server-block-nuxt",
|
|
5617
5808
|
"icon": "server-block.svg",
|
|
5618
5809
|
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
@@ -5677,6 +5868,28 @@
|
|
|
5677
5868
|
"requires": {}
|
|
5678
5869
|
}
|
|
5679
5870
|
},
|
|
5871
|
+
{
|
|
5872
|
+
"name": "shuimo-ui",
|
|
5873
|
+
"description": "A Chinese Shuimo style component library.",
|
|
5874
|
+
"repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
|
|
5875
|
+
"npm": "@shuimo-design/shuimo-ui-nuxt",
|
|
5876
|
+
"icon": "shuimo-ui.svg",
|
|
5877
|
+
"github": "https://github.com/shuimo-design/shuimo-ui",
|
|
5878
|
+
"website": "https://shuimo.design",
|
|
5879
|
+
"learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
|
|
5880
|
+
"category": "UI",
|
|
5881
|
+
"type": "3rd-party",
|
|
5882
|
+
"maintainers": [
|
|
5883
|
+
{
|
|
5884
|
+
"name": "higuaifan",
|
|
5885
|
+
"github": "higuaifan"
|
|
5886
|
+
}
|
|
5887
|
+
],
|
|
5888
|
+
"compatibility": {
|
|
5889
|
+
"nuxt": "^3.0.0",
|
|
5890
|
+
"requires": {}
|
|
5891
|
+
}
|
|
5892
|
+
},
|
|
5680
5893
|
{
|
|
5681
5894
|
"name": "sidebase-auth",
|
|
5682
5895
|
"description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
|
|
@@ -6011,7 +6224,7 @@
|
|
|
6011
6224
|
{
|
|
6012
6225
|
"name": "storyblok",
|
|
6013
6226
|
"description": "Storyblok Nuxt module",
|
|
6014
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6227
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
6015
6228
|
"npm": "@storyblok/nuxt",
|
|
6016
6229
|
"icon": "storyblok.png",
|
|
6017
6230
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -6356,6 +6569,30 @@
|
|
|
6356
6569
|
"requires": {}
|
|
6357
6570
|
}
|
|
6358
6571
|
},
|
|
6572
|
+
{
|
|
6573
|
+
"name": "swiftsearch",
|
|
6574
|
+
"description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
|
|
6575
|
+
"repo": "atoms-studio/nuxt-swiftsearch",
|
|
6576
|
+
"npm": "@atoms-studio/nuxt-swiftsearch",
|
|
6577
|
+
"icon": "nuxt-swiftsearch.svg",
|
|
6578
|
+
"github": "https://github.com/atoms-studio/nuxt-swiftsearch",
|
|
6579
|
+
"website": "https://nuxt-swiftsearch.netlify.app/",
|
|
6580
|
+
"learn_more": "",
|
|
6581
|
+
"category": "Libraries",
|
|
6582
|
+
"type": "3rd-party",
|
|
6583
|
+
"maintainers": [
|
|
6584
|
+
{
|
|
6585
|
+
"name": "Matteo Rigoni",
|
|
6586
|
+
"github": "rigo-m",
|
|
6587
|
+
"twitter": "MatteoRigoni",
|
|
6588
|
+
"avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
|
|
6589
|
+
}
|
|
6590
|
+
],
|
|
6591
|
+
"compatibility": {
|
|
6592
|
+
"nuxt": "^3.10.0",
|
|
6593
|
+
"requires": {}
|
|
6594
|
+
}
|
|
6595
|
+
},
|
|
6359
6596
|
{
|
|
6360
6597
|
"name": "swiper",
|
|
6361
6598
|
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
@@ -6429,6 +6666,34 @@
|
|
|
6429
6666
|
"devtools": "^0.0.0"
|
|
6430
6667
|
}
|
|
6431
6668
|
},
|
|
6669
|
+
{
|
|
6670
|
+
"name": "test-utils",
|
|
6671
|
+
"description": "Test utilities for Nuxt",
|
|
6672
|
+
"repo": "nuxt/test-utils#main",
|
|
6673
|
+
"npm": "@nuxt/test-utils",
|
|
6674
|
+
"icon": "nuxt.svg",
|
|
6675
|
+
"github": "https://github.com/nuxt/test-utils",
|
|
6676
|
+
"website": "https://nuxt.com/docs/getting-started/testing",
|
|
6677
|
+
"learn_more": "",
|
|
6678
|
+
"category": "Devtools",
|
|
6679
|
+
"type": "official",
|
|
6680
|
+
"maintainers": [
|
|
6681
|
+
{
|
|
6682
|
+
"name": "Daniel Roe",
|
|
6683
|
+
"github": "danielroe",
|
|
6684
|
+
"twitter": "danielcroe"
|
|
6685
|
+
},
|
|
6686
|
+
{
|
|
6687
|
+
"name": "Anthony Fu",
|
|
6688
|
+
"github": "antfu",
|
|
6689
|
+
"twitter": "antfu7"
|
|
6690
|
+
}
|
|
6691
|
+
],
|
|
6692
|
+
"compatibility": {
|
|
6693
|
+
"nuxt": "^3.0.0",
|
|
6694
|
+
"requires": {}
|
|
6695
|
+
}
|
|
6696
|
+
},
|
|
6432
6697
|
{
|
|
6433
6698
|
"name": "tiktok-analytics",
|
|
6434
6699
|
"description": "",
|
|
@@ -6481,8 +6746,8 @@
|
|
|
6481
6746
|
"npm": "nuxt-tiptap-editor",
|
|
6482
6747
|
"icon": "tiptap.png",
|
|
6483
6748
|
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6484
|
-
"website": "https://
|
|
6485
|
-
"learn_more": "https://
|
|
6749
|
+
"website": "https://nuxt-tiptap-editor.vercel.app",
|
|
6750
|
+
"learn_more": "https://nuxt-tiptap-editor.vercel.app",
|
|
6486
6751
|
"category": "Libraries",
|
|
6487
6752
|
"type": "3rd-party",
|
|
6488
6753
|
"maintainers": [
|
|
@@ -6901,7 +7166,7 @@
|
|
|
6901
7166
|
{
|
|
6902
7167
|
"name": "unlazy",
|
|
6903
7168
|
"description": "Lazy loading library for placeholder images",
|
|
6904
|
-
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
7169
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
6905
7170
|
"npm": "@unlazy/nuxt",
|
|
6906
7171
|
"icon": "unlazy.svg",
|
|
6907
7172
|
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
@@ -6920,32 +7185,6 @@
|
|
|
6920
7185
|
"requires": {}
|
|
6921
7186
|
}
|
|
6922
7187
|
},
|
|
6923
|
-
{
|
|
6924
|
-
"name": "unlighthouse",
|
|
6925
|
-
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
6926
|
-
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
6927
|
-
"npm": "@unlighthouse/nuxt",
|
|
6928
|
-
"icon": "unlighthouse.svg",
|
|
6929
|
-
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
6930
|
-
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
6931
|
-
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
6932
|
-
"category": "Devtools",
|
|
6933
|
-
"type": "3rd-party",
|
|
6934
|
-
"maintainers": [
|
|
6935
|
-
{
|
|
6936
|
-
"name": "Harlan Wilton",
|
|
6937
|
-
"github": "harlan-zw",
|
|
6938
|
-
"twitter": "harlan_zw",
|
|
6939
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
6940
|
-
}
|
|
6941
|
-
],
|
|
6942
|
-
"compatibility": {
|
|
6943
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6944
|
-
"requires": {
|
|
6945
|
-
"bridge": "optional"
|
|
6946
|
-
}
|
|
6947
|
-
}
|
|
6948
|
-
},
|
|
6949
7188
|
{
|
|
6950
7189
|
"name": "unocss",
|
|
6951
7190
|
"description": "The instant on-demand atomic CSS engine.",
|
|
@@ -6980,8 +7219,8 @@
|
|
|
6980
7219
|
"npm": "nuxt-ununura",
|
|
6981
7220
|
"icon": "ununuracss.png",
|
|
6982
7221
|
"github": "https://github.com/novout/ununuracss",
|
|
6983
|
-
"website": "https://
|
|
6984
|
-
"learn_more": "https://
|
|
7222
|
+
"website": "https://github.com/novout/ununuracss",
|
|
7223
|
+
"learn_more": "https://github.com/novout/ununuracss",
|
|
6985
7224
|
"category": "UI",
|
|
6986
7225
|
"type": "3rd-party",
|
|
6987
7226
|
"maintainers": [
|
|
@@ -6996,6 +7235,28 @@
|
|
|
6996
7235
|
"requires": {}
|
|
6997
7236
|
}
|
|
6998
7237
|
},
|
|
7238
|
+
{
|
|
7239
|
+
"name": "use-bootstrap",
|
|
7240
|
+
"description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
|
|
7241
|
+
"repo": "simplise/use-bootstrap",
|
|
7242
|
+
"npm": "usebootstrap",
|
|
7243
|
+
"icon": "use-bootstrap.svg",
|
|
7244
|
+
"github": "https://github.com/simplise/use-bootstrap",
|
|
7245
|
+
"website": "https://usebootstrap.org/",
|
|
7246
|
+
"learn_more": "https://usebootstrap.org/",
|
|
7247
|
+
"category": "UI",
|
|
7248
|
+
"type": "3rd-party",
|
|
7249
|
+
"maintainers": [
|
|
7250
|
+
{
|
|
7251
|
+
"name": "KoujiSano",
|
|
7252
|
+
"github": "KoujiSano"
|
|
7253
|
+
}
|
|
7254
|
+
],
|
|
7255
|
+
"compatibility": {
|
|
7256
|
+
"nuxt": "^3.0.0",
|
|
7257
|
+
"requires": {}
|
|
7258
|
+
}
|
|
7259
|
+
},
|
|
6999
7260
|
{
|
|
7000
7261
|
"name": "use-wagmi",
|
|
7001
7262
|
"description": "Vue Composition for Ethereum based on wagmi",
|
|
@@ -7042,28 +7303,6 @@
|
|
|
7042
7303
|
"requires": {}
|
|
7043
7304
|
}
|
|
7044
7305
|
},
|
|
7045
|
-
{
|
|
7046
|
-
"name": "validate",
|
|
7047
|
-
"description": "Simple Nuxt input validation module using vee-validate",
|
|
7048
|
-
"repo": "lewyuburi/nuxt-validate",
|
|
7049
|
-
"npm": "nuxt-validate",
|
|
7050
|
-
"icon": "vee-validate.png",
|
|
7051
|
-
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
7052
|
-
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
7053
|
-
"learn_more": "https://logaretm.github.io/vee-validate/",
|
|
7054
|
-
"category": "Libraries",
|
|
7055
|
-
"type": "3rd-party",
|
|
7056
|
-
"maintainers": [
|
|
7057
|
-
{
|
|
7058
|
-
"name": "lewyuburi",
|
|
7059
|
-
"github": "lewyuburi"
|
|
7060
|
-
}
|
|
7061
|
-
],
|
|
7062
|
-
"compatibility": {
|
|
7063
|
-
"nuxt": "^2.0.0",
|
|
7064
|
-
"requires": {}
|
|
7065
|
-
}
|
|
7066
|
-
},
|
|
7067
7306
|
{
|
|
7068
7307
|
"name": "vant",
|
|
7069
7308
|
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
@@ -7252,33 +7491,6 @@
|
|
|
7252
7491
|
"requires": {}
|
|
7253
7492
|
}
|
|
7254
7493
|
},
|
|
7255
|
-
{
|
|
7256
|
-
"name": "vitest",
|
|
7257
|
-
"description": "Vitest integration with Nuxt",
|
|
7258
|
-
"repo": "danielroe/nuxt-vitest",
|
|
7259
|
-
"npm": "nuxt-vitest",
|
|
7260
|
-
"icon": "vitest.svg",
|
|
7261
|
-
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
7262
|
-
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
7263
|
-
"learn_more": "",
|
|
7264
|
-
"category": "Devtools",
|
|
7265
|
-
"type": "3rd-party",
|
|
7266
|
-
"maintainers": [
|
|
7267
|
-
{
|
|
7268
|
-
"name": "Daniel Roe",
|
|
7269
|
-
"github": "danielroe"
|
|
7270
|
-
},
|
|
7271
|
-
{
|
|
7272
|
-
"name": "Anthony Fu",
|
|
7273
|
-
"github": "antfu"
|
|
7274
|
-
}
|
|
7275
|
-
],
|
|
7276
|
-
"compatibility": {
|
|
7277
|
-
"nuxt": "^3.0.0",
|
|
7278
|
-
"requires": {},
|
|
7279
|
-
"devtools": "^0.0.0"
|
|
7280
|
-
}
|
|
7281
|
-
},
|
|
7282
7494
|
{
|
|
7283
7495
|
"name": "vue-email",
|
|
7284
7496
|
"description": "💌 Write email templates with vue",
|
|
@@ -7313,7 +7525,7 @@
|
|
|
7313
7525
|
{
|
|
7314
7526
|
"name": "vue-final-modal",
|
|
7315
7527
|
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7316
|
-
"repo": "vue-final/vue-final-modal",
|
|
7528
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7317
7529
|
"npm": "@vue-final-modal/nuxt",
|
|
7318
7530
|
"icon": "vue-final-modal.svg",
|
|
7319
7531
|
"github": "https://github.com/vue-final/vue-final-modal",
|
|
@@ -7428,7 +7640,7 @@
|
|
|
7428
7640
|
{
|
|
7429
7641
|
"name": "vue-query",
|
|
7430
7642
|
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
7431
|
-
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt
|
|
7643
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
7432
7644
|
"npm": "@hebilicious/vue-query-nuxt",
|
|
7433
7645
|
"icon": "vue-query.svg",
|
|
7434
7646
|
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
@@ -7525,7 +7737,7 @@
|
|
|
7525
7737
|
"npm": "vue3-carousel-nuxt",
|
|
7526
7738
|
"icon": "",
|
|
7527
7739
|
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7528
|
-
"website": "",
|
|
7740
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7529
7741
|
"learn_more": "",
|
|
7530
7742
|
"category": "UI",
|
|
7531
7743
|
"type": "3rd-party",
|
|
@@ -7544,7 +7756,7 @@
|
|
|
7544
7756
|
{
|
|
7545
7757
|
"name": "vuefire",
|
|
7546
7758
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
7547
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
7759
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
7548
7760
|
"npm": "nuxt-vuefire",
|
|
7549
7761
|
"icon": "vuefire.svg",
|
|
7550
7762
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -7566,7 +7778,7 @@
|
|
|
7566
7778
|
{
|
|
7567
7779
|
"name": "vueform-builder",
|
|
7568
7780
|
"description": "Official Vueform Builder module for Nuxt",
|
|
7569
|
-
"repo": "vueform/builder/nuxt",
|
|
7781
|
+
"repo": "vueform/builder#main/nuxt",
|
|
7570
7782
|
"npm": "@vueform/builder-nuxt",
|
|
7571
7783
|
"icon": "vueform.svg",
|
|
7572
7784
|
"github": "https://github.com/vueform/builder",
|
|
@@ -7589,7 +7801,7 @@
|
|
|
7589
7801
|
{
|
|
7590
7802
|
"name": "vueform",
|
|
7591
7803
|
"description": "Official Vueform module for Nuxt",
|
|
7592
|
-
"repo": "vueform/vueform/nuxt",
|
|
7804
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
7593
7805
|
"npm": "@vueform/nuxt",
|
|
7594
7806
|
"icon": "vueform.svg",
|
|
7595
7807
|
"github": "https://github.com/vueform/vueform",
|
|
@@ -7616,8 +7828,8 @@
|
|
|
7616
7828
|
"npm": "@vuestic/nuxt",
|
|
7617
7829
|
"icon": "vuestic.png",
|
|
7618
7830
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
7619
|
-
"website": "https://vuestic.dev",
|
|
7620
|
-
"learn_more": "https://vuestic.dev/
|
|
7831
|
+
"website": "https://ui.vuestic.dev",
|
|
7832
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
7621
7833
|
"category": "UI",
|
|
7622
7834
|
"type": "3rd-party",
|
|
7623
7835
|
"maintainers": [
|
|
@@ -7884,7 +8096,7 @@
|
|
|
7884
8096
|
"icon": "webpack.png",
|
|
7885
8097
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
7886
8098
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
7887
|
-
"learn_more": "
|
|
8099
|
+
"learn_more": "",
|
|
7888
8100
|
"category": "Devtools",
|
|
7889
8101
|
"type": "community",
|
|
7890
8102
|
"maintainers": [
|
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-f44ca0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "nuxt/modules",
|
|
6
6
|
"homepage": "https://nuxt.com/modules",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"jiti": "^1.20.0",
|
|
30
30
|
"js-yaml": "^4.1.0",
|
|
31
31
|
"ofetch": "^1.3.3",
|
|
32
|
+
"std-env": "^3.7.0",
|
|
32
33
|
"typescript": "^5.2.2"
|
|
33
34
|
},
|
|
34
35
|
"packageManager": "pnpm@8.7.4"
|