@nuxt/modules 0.6.0-435293 → 0.6.0-471357
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 +578 -177
- package/package.json +5 -2
package/modules.json
CHANGED
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
180
180
|
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
181
181
|
"learn_more": "",
|
|
182
|
-
"category": "
|
|
182
|
+
"category": "Libraries",
|
|
183
183
|
"type": "3rd-party",
|
|
184
184
|
"maintainers": [
|
|
185
185
|
{
|
|
@@ -194,12 +194,12 @@
|
|
|
194
194
|
},
|
|
195
195
|
{
|
|
196
196
|
"name": "api-party",
|
|
197
|
-
"description": "
|
|
197
|
+
"description": "Securely connect to any API with a server proxy and dynamic composables",
|
|
198
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
199
199
|
"npm": "nuxt-api-party",
|
|
200
200
|
"icon": "api-party.svg",
|
|
201
201
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
202
|
-
"website": "https://nuxt-api-party.
|
|
202
|
+
"website": "https://nuxt-api-party.byjohann.dev/",
|
|
203
203
|
"learn_more": "",
|
|
204
204
|
"category": "Request",
|
|
205
205
|
"type": "3rd-party",
|
|
@@ -216,6 +216,28 @@
|
|
|
216
216
|
"requires": {}
|
|
217
217
|
}
|
|
218
218
|
},
|
|
219
|
+
{
|
|
220
|
+
"name": "api-shield",
|
|
221
|
+
"description": "Nuxt API Shield - Rate Limiting",
|
|
222
|
+
"repo": "rrd108/nuxt-api-shield",
|
|
223
|
+
"npm": "nuxt-api-shield",
|
|
224
|
+
"icon": "api-shield.png",
|
|
225
|
+
"github": "https://github.com/rrd108/nuxt-api-shield",
|
|
226
|
+
"website": "https://github.com/rrd108/nuxt-api-shield",
|
|
227
|
+
"learn_more": "",
|
|
228
|
+
"category": "Security",
|
|
229
|
+
"type": "3rd-party",
|
|
230
|
+
"maintainers": [
|
|
231
|
+
{
|
|
232
|
+
"name": "rrd",
|
|
233
|
+
"github": "rrd108"
|
|
234
|
+
}
|
|
235
|
+
],
|
|
236
|
+
"compatibility": {
|
|
237
|
+
"nuxt": "^3.0.0",
|
|
238
|
+
"requires": {}
|
|
239
|
+
}
|
|
240
|
+
},
|
|
219
241
|
{
|
|
220
242
|
"name": "apis-to-file",
|
|
221
243
|
"description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
|
|
@@ -362,7 +384,7 @@
|
|
|
362
384
|
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
363
385
|
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
364
386
|
"learn_more": "",
|
|
365
|
-
"category": "
|
|
387
|
+
"category": "Security",
|
|
366
388
|
"type": "3rd-party",
|
|
367
389
|
"maintainers": [
|
|
368
390
|
{
|
|
@@ -991,7 +1013,7 @@
|
|
|
991
1013
|
"npm": "@nuxt/content",
|
|
992
1014
|
"icon": "nuxt.svg",
|
|
993
1015
|
"github": "https://github.com/nuxt/content",
|
|
994
|
-
"website": "https://content.
|
|
1016
|
+
"website": "https://content.nuxt.com",
|
|
995
1017
|
"learn_more": "",
|
|
996
1018
|
"category": "CMS",
|
|
997
1019
|
"type": "official",
|
|
@@ -1276,7 +1298,7 @@
|
|
|
1276
1298
|
"npm": "@nuxt/devtools",
|
|
1277
1299
|
"icon": "nuxt.svg",
|
|
1278
1300
|
"github": "https://github.com/nuxt/devtools",
|
|
1279
|
-
"website": "https://devtools.
|
|
1301
|
+
"website": "https://devtools.nuxt.com",
|
|
1280
1302
|
"learn_more": "",
|
|
1281
1303
|
"category": "Devtools",
|
|
1282
1304
|
"type": "official",
|
|
@@ -1535,7 +1557,7 @@
|
|
|
1535
1557
|
}
|
|
1536
1558
|
},
|
|
1537
1559
|
{
|
|
1538
|
-
"name": "eslint",
|
|
1560
|
+
"name": "eslint-module",
|
|
1539
1561
|
"description": "ESLint module for Nuxt",
|
|
1540
1562
|
"repo": "nuxt-community/eslint-module",
|
|
1541
1563
|
"npm": "@nuxtjs/eslint-module",
|
|
@@ -1556,6 +1578,29 @@
|
|
|
1556
1578
|
"requires": {}
|
|
1557
1579
|
}
|
|
1558
1580
|
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "eslint",
|
|
1583
|
+
"description": "All-in-one ESLint module for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
|
|
1584
|
+
"repo": "nuxt/eslint",
|
|
1585
|
+
"npm": "@nuxt/eslint",
|
|
1586
|
+
"icon": "nuxt.svg",
|
|
1587
|
+
"github": "https://github.com/nuxt/eslint",
|
|
1588
|
+
"website": "https://eslint.nuxt.com",
|
|
1589
|
+
"learn_more": "https://eslint.nuxt.com/packages/module",
|
|
1590
|
+
"category": "Devtools",
|
|
1591
|
+
"type": "official",
|
|
1592
|
+
"maintainers": [
|
|
1593
|
+
{
|
|
1594
|
+
"name": "Anthony Fu",
|
|
1595
|
+
"github": "antfu",
|
|
1596
|
+
"twitter": "antfu7"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"compatibility": {
|
|
1600
|
+
"nuxt": "^3.0.0",
|
|
1601
|
+
"requires": {}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1559
1604
|
{
|
|
1560
1605
|
"name": "event-trace",
|
|
1561
1606
|
"description": "Module for event trace in Nuxt",
|
|
@@ -1801,6 +1846,29 @@
|
|
|
1801
1846
|
"requires": {}
|
|
1802
1847
|
}
|
|
1803
1848
|
},
|
|
1849
|
+
{
|
|
1850
|
+
"name": "fonts",
|
|
1851
|
+
"description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
|
|
1852
|
+
"repo": "nuxt/fonts",
|
|
1853
|
+
"npm": "@nuxt/fonts",
|
|
1854
|
+
"icon": "nuxt.svg",
|
|
1855
|
+
"github": "https://github.com/nuxt/fonts",
|
|
1856
|
+
"website": "https://github.com/nuxt/fonts",
|
|
1857
|
+
"learn_more": "",
|
|
1858
|
+
"category": "Libraries",
|
|
1859
|
+
"type": "official",
|
|
1860
|
+
"maintainers": [
|
|
1861
|
+
{
|
|
1862
|
+
"name": "Daniel Roe",
|
|
1863
|
+
"github": "danielroe",
|
|
1864
|
+
"twitter": "danielcroe"
|
|
1865
|
+
}
|
|
1866
|
+
],
|
|
1867
|
+
"compatibility": {
|
|
1868
|
+
"nuxt": "^3.0.0",
|
|
1869
|
+
"requires": {}
|
|
1870
|
+
}
|
|
1871
|
+
},
|
|
1804
1872
|
{
|
|
1805
1873
|
"name": "form-actions",
|
|
1806
1874
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
@@ -2106,7 +2174,7 @@
|
|
|
2106
2174
|
},
|
|
2107
2175
|
{
|
|
2108
2176
|
"name": "gtag",
|
|
2109
|
-
"description": "Google Analytics integration for Nuxt",
|
|
2177
|
+
"description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
|
|
2110
2178
|
"repo": "johannschopplich/nuxt-gtag",
|
|
2111
2179
|
"npm": "nuxt-gtag",
|
|
2112
2180
|
"icon": "gtag.svg",
|
|
@@ -2329,6 +2397,28 @@
|
|
|
2329
2397
|
"requires": {}
|
|
2330
2398
|
}
|
|
2331
2399
|
},
|
|
2400
|
+
{
|
|
2401
|
+
"name": "hotjar",
|
|
2402
|
+
"description": "Add HotJar to your Nuxt application",
|
|
2403
|
+
"repo": "damevin/nuxt-module-hotjar",
|
|
2404
|
+
"npm": "nuxt-module-hotjar",
|
|
2405
|
+
"icon": "hotjar.png",
|
|
2406
|
+
"github": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2407
|
+
"website": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2408
|
+
"learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
|
|
2409
|
+
"category": "SEO",
|
|
2410
|
+
"type": "3rd-party",
|
|
2411
|
+
"maintainers": [
|
|
2412
|
+
{
|
|
2413
|
+
"name": "Raphaël DAMEVIN",
|
|
2414
|
+
"github": "damevin"
|
|
2415
|
+
}
|
|
2416
|
+
],
|
|
2417
|
+
"compatibility": {
|
|
2418
|
+
"nuxt": "^3.0.0",
|
|
2419
|
+
"requires": {}
|
|
2420
|
+
}
|
|
2421
|
+
},
|
|
2332
2422
|
{
|
|
2333
2423
|
"name": "html-minifier",
|
|
2334
2424
|
"description": "Minify the html for each request served by nuxt server (nuxt start)",
|
|
@@ -2358,7 +2448,7 @@
|
|
|
2358
2448
|
"npm": "@nuxtjs/html-validator",
|
|
2359
2449
|
"icon": "html-validator.png",
|
|
2360
2450
|
"github": "https://github.com/nuxt-modules/html-validator",
|
|
2361
|
-
"website": "https://html-validator
|
|
2451
|
+
"website": "https://github.com/nuxt-modules/html-validator",
|
|
2362
2452
|
"learn_more": "https://html-validate.org",
|
|
2363
2453
|
"category": "Performance",
|
|
2364
2454
|
"type": "community",
|
|
@@ -2404,6 +2494,44 @@
|
|
|
2404
2494
|
"requires": {}
|
|
2405
2495
|
}
|
|
2406
2496
|
},
|
|
2497
|
+
{
|
|
2498
|
+
"name": "hub",
|
|
2499
|
+
"description": "Build full-stack Nuxt applications on the edge, with zero configuration.",
|
|
2500
|
+
"repo": "nuxt-hub/core",
|
|
2501
|
+
"npm": "@nuxthub/core",
|
|
2502
|
+
"icon": "nuxthub.svg",
|
|
2503
|
+
"github": "https://github.com/nuxt-hub/core",
|
|
2504
|
+
"website": "https://hub.nuxt.com",
|
|
2505
|
+
"learn_more": "",
|
|
2506
|
+
"category": "Database",
|
|
2507
|
+
"type": "3rd-party",
|
|
2508
|
+
"maintainers": [
|
|
2509
|
+
{
|
|
2510
|
+
"name": "Sebastien Chopin",
|
|
2511
|
+
"github": "Atinux"
|
|
2512
|
+
},
|
|
2513
|
+
{
|
|
2514
|
+
"name": "Ahad Birang",
|
|
2515
|
+
"github": "farnabaz"
|
|
2516
|
+
},
|
|
2517
|
+
{
|
|
2518
|
+
"name": "Sylvain Marroufin",
|
|
2519
|
+
"github": "smarroufin"
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
"name": "Florent Delerue",
|
|
2523
|
+
"github": "flosciante"
|
|
2524
|
+
},
|
|
2525
|
+
{
|
|
2526
|
+
"name": "NuxtLabs",
|
|
2527
|
+
"github": "nuxtlabs"
|
|
2528
|
+
}
|
|
2529
|
+
],
|
|
2530
|
+
"compatibility": {
|
|
2531
|
+
"nuxt": "^3.0.0",
|
|
2532
|
+
"requires": {}
|
|
2533
|
+
}
|
|
2534
|
+
},
|
|
2407
2535
|
{
|
|
2408
2536
|
"name": "humans-txt",
|
|
2409
2537
|
"description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
@@ -2780,7 +2908,7 @@
|
|
|
2780
2908
|
"npm": "nuxt-kql",
|
|
2781
2909
|
"icon": "kql.svg",
|
|
2782
2910
|
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2783
|
-
"website": "https://nuxt-kql.
|
|
2911
|
+
"website": "https://nuxt-kql.byjohann.dev/",
|
|
2784
2912
|
"learn_more": "",
|
|
2785
2913
|
"category": "CMS",
|
|
2786
2914
|
"type": "3rd-party",
|
|
@@ -3098,6 +3226,29 @@
|
|
|
3098
3226
|
"requires": {}
|
|
3099
3227
|
}
|
|
3100
3228
|
},
|
|
3229
|
+
{
|
|
3230
|
+
"name": "mailpit",
|
|
3231
|
+
"description": "Integrates Mailpit web UI in Nuxt devtools",
|
|
3232
|
+
"repo": "tdolsen/nuxt-mailpit",
|
|
3233
|
+
"npm": "nuxt-mailpit",
|
|
3234
|
+
"icon": "mailpit.svg",
|
|
3235
|
+
"github": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3236
|
+
"website": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3237
|
+
"learn_more": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3238
|
+
"category": "Devtools",
|
|
3239
|
+
"type": "3rd-party",
|
|
3240
|
+
"maintainers": [
|
|
3241
|
+
{
|
|
3242
|
+
"name": "Torkild Dyvik Olsen",
|
|
3243
|
+
"github": "tdolsen",
|
|
3244
|
+
"twitter": "tdolsen"
|
|
3245
|
+
}
|
|
3246
|
+
],
|
|
3247
|
+
"compatibility": {
|
|
3248
|
+
"nuxt": "^3.8.0",
|
|
3249
|
+
"requires": {}
|
|
3250
|
+
}
|
|
3251
|
+
},
|
|
3101
3252
|
{
|
|
3102
3253
|
"name": "markdownit",
|
|
3103
3254
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
@@ -3170,8 +3321,8 @@
|
|
|
3170
3321
|
{
|
|
3171
3322
|
"name": "maz-ui",
|
|
3172
3323
|
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3173
|
-
"repo": "louismazel/maz-ui#master/packages/
|
|
3174
|
-
"npm": "
|
|
3324
|
+
"repo": "louismazel/maz-ui#master/packages/lib",
|
|
3325
|
+
"npm": "maz-ui",
|
|
3175
3326
|
"icon": "maz-ui.png",
|
|
3176
3327
|
"github": "https://github.com/louismazel/maz-ui",
|
|
3177
3328
|
"website": "https://maz-ui.com/",
|
|
@@ -3189,6 +3340,28 @@
|
|
|
3189
3340
|
"requires": {}
|
|
3190
3341
|
}
|
|
3191
3342
|
},
|
|
3343
|
+
{
|
|
3344
|
+
"name": "mdc",
|
|
3345
|
+
"description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
|
|
3346
|
+
"repo": "nuxt-modules/mdc",
|
|
3347
|
+
"npm": "@nuxtjs/mdc",
|
|
3348
|
+
"icon": "mdc.png",
|
|
3349
|
+
"github": "https://github.com/nuxt-modules/mdc",
|
|
3350
|
+
"website": "https://github.com/nuxt-modules/mdc",
|
|
3351
|
+
"learn_more": "",
|
|
3352
|
+
"category": "Extensions",
|
|
3353
|
+
"type": "community",
|
|
3354
|
+
"maintainers": [
|
|
3355
|
+
{
|
|
3356
|
+
"name": "farnabaz",
|
|
3357
|
+
"github": "farnabaz"
|
|
3358
|
+
}
|
|
3359
|
+
],
|
|
3360
|
+
"compatibility": {
|
|
3361
|
+
"nuxt": "^3.0.0",
|
|
3362
|
+
"requires": {}
|
|
3363
|
+
}
|
|
3364
|
+
},
|
|
3192
3365
|
{
|
|
3193
3366
|
"name": "mdx",
|
|
3194
3367
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -3357,6 +3530,28 @@
|
|
|
3357
3530
|
"requires": {}
|
|
3358
3531
|
}
|
|
3359
3532
|
},
|
|
3533
|
+
{
|
|
3534
|
+
"name": "neo4j",
|
|
3535
|
+
"description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
|
|
3536
|
+
"repo": "arashsheyda/nuxt-neo4j",
|
|
3537
|
+
"npm": "nuxt-neo4j",
|
|
3538
|
+
"icon": "nuxt-neo4j.png",
|
|
3539
|
+
"github": "https://github.com/arashsheyda/nuxt-neo4j",
|
|
3540
|
+
"website": "https://github.com/arashsheyda/nuxt-neo4j",
|
|
3541
|
+
"learn_more": "",
|
|
3542
|
+
"category": "Database",
|
|
3543
|
+
"type": "3rd-party",
|
|
3544
|
+
"maintainers": [
|
|
3545
|
+
{
|
|
3546
|
+
"name": "arashsheyda",
|
|
3547
|
+
"github": "arashsheyda"
|
|
3548
|
+
}
|
|
3549
|
+
],
|
|
3550
|
+
"compatibility": {
|
|
3551
|
+
"nuxt": "^3.0.0",
|
|
3552
|
+
"requires": {}
|
|
3553
|
+
}
|
|
3554
|
+
},
|
|
3360
3555
|
{
|
|
3361
3556
|
"name": "netlify-cache",
|
|
3362
3557
|
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
@@ -3548,8 +3743,8 @@
|
|
|
3548
3743
|
"npm": "nuxt-auth-sanctum",
|
|
3549
3744
|
"icon": "laravel.svg",
|
|
3550
3745
|
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3551
|
-
"website": "https://
|
|
3552
|
-
"learn_more": "",
|
|
3746
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3747
|
+
"learn_more": "https://laravel.com/docs/10.x/sanctum",
|
|
3553
3748
|
"category": "Security",
|
|
3554
3749
|
"type": "3rd-party",
|
|
3555
3750
|
"maintainers": [
|
|
@@ -3560,7 +3755,7 @@
|
|
|
3560
3755
|
}
|
|
3561
3756
|
],
|
|
3562
3757
|
"compatibility": {
|
|
3563
|
-
"nuxt": "^3.
|
|
3758
|
+
"nuxt": "^3.9.0",
|
|
3564
3759
|
"requires": {}
|
|
3565
3760
|
}
|
|
3566
3761
|
},
|
|
@@ -3586,6 +3781,28 @@
|
|
|
3586
3781
|
"requires": {}
|
|
3587
3782
|
}
|
|
3588
3783
|
},
|
|
3784
|
+
{
|
|
3785
|
+
"name": "nuxt-bezier",
|
|
3786
|
+
"description": "Reusable transition components",
|
|
3787
|
+
"repo": "50rayn/nuxt-bezier",
|
|
3788
|
+
"npm": "nuxt-bezier",
|
|
3789
|
+
"icon": "nuxt-bezier.png",
|
|
3790
|
+
"github": "https://github.com/50rayn/nuxt-bezier",
|
|
3791
|
+
"website": "https://github.com/50rayn/nuxt-bezier",
|
|
3792
|
+
"learn_more": "https://github.com/Noction/vue-bezier",
|
|
3793
|
+
"category": "UI",
|
|
3794
|
+
"type": "3rd-party",
|
|
3795
|
+
"maintainers": [
|
|
3796
|
+
{
|
|
3797
|
+
"name": "Soryn Gitlan",
|
|
3798
|
+
"github": "50rayn"
|
|
3799
|
+
}
|
|
3800
|
+
],
|
|
3801
|
+
"compatibility": {
|
|
3802
|
+
"nuxt": "^3.0.0",
|
|
3803
|
+
"requires": {}
|
|
3804
|
+
}
|
|
3805
|
+
},
|
|
3589
3806
|
{
|
|
3590
3807
|
"name": "nuxt-bootstrap-icons",
|
|
3591
3808
|
"description": "Just a simple integration for Bootstrap Icons",
|
|
@@ -3630,6 +3847,28 @@
|
|
|
3630
3847
|
"requires": {}
|
|
3631
3848
|
}
|
|
3632
3849
|
},
|
|
3850
|
+
{
|
|
3851
|
+
"name": "nuxt-cookie-consent",
|
|
3852
|
+
"description": "Nuxt module for integrating with cookie consent providers with ease",
|
|
3853
|
+
"repo": "weareheavy/nuxt-cookie-consent",
|
|
3854
|
+
"npm": "@weareheavy/nuxt-cookie-consent",
|
|
3855
|
+
"icon": "wah.svg",
|
|
3856
|
+
"github": "https://github.com/weareheavy/nuxt-cookie-consent",
|
|
3857
|
+
"website": "https://nuxt-cookie-consent.packages.weareheavy.com",
|
|
3858
|
+
"learn_more": "",
|
|
3859
|
+
"category": "Extensions",
|
|
3860
|
+
"type": "3rd-party",
|
|
3861
|
+
"maintainers": [
|
|
3862
|
+
{
|
|
3863
|
+
"name": "weareheavy",
|
|
3864
|
+
"github": "weareheavy"
|
|
3865
|
+
}
|
|
3866
|
+
],
|
|
3867
|
+
"compatibility": {
|
|
3868
|
+
"nuxt": "^3.0.0",
|
|
3869
|
+
"requires": {}
|
|
3870
|
+
}
|
|
3871
|
+
},
|
|
3633
3872
|
{
|
|
3634
3873
|
"name": "nuxt-facebook-chat",
|
|
3635
3874
|
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
@@ -3700,6 +3939,51 @@
|
|
|
3700
3939
|
"requires": {}
|
|
3701
3940
|
}
|
|
3702
3941
|
},
|
|
3942
|
+
{
|
|
3943
|
+
"name": "nuxt-file-storage",
|
|
3944
|
+
"description": "Easy solution to store files in your nuxt apps. Upload files from the frontend and recieve them from the backend to save the files in your project.",
|
|
3945
|
+
"repo": "nyllre/nuxt-file-storage",
|
|
3946
|
+
"npm": "nuxt-file-storage",
|
|
3947
|
+
"icon": "nuxt-file-storage.svg",
|
|
3948
|
+
"github": "https://github.com/nyllre/nuxt-file-storage",
|
|
3949
|
+
"website": "https://github.com/nyllre/nuxt-file-storage",
|
|
3950
|
+
"learn_more": "https://github.com/nyllre/nuxt-file-storage",
|
|
3951
|
+
"category": "Database",
|
|
3952
|
+
"type": "3rd-party",
|
|
3953
|
+
"maintainers": [
|
|
3954
|
+
{
|
|
3955
|
+
"name": "NyllRE",
|
|
3956
|
+
"github": "NyllRE"
|
|
3957
|
+
}
|
|
3958
|
+
],
|
|
3959
|
+
"compatibility": {
|
|
3960
|
+
"nuxt": "^3.0.0",
|
|
3961
|
+
"requires": {}
|
|
3962
|
+
}
|
|
3963
|
+
},
|
|
3964
|
+
{
|
|
3965
|
+
"name": "nuxt-fontawesome",
|
|
3966
|
+
"description": "Module to use Font Awesome 6 icons in your Nuxt project",
|
|
3967
|
+
"repo": "bezumkin/nuxt-fontawesome",
|
|
3968
|
+
"npm": "@vesp/nuxt-fontawesome",
|
|
3969
|
+
"icon": "nuxt-fontawesome.svg",
|
|
3970
|
+
"github": "https://github.com/bezumkin/nuxt-fontawesome",
|
|
3971
|
+
"website": "https://github.com/bezumkin/nuxt-fontawesome",
|
|
3972
|
+
"learn_more": "https://fontawesome.com",
|
|
3973
|
+
"category": "UI",
|
|
3974
|
+
"type": "3rd-party",
|
|
3975
|
+
"maintainers": [
|
|
3976
|
+
{
|
|
3977
|
+
"name": "Vasily Naumkin",
|
|
3978
|
+
"github": "bezumkin",
|
|
3979
|
+
"avatar": "https://avatars.githubusercontent.com/u/1257284"
|
|
3980
|
+
}
|
|
3981
|
+
],
|
|
3982
|
+
"compatibility": {
|
|
3983
|
+
"nuxt": "^3.0.0",
|
|
3984
|
+
"requires": {}
|
|
3985
|
+
}
|
|
3986
|
+
},
|
|
3703
3987
|
{
|
|
3704
3988
|
"name": "nuxt-graphql-middleware",
|
|
3705
3989
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3707,7 +3991,7 @@
|
|
|
3707
3991
|
"npm": "nuxt-graphql-middleware",
|
|
3708
3992
|
"icon": "nuxt-graphql-middleware.svg",
|
|
3709
3993
|
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3710
|
-
"website": "https://nuxt-graphql-middleware
|
|
3994
|
+
"website": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3711
3995
|
"learn_more": "",
|
|
3712
3996
|
"category": "Request",
|
|
3713
3997
|
"type": "3rd-party",
|
|
@@ -3765,7 +4049,7 @@
|
|
|
3765
4049
|
"maintainers": [
|
|
3766
4050
|
{
|
|
3767
4051
|
"name": "Zadig&Voltaire Team",
|
|
3768
|
-
"github": "
|
|
4052
|
+
"github": "zadigetvoltaire"
|
|
3769
4053
|
}
|
|
3770
4054
|
],
|
|
3771
4055
|
"compatibility": {
|
|
@@ -4044,6 +4328,33 @@
|
|
|
4044
4328
|
"requires": {}
|
|
4045
4329
|
}
|
|
4046
4330
|
},
|
|
4331
|
+
{
|
|
4332
|
+
"name": "nuxt-openid-connect",
|
|
4333
|
+
"description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
|
|
4334
|
+
"repo": "aborn/nuxt-openid-connect",
|
|
4335
|
+
"npm": "nuxt-openid-connect",
|
|
4336
|
+
"icon": "",
|
|
4337
|
+
"github": "https://github.com/aborn/nuxt-openid-connect",
|
|
4338
|
+
"website": "https://github.com/aborn/nuxt-openid-connect",
|
|
4339
|
+
"learn_more": "",
|
|
4340
|
+
"category": "Security",
|
|
4341
|
+
"type": "3rd-party",
|
|
4342
|
+
"maintainers": [
|
|
4343
|
+
{
|
|
4344
|
+
"name": "Aborn Jiang",
|
|
4345
|
+
"github": "aborn"
|
|
4346
|
+
},
|
|
4347
|
+
{
|
|
4348
|
+
"name": "Khaled Almana",
|
|
4349
|
+
"github": "KhaledAlMana"
|
|
4350
|
+
}
|
|
4351
|
+
],
|
|
4352
|
+
"compatibility": {
|
|
4353
|
+
"nuxt": "^3.0.0",
|
|
4354
|
+
"requires": {},
|
|
4355
|
+
"devtools": "^0.0.0"
|
|
4356
|
+
}
|
|
4357
|
+
},
|
|
4047
4358
|
{
|
|
4048
4359
|
"name": "nuxt-payload-analyzer",
|
|
4049
4360
|
"description": "Analyze Nuxt Payload Size",
|
|
@@ -4067,6 +4378,29 @@
|
|
|
4067
4378
|
"requires": {}
|
|
4068
4379
|
}
|
|
4069
4380
|
},
|
|
4381
|
+
{
|
|
4382
|
+
"name": "nuxt-pdf-frame",
|
|
4383
|
+
"description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
|
|
4384
|
+
"repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
|
|
4385
|
+
"npm": "@i2d/nuxt-pdf-frame",
|
|
4386
|
+
"icon": "pdf-frame.svg",
|
|
4387
|
+
"github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
|
|
4388
|
+
"website": "https://www.pdf-frame.org",
|
|
4389
|
+
"learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
|
|
4390
|
+
"category": "Libraries",
|
|
4391
|
+
"type": "3rd-party",
|
|
4392
|
+
"maintainers": [
|
|
4393
|
+
{
|
|
4394
|
+
"name": "Narayana Swamy",
|
|
4395
|
+
"github": "nswamy14",
|
|
4396
|
+
"email": "narayanaswamy14@gmail.com"
|
|
4397
|
+
}
|
|
4398
|
+
],
|
|
4399
|
+
"compatibility": {
|
|
4400
|
+
"nuxt": "^3.0.0",
|
|
4401
|
+
"requires": {}
|
|
4402
|
+
}
|
|
4403
|
+
},
|
|
4070
4404
|
{
|
|
4071
4405
|
"name": "nuxt-pdf",
|
|
4072
4406
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -4134,28 +4468,6 @@
|
|
|
4134
4468
|
"requires": {}
|
|
4135
4469
|
}
|
|
4136
4470
|
},
|
|
4137
|
-
{
|
|
4138
|
-
"name": "plausible",
|
|
4139
|
-
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4140
|
-
"repo": "nuxt-modules/plausible",
|
|
4141
|
-
"npm": "@nuxtjs/plausible",
|
|
4142
|
-
"icon": "plausible.png",
|
|
4143
|
-
"github": "https://github.com/nuxt-modules/plausible",
|
|
4144
|
-
"website": "https://github.com/nuxt-modules/plausible",
|
|
4145
|
-
"learn_more": "https://plausible.io/",
|
|
4146
|
-
"category": "Analytics",
|
|
4147
|
-
"type": "community",
|
|
4148
|
-
"maintainers": [
|
|
4149
|
-
{
|
|
4150
|
-
"name": "Johann Schopplich",
|
|
4151
|
-
"github": "johannschopplich"
|
|
4152
|
-
}
|
|
4153
|
-
],
|
|
4154
|
-
"compatibility": {
|
|
4155
|
-
"nuxt": "^3.0.0",
|
|
4156
|
-
"requires": {}
|
|
4157
|
-
}
|
|
4158
|
-
},
|
|
4159
4471
|
{
|
|
4160
4472
|
"name": "nuxt-plotly",
|
|
4161
4473
|
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
@@ -4205,6 +4517,28 @@
|
|
|
4205
4517
|
"requires": {}
|
|
4206
4518
|
}
|
|
4207
4519
|
},
|
|
4520
|
+
{
|
|
4521
|
+
"name": "nuxt-posthog",
|
|
4522
|
+
"description": "Integrate PostHog into your application with minimal configuration",
|
|
4523
|
+
"repo": "mitjans/nuxt-posthog",
|
|
4524
|
+
"npm": "nuxt-posthog",
|
|
4525
|
+
"icon": "posthog.svg",
|
|
4526
|
+
"github": "https://github.com/mitjans/nuxt-posthog",
|
|
4527
|
+
"website": "https://nuxt-posthog.cmitjans.dev",
|
|
4528
|
+
"learn_more": "https://posthog.com",
|
|
4529
|
+
"category": "Analytics",
|
|
4530
|
+
"type": "3rd-party",
|
|
4531
|
+
"maintainers": [
|
|
4532
|
+
{
|
|
4533
|
+
"name": "Carles Mitjans",
|
|
4534
|
+
"github": "mitjans"
|
|
4535
|
+
}
|
|
4536
|
+
],
|
|
4537
|
+
"compatibility": {
|
|
4538
|
+
"nuxt": "^3.0.0",
|
|
4539
|
+
"requires": {}
|
|
4540
|
+
}
|
|
4541
|
+
},
|
|
4208
4542
|
{
|
|
4209
4543
|
"name": "nuxt-smartlook",
|
|
4210
4544
|
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
@@ -4391,6 +4725,28 @@
|
|
|
4391
4725
|
"requires": {}
|
|
4392
4726
|
}
|
|
4393
4727
|
},
|
|
4728
|
+
{
|
|
4729
|
+
"name": "nuxt-uswds",
|
|
4730
|
+
"description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
|
|
4731
|
+
"repo": "patrickcate/nuxt-uswds",
|
|
4732
|
+
"npm": "nuxt-uswds",
|
|
4733
|
+
"icon": "nuxt-uswds.svg",
|
|
4734
|
+
"github": "https://github.com/patrickcate/nuxt-uswds",
|
|
4735
|
+
"website": "https://github.com/patrickcate/nuxt-uswds",
|
|
4736
|
+
"learn_more": "",
|
|
4737
|
+
"category": "UI",
|
|
4738
|
+
"type": "3rd-party",
|
|
4739
|
+
"maintainers": [
|
|
4740
|
+
{
|
|
4741
|
+
"name": "Patrick Cate",
|
|
4742
|
+
"github": "patrickcate"
|
|
4743
|
+
}
|
|
4744
|
+
],
|
|
4745
|
+
"compatibility": {
|
|
4746
|
+
"nuxt": "^3.0.0",
|
|
4747
|
+
"requires": {}
|
|
4748
|
+
}
|
|
4749
|
+
},
|
|
4394
4750
|
{
|
|
4395
4751
|
"name": "nuxt-viewport",
|
|
4396
4752
|
"description": "Define custom viewports for your Nuxt project",
|
|
@@ -4462,7 +4818,7 @@
|
|
|
4462
4818
|
{
|
|
4463
4819
|
"name": "nuxt3-interpolation",
|
|
4464
4820
|
"description": "",
|
|
4465
|
-
"repo": "daliborgogic/interpolation
|
|
4821
|
+
"repo": "daliborgogic/interpolation",
|
|
4466
4822
|
"npm": "nuxt3-interpolation",
|
|
4467
4823
|
"icon": "",
|
|
4468
4824
|
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
@@ -4488,7 +4844,7 @@
|
|
|
4488
4844
|
"npm": "nuxt3-leaflet",
|
|
4489
4845
|
"icon": "leaflet.png",
|
|
4490
4846
|
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4491
|
-
"website": "https://github.
|
|
4847
|
+
"website": "https://gugustinette.github.io/Nuxt-Leaflet",
|
|
4492
4848
|
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4493
4849
|
"category": "Libraries",
|
|
4494
4850
|
"type": "3rd-party",
|
|
@@ -4735,6 +5091,28 @@
|
|
|
4735
5091
|
"requires": {}
|
|
4736
5092
|
}
|
|
4737
5093
|
},
|
|
5094
|
+
{
|
|
5095
|
+
"name": "pergel",
|
|
5096
|
+
"description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
|
|
5097
|
+
"repo": "oku-ui/pergel#main/packages-core/pergel",
|
|
5098
|
+
"npm": "pergel",
|
|
5099
|
+
"icon": "pergel.svg",
|
|
5100
|
+
"github": "https://github.com/oku-ui/pergel",
|
|
5101
|
+
"website": "https://oku-ui.com/pergel",
|
|
5102
|
+
"learn_more": "",
|
|
5103
|
+
"category": "Devtools",
|
|
5104
|
+
"type": "3rd-party",
|
|
5105
|
+
"maintainers": [
|
|
5106
|
+
{
|
|
5107
|
+
"name": "Mehmet - productdevbook",
|
|
5108
|
+
"github": "productdevbook"
|
|
5109
|
+
}
|
|
5110
|
+
],
|
|
5111
|
+
"compatibility": {
|
|
5112
|
+
"nuxt": "^3.10.0",
|
|
5113
|
+
"requires": {}
|
|
5114
|
+
}
|
|
5115
|
+
},
|
|
4738
5116
|
{
|
|
4739
5117
|
"name": "persian-datepicker",
|
|
4740
5118
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -4761,7 +5139,7 @@
|
|
|
4761
5139
|
{
|
|
4762
5140
|
"name": "pinia-orm",
|
|
4763
5141
|
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
|
|
4764
|
-
"repo": "CodeDredd/pinia-orm#
|
|
5142
|
+
"repo": "CodeDredd/pinia-orm#main/packages/nuxt",
|
|
4765
5143
|
"npm": "@pinia-orm/nuxt",
|
|
4766
5144
|
"icon": "pinia-orm.svg",
|
|
4767
5145
|
"github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
|
|
@@ -4835,20 +5213,20 @@
|
|
|
4835
5213
|
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4836
5214
|
"repo": "nuxt-modules/plausible",
|
|
4837
5215
|
"npm": "@nuxtjs/plausible",
|
|
4838
|
-
"icon": "",
|
|
5216
|
+
"icon": "plausible.svg",
|
|
4839
5217
|
"github": "https://github.com/nuxt-modules/plausible",
|
|
4840
5218
|
"website": "https://github.com/nuxt-modules/plausible",
|
|
4841
5219
|
"learn_more": "",
|
|
4842
|
-
"category": "
|
|
5220
|
+
"category": "Analytics",
|
|
4843
5221
|
"type": "community",
|
|
4844
5222
|
"maintainers": [
|
|
4845
5223
|
{
|
|
4846
|
-
"name": "
|
|
4847
|
-
"github": "
|
|
5224
|
+
"name": "Johann Schopplich",
|
|
5225
|
+
"github": "johannschopplich"
|
|
4848
5226
|
}
|
|
4849
5227
|
],
|
|
4850
5228
|
"compatibility": {
|
|
4851
|
-
"nuxt": "^2.0.0",
|
|
5229
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4852
5230
|
"requires": {}
|
|
4853
5231
|
}
|
|
4854
5232
|
},
|
|
@@ -5390,6 +5768,29 @@
|
|
|
5390
5768
|
}
|
|
5391
5769
|
}
|
|
5392
5770
|
},
|
|
5771
|
+
{
|
|
5772
|
+
"name": "scalar",
|
|
5773
|
+
"description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
|
|
5774
|
+
"repo": "scalar/scalar#main/packages/nuxt",
|
|
5775
|
+
"npm": "@scalar/nuxt",
|
|
5776
|
+
"icon": "scalar.svg",
|
|
5777
|
+
"github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
|
|
5778
|
+
"website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
|
|
5779
|
+
"learn_more": "https://scalar.com",
|
|
5780
|
+
"category": "Devtools",
|
|
5781
|
+
"type": "3rd-party",
|
|
5782
|
+
"maintainers": [
|
|
5783
|
+
{
|
|
5784
|
+
"name": "scalar",
|
|
5785
|
+
"github": "scalar",
|
|
5786
|
+
"twitter": "scalar"
|
|
5787
|
+
}
|
|
5788
|
+
],
|
|
5789
|
+
"compatibility": {
|
|
5790
|
+
"nuxt": "^3.0.0",
|
|
5791
|
+
"requires": {}
|
|
5792
|
+
}
|
|
5793
|
+
},
|
|
5393
5794
|
{
|
|
5394
5795
|
"name": "schema-org",
|
|
5395
5796
|
"description": "Quick and easy Schema.org graphs.",
|
|
@@ -5640,29 +6041,6 @@
|
|
|
5640
6041
|
"requires": {}
|
|
5641
6042
|
}
|
|
5642
6043
|
},
|
|
5643
|
-
{
|
|
5644
|
-
"name": "session",
|
|
5645
|
-
"description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
|
|
5646
|
-
"repo": "sidebase/nuxt-session",
|
|
5647
|
-
"npm": "@sidebase/nuxt-session",
|
|
5648
|
-
"icon": "session.png",
|
|
5649
|
-
"github": "https://github.com/sidebase/nuxt-session",
|
|
5650
|
-
"website": "https://github.com/sidebase/nuxt-session",
|
|
5651
|
-
"learn_more": "https://github.com/sidebase",
|
|
5652
|
-
"category": "Security",
|
|
5653
|
-
"type": "3rd-party",
|
|
5654
|
-
"maintainers": [
|
|
5655
|
-
{
|
|
5656
|
-
"name": "sidebase",
|
|
5657
|
-
"github": "sidebase",
|
|
5658
|
-
"twitter": "sidebase_io"
|
|
5659
|
-
}
|
|
5660
|
-
],
|
|
5661
|
-
"compatibility": {
|
|
5662
|
-
"nuxt": "^3.0.0",
|
|
5663
|
-
"requires": {}
|
|
5664
|
-
}
|
|
5665
|
-
},
|
|
5666
6044
|
{
|
|
5667
6045
|
"name": "shopify",
|
|
5668
6046
|
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
@@ -5685,6 +6063,28 @@
|
|
|
5685
6063
|
"requires": {}
|
|
5686
6064
|
}
|
|
5687
6065
|
},
|
|
6066
|
+
{
|
|
6067
|
+
"name": "shuimo-ui",
|
|
6068
|
+
"description": "A Chinese Shuimo style component library.",
|
|
6069
|
+
"repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
|
|
6070
|
+
"npm": "@shuimo-design/shuimo-ui-nuxt",
|
|
6071
|
+
"icon": "shuimo-ui.svg",
|
|
6072
|
+
"github": "https://github.com/shuimo-design/shuimo-ui",
|
|
6073
|
+
"website": "https://shuimo.design",
|
|
6074
|
+
"learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
|
|
6075
|
+
"category": "UI",
|
|
6076
|
+
"type": "3rd-party",
|
|
6077
|
+
"maintainers": [
|
|
6078
|
+
{
|
|
6079
|
+
"name": "higuaifan",
|
|
6080
|
+
"github": "higuaifan"
|
|
6081
|
+
}
|
|
6082
|
+
],
|
|
6083
|
+
"compatibility": {
|
|
6084
|
+
"nuxt": "^3.0.0",
|
|
6085
|
+
"requires": {}
|
|
6086
|
+
}
|
|
6087
|
+
},
|
|
5688
6088
|
{
|
|
5689
6089
|
"name": "sidebase-auth",
|
|
5690
6090
|
"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.",
|
|
@@ -5813,7 +6213,7 @@
|
|
|
5813
6213
|
"icon": "snipcart.png",
|
|
5814
6214
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
5815
6215
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
5816
|
-
"learn_more": "
|
|
6216
|
+
"learn_more": "",
|
|
5817
6217
|
"category": "Ecommerce",
|
|
5818
6218
|
"type": "community",
|
|
5819
6219
|
"maintainers": [
|
|
@@ -5899,7 +6299,7 @@
|
|
|
5899
6299
|
"name": "speedkit",
|
|
5900
6300
|
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
5901
6301
|
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
5902
|
-
"npm": "nuxt-
|
|
6302
|
+
"npm": "nuxt-booster",
|
|
5903
6303
|
"icon": "speedkit.png",
|
|
5904
6304
|
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
5905
6305
|
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
@@ -6219,29 +6619,6 @@
|
|
|
6219
6619
|
"requires": {}
|
|
6220
6620
|
}
|
|
6221
6621
|
},
|
|
6222
|
-
{
|
|
6223
|
-
"name": "stylify",
|
|
6224
|
-
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
6225
|
-
"repo": "stylify/packages#master/packages/nuxt",
|
|
6226
|
-
"npm": "@stylify/nuxt",
|
|
6227
|
-
"icon": "stylify.svg",
|
|
6228
|
-
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
6229
|
-
"website": "https://stylifycss.com/docs/nuxt",
|
|
6230
|
-
"learn_more": "https://stylifycss.com",
|
|
6231
|
-
"category": "UI",
|
|
6232
|
-
"type": "3rd-party",
|
|
6233
|
-
"maintainers": [
|
|
6234
|
-
{
|
|
6235
|
-
"name": "Vladimír Macháček",
|
|
6236
|
-
"github": "Machy8",
|
|
6237
|
-
"twitter": "8machy"
|
|
6238
|
-
}
|
|
6239
|
-
],
|
|
6240
|
-
"compatibility": {
|
|
6241
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6242
|
-
"requires": {}
|
|
6243
|
-
}
|
|
6244
|
-
},
|
|
6245
6622
|
{
|
|
6246
6623
|
"name": "supabase",
|
|
6247
6624
|
"description": "First class integration with Supabase",
|
|
@@ -6364,6 +6741,30 @@
|
|
|
6364
6741
|
"requires": {}
|
|
6365
6742
|
}
|
|
6366
6743
|
},
|
|
6744
|
+
{
|
|
6745
|
+
"name": "swiftsearch",
|
|
6746
|
+
"description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
|
|
6747
|
+
"repo": "atoms-studio/nuxt-swiftsearch",
|
|
6748
|
+
"npm": "@atoms-studio/nuxt-swiftsearch",
|
|
6749
|
+
"icon": "nuxt-swiftsearch.svg",
|
|
6750
|
+
"github": "https://github.com/atoms-studio/nuxt-swiftsearch",
|
|
6751
|
+
"website": "https://nuxt-swiftsearch.netlify.app/",
|
|
6752
|
+
"learn_more": "",
|
|
6753
|
+
"category": "Libraries",
|
|
6754
|
+
"type": "3rd-party",
|
|
6755
|
+
"maintainers": [
|
|
6756
|
+
{
|
|
6757
|
+
"name": "Matteo Rigoni",
|
|
6758
|
+
"github": "rigo-m",
|
|
6759
|
+
"twitter": "MatteoRigoni",
|
|
6760
|
+
"avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
|
|
6761
|
+
}
|
|
6762
|
+
],
|
|
6763
|
+
"compatibility": {
|
|
6764
|
+
"nuxt": "^3.10.0",
|
|
6765
|
+
"requires": {}
|
|
6766
|
+
}
|
|
6767
|
+
},
|
|
6367
6768
|
{
|
|
6368
6769
|
"name": "swiper",
|
|
6369
6770
|
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
@@ -6435,6 +6836,37 @@
|
|
|
6435
6836
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6436
6837
|
"requires": {},
|
|
6437
6838
|
"devtools": "^0.0.0"
|
|
6839
|
+
},
|
|
6840
|
+
"aliases": [
|
|
6841
|
+
"tailwind"
|
|
6842
|
+
]
|
|
6843
|
+
},
|
|
6844
|
+
{
|
|
6845
|
+
"name": "test-utils",
|
|
6846
|
+
"description": "Test utilities for Nuxt",
|
|
6847
|
+
"repo": "nuxt/test-utils#main",
|
|
6848
|
+
"npm": "@nuxt/test-utils",
|
|
6849
|
+
"icon": "nuxt.svg",
|
|
6850
|
+
"github": "https://github.com/nuxt/test-utils",
|
|
6851
|
+
"website": "https://nuxt.com/docs/getting-started/testing",
|
|
6852
|
+
"learn_more": "",
|
|
6853
|
+
"category": "Devtools",
|
|
6854
|
+
"type": "official",
|
|
6855
|
+
"maintainers": [
|
|
6856
|
+
{
|
|
6857
|
+
"name": "Daniel Roe",
|
|
6858
|
+
"github": "danielroe",
|
|
6859
|
+
"twitter": "danielcroe"
|
|
6860
|
+
},
|
|
6861
|
+
{
|
|
6862
|
+
"name": "Anthony Fu",
|
|
6863
|
+
"github": "antfu",
|
|
6864
|
+
"twitter": "antfu7"
|
|
6865
|
+
}
|
|
6866
|
+
],
|
|
6867
|
+
"compatibility": {
|
|
6868
|
+
"nuxt": "^3.0.0",
|
|
6869
|
+
"requires": {}
|
|
6438
6870
|
}
|
|
6439
6871
|
},
|
|
6440
6872
|
{
|
|
@@ -6489,8 +6921,8 @@
|
|
|
6489
6921
|
"npm": "nuxt-tiptap-editor",
|
|
6490
6922
|
"icon": "tiptap.png",
|
|
6491
6923
|
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6492
|
-
"website": "https://
|
|
6493
|
-
"learn_more": "https://
|
|
6924
|
+
"website": "https://nuxt-tiptap-editor.vercel.app",
|
|
6925
|
+
"learn_more": "https://nuxt-tiptap-editor.vercel.app",
|
|
6494
6926
|
"category": "Libraries",
|
|
6495
6927
|
"type": "3rd-party",
|
|
6496
6928
|
"maintainers": [
|
|
@@ -6527,6 +6959,28 @@
|
|
|
6527
6959
|
"requires": {}
|
|
6528
6960
|
}
|
|
6529
6961
|
},
|
|
6962
|
+
{
|
|
6963
|
+
"name": "tradingview",
|
|
6964
|
+
"description": "Use the TradingView Widgets in your Nuxt Application",
|
|
6965
|
+
"repo": "volkanakkus/nuxt-tradingview",
|
|
6966
|
+
"npm": "nuxt-tradingview",
|
|
6967
|
+
"icon": "tradingview.svg",
|
|
6968
|
+
"github": "https://github.com/volkanakkus/nuxt-tradingview",
|
|
6969
|
+
"website": "https://nuxt-tradingview.volkanakkus.com",
|
|
6970
|
+
"learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
|
|
6971
|
+
"category": "Extensions",
|
|
6972
|
+
"type": "3rd-party",
|
|
6973
|
+
"maintainers": [
|
|
6974
|
+
{
|
|
6975
|
+
"name": "Volkan Akkuş",
|
|
6976
|
+
"github": "volkanakkus"
|
|
6977
|
+
}
|
|
6978
|
+
],
|
|
6979
|
+
"compatibility": {
|
|
6980
|
+
"nuxt": "^3.0.0",
|
|
6981
|
+
"requires": {}
|
|
6982
|
+
}
|
|
6983
|
+
},
|
|
6530
6984
|
{
|
|
6531
6985
|
"name": "translation-manager",
|
|
6532
6986
|
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
@@ -6928,32 +7382,6 @@
|
|
|
6928
7382
|
"requires": {}
|
|
6929
7383
|
}
|
|
6930
7384
|
},
|
|
6931
|
-
{
|
|
6932
|
-
"name": "unlighthouse",
|
|
6933
|
-
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
6934
|
-
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
6935
|
-
"npm": "@unlighthouse/nuxt",
|
|
6936
|
-
"icon": "unlighthouse.svg",
|
|
6937
|
-
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
6938
|
-
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
6939
|
-
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
6940
|
-
"category": "Devtools",
|
|
6941
|
-
"type": "3rd-party",
|
|
6942
|
-
"maintainers": [
|
|
6943
|
-
{
|
|
6944
|
-
"name": "Harlan Wilton",
|
|
6945
|
-
"github": "harlan-zw",
|
|
6946
|
-
"twitter": "harlan_zw",
|
|
6947
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
6948
|
-
}
|
|
6949
|
-
],
|
|
6950
|
-
"compatibility": {
|
|
6951
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6952
|
-
"requires": {
|
|
6953
|
-
"bridge": "optional"
|
|
6954
|
-
}
|
|
6955
|
-
}
|
|
6956
|
-
},
|
|
6957
7385
|
{
|
|
6958
7386
|
"name": "unocss",
|
|
6959
7387
|
"description": "The instant on-demand atomic CSS engine.",
|
|
@@ -6988,8 +7416,8 @@
|
|
|
6988
7416
|
"npm": "nuxt-ununura",
|
|
6989
7417
|
"icon": "ununuracss.png",
|
|
6990
7418
|
"github": "https://github.com/novout/ununuracss",
|
|
6991
|
-
"website": "https://
|
|
6992
|
-
"learn_more": "https://
|
|
7419
|
+
"website": "https://github.com/novout/ununuracss",
|
|
7420
|
+
"learn_more": "https://github.com/novout/ununuracss",
|
|
6993
7421
|
"category": "UI",
|
|
6994
7422
|
"type": "3rd-party",
|
|
6995
7423
|
"maintainers": [
|
|
@@ -7004,6 +7432,28 @@
|
|
|
7004
7432
|
"requires": {}
|
|
7005
7433
|
}
|
|
7006
7434
|
},
|
|
7435
|
+
{
|
|
7436
|
+
"name": "use-bootstrap",
|
|
7437
|
+
"description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
|
|
7438
|
+
"repo": "simplise/use-bootstrap",
|
|
7439
|
+
"npm": "usebootstrap",
|
|
7440
|
+
"icon": "use-bootstrap.svg",
|
|
7441
|
+
"github": "https://github.com/simplise/use-bootstrap",
|
|
7442
|
+
"website": "https://usebootstrap.org/",
|
|
7443
|
+
"learn_more": "https://usebootstrap.org/",
|
|
7444
|
+
"category": "UI",
|
|
7445
|
+
"type": "3rd-party",
|
|
7446
|
+
"maintainers": [
|
|
7447
|
+
{
|
|
7448
|
+
"name": "KoujiSano",
|
|
7449
|
+
"github": "KoujiSano"
|
|
7450
|
+
}
|
|
7451
|
+
],
|
|
7452
|
+
"compatibility": {
|
|
7453
|
+
"nuxt": "^3.0.0",
|
|
7454
|
+
"requires": {}
|
|
7455
|
+
}
|
|
7456
|
+
},
|
|
7007
7457
|
{
|
|
7008
7458
|
"name": "use-wagmi",
|
|
7009
7459
|
"description": "Vue Composition for Ethereum based on wagmi",
|
|
@@ -7050,28 +7500,6 @@
|
|
|
7050
7500
|
"requires": {}
|
|
7051
7501
|
}
|
|
7052
7502
|
},
|
|
7053
|
-
{
|
|
7054
|
-
"name": "validate",
|
|
7055
|
-
"description": "Simple Nuxt input validation module using vee-validate",
|
|
7056
|
-
"repo": "lewyuburi/nuxt-validate",
|
|
7057
|
-
"npm": "nuxt-validate",
|
|
7058
|
-
"icon": "vee-validate.png",
|
|
7059
|
-
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
7060
|
-
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
7061
|
-
"learn_more": "",
|
|
7062
|
-
"category": "Libraries",
|
|
7063
|
-
"type": "3rd-party",
|
|
7064
|
-
"maintainers": [
|
|
7065
|
-
{
|
|
7066
|
-
"name": "lewyuburi",
|
|
7067
|
-
"github": "lewyuburi"
|
|
7068
|
-
}
|
|
7069
|
-
],
|
|
7070
|
-
"compatibility": {
|
|
7071
|
-
"nuxt": "^2.0.0",
|
|
7072
|
-
"requires": {}
|
|
7073
|
-
}
|
|
7074
|
-
},
|
|
7075
7503
|
{
|
|
7076
7504
|
"name": "vant",
|
|
7077
7505
|
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
@@ -7126,8 +7554,8 @@
|
|
|
7126
7554
|
"repo": "samk-dev/nuxt-vcalendar",
|
|
7127
7555
|
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7128
7556
|
"icon": "vcalendar.png",
|
|
7129
|
-
"github": "https://github.com/samk-dev/vcalendar",
|
|
7130
|
-
"website": "https://github.com/samk-dev/vcalendar",
|
|
7557
|
+
"github": "https://github.com/samk-dev/nuxt-vcalendar",
|
|
7558
|
+
"website": "https://github.com/samk-dev/nuxt-vcalendar",
|
|
7131
7559
|
"learn_more": "",
|
|
7132
7560
|
"category": "Libraries",
|
|
7133
7561
|
"type": "3rd-party",
|
|
@@ -7260,33 +7688,6 @@
|
|
|
7260
7688
|
"requires": {}
|
|
7261
7689
|
}
|
|
7262
7690
|
},
|
|
7263
|
-
{
|
|
7264
|
-
"name": "vitest",
|
|
7265
|
-
"description": "Vitest integration with Nuxt",
|
|
7266
|
-
"repo": "danielroe/nuxt-vitest",
|
|
7267
|
-
"npm": "nuxt-vitest",
|
|
7268
|
-
"icon": "vitest.svg",
|
|
7269
|
-
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
7270
|
-
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
7271
|
-
"learn_more": "",
|
|
7272
|
-
"category": "Devtools",
|
|
7273
|
-
"type": "3rd-party",
|
|
7274
|
-
"maintainers": [
|
|
7275
|
-
{
|
|
7276
|
-
"name": "Daniel Roe",
|
|
7277
|
-
"github": "danielroe"
|
|
7278
|
-
},
|
|
7279
|
-
{
|
|
7280
|
-
"name": "Anthony Fu",
|
|
7281
|
-
"github": "antfu"
|
|
7282
|
-
}
|
|
7283
|
-
],
|
|
7284
|
-
"compatibility": {
|
|
7285
|
-
"nuxt": "^3.0.0",
|
|
7286
|
-
"requires": {},
|
|
7287
|
-
"devtools": "^0.0.0"
|
|
7288
|
-
}
|
|
7289
|
-
},
|
|
7290
7691
|
{
|
|
7291
7692
|
"name": "vue-email",
|
|
7292
7693
|
"description": "💌 Write email templates with vue",
|
|
@@ -7416,7 +7817,7 @@
|
|
|
7416
7817
|
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
7417
7818
|
"repo": "moritzsternemann/vue-plausible",
|
|
7418
7819
|
"npm": "vue-plausible",
|
|
7419
|
-
"icon": "plausible.
|
|
7820
|
+
"icon": "plausible.svg",
|
|
7420
7821
|
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
7421
7822
|
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
7422
7823
|
"learn_more": "",
|
package/package.json
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/modules",
|
|
3
|
-
"version": "0.6.0-
|
|
3
|
+
"version": "0.6.0-471357",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"repository":
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/nuxt/modules.git"
|
|
8
|
+
},
|
|
6
9
|
"homepage": "https://nuxt.com/modules",
|
|
7
10
|
"main": "./modules.json",
|
|
8
11
|
"files": [
|