@nuxt/modules 0.6.0-cc8716 → 0.6.0-cd0281
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 +632 -159
- package/package.json +8 -5
package/modules.json
CHANGED
|
@@ -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",
|
|
@@ -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",
|
|
@@ -1437,6 +1459,28 @@
|
|
|
1437
1459
|
"requires": {}
|
|
1438
1460
|
}
|
|
1439
1461
|
},
|
|
1462
|
+
{
|
|
1463
|
+
"name": "easy-lightbox",
|
|
1464
|
+
"description": "A plugin for simple Vue 3 Image Lightbox component with Zoom / Drag / Rotate / Switch.",
|
|
1465
|
+
"repo": "modbender/nuxt-easy-lightbox",
|
|
1466
|
+
"npm": "nuxt-easy-lightbox",
|
|
1467
|
+
"icon": "easy-lightbox.svg",
|
|
1468
|
+
"github": "https://github.com/modbender/nuxt-easy-lightbox",
|
|
1469
|
+
"website": "https://github.com/modbender/nuxt-easy-lightbox",
|
|
1470
|
+
"learn_more": "",
|
|
1471
|
+
"category": "Libraries",
|
|
1472
|
+
"type": "3rd-party",
|
|
1473
|
+
"maintainers": [
|
|
1474
|
+
{
|
|
1475
|
+
"name": "modbender",
|
|
1476
|
+
"github": "modbender"
|
|
1477
|
+
}
|
|
1478
|
+
],
|
|
1479
|
+
"compatibility": {
|
|
1480
|
+
"nuxt": "^3.0.0",
|
|
1481
|
+
"requires": {}
|
|
1482
|
+
}
|
|
1483
|
+
},
|
|
1440
1484
|
{
|
|
1441
1485
|
"name": "edgedb",
|
|
1442
1486
|
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
@@ -1535,7 +1579,7 @@
|
|
|
1535
1579
|
}
|
|
1536
1580
|
},
|
|
1537
1581
|
{
|
|
1538
|
-
"name": "eslint",
|
|
1582
|
+
"name": "eslint-module",
|
|
1539
1583
|
"description": "ESLint module for Nuxt",
|
|
1540
1584
|
"repo": "nuxt-community/eslint-module",
|
|
1541
1585
|
"npm": "@nuxtjs/eslint-module",
|
|
@@ -1556,6 +1600,29 @@
|
|
|
1556
1600
|
"requires": {}
|
|
1557
1601
|
}
|
|
1558
1602
|
},
|
|
1603
|
+
{
|
|
1604
|
+
"name": "eslint",
|
|
1605
|
+
"description": "All-in-one ESLint module for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
|
|
1606
|
+
"repo": "nuxt/eslint",
|
|
1607
|
+
"npm": "@nuxt/eslint",
|
|
1608
|
+
"icon": "nuxt.svg",
|
|
1609
|
+
"github": "https://github.com/nuxt/eslint",
|
|
1610
|
+
"website": "https://eslint.nuxt.com",
|
|
1611
|
+
"learn_more": "https://eslint.nuxt.com/packages/module",
|
|
1612
|
+
"category": "Devtools",
|
|
1613
|
+
"type": "official",
|
|
1614
|
+
"maintainers": [
|
|
1615
|
+
{
|
|
1616
|
+
"name": "Anthony Fu",
|
|
1617
|
+
"github": "antfu",
|
|
1618
|
+
"twitter": "antfu7"
|
|
1619
|
+
}
|
|
1620
|
+
],
|
|
1621
|
+
"compatibility": {
|
|
1622
|
+
"nuxt": "^3.0.0",
|
|
1623
|
+
"requires": {}
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1559
1626
|
{
|
|
1560
1627
|
"name": "event-trace",
|
|
1561
1628
|
"description": "Module for event trace in Nuxt",
|
|
@@ -2352,6 +2419,28 @@
|
|
|
2352
2419
|
"requires": {}
|
|
2353
2420
|
}
|
|
2354
2421
|
},
|
|
2422
|
+
{
|
|
2423
|
+
"name": "hotjar",
|
|
2424
|
+
"description": "Add HotJar to your Nuxt application",
|
|
2425
|
+
"repo": "damevin/nuxt-module-hotjar",
|
|
2426
|
+
"npm": "nuxt-module-hotjar",
|
|
2427
|
+
"icon": "hotjar.png",
|
|
2428
|
+
"github": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2429
|
+
"website": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2430
|
+
"learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
|
|
2431
|
+
"category": "SEO",
|
|
2432
|
+
"type": "3rd-party",
|
|
2433
|
+
"maintainers": [
|
|
2434
|
+
{
|
|
2435
|
+
"name": "Raphaël DAMEVIN",
|
|
2436
|
+
"github": "damevin"
|
|
2437
|
+
}
|
|
2438
|
+
],
|
|
2439
|
+
"compatibility": {
|
|
2440
|
+
"nuxt": "^3.0.0",
|
|
2441
|
+
"requires": {}
|
|
2442
|
+
}
|
|
2443
|
+
},
|
|
2355
2444
|
{
|
|
2356
2445
|
"name": "html-minifier",
|
|
2357
2446
|
"description": "Minify the html for each request served by nuxt server (nuxt start)",
|
|
@@ -2381,7 +2470,7 @@
|
|
|
2381
2470
|
"npm": "@nuxtjs/html-validator",
|
|
2382
2471
|
"icon": "html-validator.png",
|
|
2383
2472
|
"github": "https://github.com/nuxt-modules/html-validator",
|
|
2384
|
-
"website": "https://html-validator
|
|
2473
|
+
"website": "https://github.com/nuxt-modules/html-validator",
|
|
2385
2474
|
"learn_more": "https://html-validate.org",
|
|
2386
2475
|
"category": "Performance",
|
|
2387
2476
|
"type": "community",
|
|
@@ -2427,6 +2516,44 @@
|
|
|
2427
2516
|
"requires": {}
|
|
2428
2517
|
}
|
|
2429
2518
|
},
|
|
2519
|
+
{
|
|
2520
|
+
"name": "hub",
|
|
2521
|
+
"description": "Build full-stack Nuxt applications on the edge, with zero configuration.",
|
|
2522
|
+
"repo": "nuxt-hub/core",
|
|
2523
|
+
"npm": "@nuxthub/core",
|
|
2524
|
+
"icon": "nuxthub.svg",
|
|
2525
|
+
"github": "https://github.com/nuxt-hub/core",
|
|
2526
|
+
"website": "https://hub.nuxt.com",
|
|
2527
|
+
"learn_more": "",
|
|
2528
|
+
"category": "Database",
|
|
2529
|
+
"type": "3rd-party",
|
|
2530
|
+
"maintainers": [
|
|
2531
|
+
{
|
|
2532
|
+
"name": "Sebastien Chopin",
|
|
2533
|
+
"github": "Atinux"
|
|
2534
|
+
},
|
|
2535
|
+
{
|
|
2536
|
+
"name": "Ahad Birang",
|
|
2537
|
+
"github": "farnabaz"
|
|
2538
|
+
},
|
|
2539
|
+
{
|
|
2540
|
+
"name": "Sylvain Marroufin",
|
|
2541
|
+
"github": "smarroufin"
|
|
2542
|
+
},
|
|
2543
|
+
{
|
|
2544
|
+
"name": "Florent Delerue",
|
|
2545
|
+
"github": "flosciante"
|
|
2546
|
+
},
|
|
2547
|
+
{
|
|
2548
|
+
"name": "NuxtLabs",
|
|
2549
|
+
"github": "nuxtlabs"
|
|
2550
|
+
}
|
|
2551
|
+
],
|
|
2552
|
+
"compatibility": {
|
|
2553
|
+
"nuxt": "^3.0.0",
|
|
2554
|
+
"requires": {}
|
|
2555
|
+
}
|
|
2556
|
+
},
|
|
2430
2557
|
{
|
|
2431
2558
|
"name": "humans-txt",
|
|
2432
2559
|
"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.",
|
|
@@ -3050,6 +3177,30 @@
|
|
|
3050
3177
|
"requires": {}
|
|
3051
3178
|
}
|
|
3052
3179
|
},
|
|
3180
|
+
{
|
|
3181
|
+
"name": "logto",
|
|
3182
|
+
"description": "The better Nuxt auth module for developers.",
|
|
3183
|
+
"repo": "logto-io/js#master/packages/nuxt",
|
|
3184
|
+
"npm": "@logto/nuxt",
|
|
3185
|
+
"icon": "logto.svg",
|
|
3186
|
+
"github": "https://github.com/logto-io/js/tree/master/packages/nuxt",
|
|
3187
|
+
"website": "https://logto.io",
|
|
3188
|
+
"learn_more": "https://docs.logto.io",
|
|
3189
|
+
"category": "Security",
|
|
3190
|
+
"type": "3rd-party",
|
|
3191
|
+
"maintainers": [
|
|
3192
|
+
{
|
|
3193
|
+
"name": "logto",
|
|
3194
|
+
"github": "logto-io",
|
|
3195
|
+
"twitter": "logto_io"
|
|
3196
|
+
}
|
|
3197
|
+
],
|
|
3198
|
+
"compatibility": {
|
|
3199
|
+
"nuxt": "^3.0.0",
|
|
3200
|
+
"requires": {}
|
|
3201
|
+
},
|
|
3202
|
+
"sponsor": true
|
|
3203
|
+
},
|
|
3053
3204
|
{
|
|
3054
3205
|
"name": "lucide-icons",
|
|
3055
3206
|
"description": "Nuxt module to integrate Lucide icons",
|
|
@@ -3216,8 +3367,8 @@
|
|
|
3216
3367
|
{
|
|
3217
3368
|
"name": "maz-ui",
|
|
3218
3369
|
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3219
|
-
"repo": "louismazel/maz-ui#master/packages/
|
|
3220
|
-
"npm": "
|
|
3370
|
+
"repo": "louismazel/maz-ui#master/packages/lib",
|
|
3371
|
+
"npm": "maz-ui",
|
|
3221
3372
|
"icon": "maz-ui.png",
|
|
3222
3373
|
"github": "https://github.com/louismazel/maz-ui",
|
|
3223
3374
|
"website": "https://maz-ui.com/",
|
|
@@ -3235,6 +3386,28 @@
|
|
|
3235
3386
|
"requires": {}
|
|
3236
3387
|
}
|
|
3237
3388
|
},
|
|
3389
|
+
{
|
|
3390
|
+
"name": "mdc",
|
|
3391
|
+
"description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
|
|
3392
|
+
"repo": "nuxt-modules/mdc",
|
|
3393
|
+
"npm": "@nuxtjs/mdc",
|
|
3394
|
+
"icon": "mdc.png",
|
|
3395
|
+
"github": "https://github.com/nuxt-modules/mdc",
|
|
3396
|
+
"website": "https://github.com/nuxt-modules/mdc",
|
|
3397
|
+
"learn_more": "",
|
|
3398
|
+
"category": "Extensions",
|
|
3399
|
+
"type": "community",
|
|
3400
|
+
"maintainers": [
|
|
3401
|
+
{
|
|
3402
|
+
"name": "farnabaz",
|
|
3403
|
+
"github": "farnabaz"
|
|
3404
|
+
}
|
|
3405
|
+
],
|
|
3406
|
+
"compatibility": {
|
|
3407
|
+
"nuxt": "^3.0.0",
|
|
3408
|
+
"requires": {}
|
|
3409
|
+
}
|
|
3410
|
+
},
|
|
3238
3411
|
{
|
|
3239
3412
|
"name": "mdx",
|
|
3240
3413
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -3354,6 +3527,28 @@
|
|
|
3354
3527
|
"requires": {}
|
|
3355
3528
|
}
|
|
3356
3529
|
},
|
|
3530
|
+
{
|
|
3531
|
+
"name": "mojocss",
|
|
3532
|
+
"description": "The Atomic CSS Framework for crafting gorgeous UIs without shipping any CSS.",
|
|
3533
|
+
"repo": "mojocss/mojocss-nuxt-module",
|
|
3534
|
+
"npm": "@mojocss/nuxt",
|
|
3535
|
+
"icon": "mojocss.svg",
|
|
3536
|
+
"github": "https://github.com/mojocss/mojocss-nuxt-module",
|
|
3537
|
+
"website": "https://mojocss.com/docs/guide/nuxtjs",
|
|
3538
|
+
"learn_more": "",
|
|
3539
|
+
"category": "UI",
|
|
3540
|
+
"type": "3rd-party",
|
|
3541
|
+
"maintainers": [
|
|
3542
|
+
{
|
|
3543
|
+
"name": "mojocss",
|
|
3544
|
+
"github": "mojocss"
|
|
3545
|
+
}
|
|
3546
|
+
],
|
|
3547
|
+
"compatibility": {
|
|
3548
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3549
|
+
"requires": {}
|
|
3550
|
+
}
|
|
3551
|
+
},
|
|
3357
3552
|
{
|
|
3358
3553
|
"name": "moment",
|
|
3359
3554
|
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -3403,6 +3598,28 @@
|
|
|
3403
3598
|
"requires": {}
|
|
3404
3599
|
}
|
|
3405
3600
|
},
|
|
3601
|
+
{
|
|
3602
|
+
"name": "neo4j",
|
|
3603
|
+
"description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
|
|
3604
|
+
"repo": "arashsheyda/nuxt-neo4j",
|
|
3605
|
+
"npm": "nuxt-neo4j",
|
|
3606
|
+
"icon": "nuxt-neo4j.png",
|
|
3607
|
+
"github": "https://github.com/arashsheyda/nuxt-neo4j",
|
|
3608
|
+
"website": "https://github.com/arashsheyda/nuxt-neo4j",
|
|
3609
|
+
"learn_more": "",
|
|
3610
|
+
"category": "Database",
|
|
3611
|
+
"type": "3rd-party",
|
|
3612
|
+
"maintainers": [
|
|
3613
|
+
{
|
|
3614
|
+
"name": "arashsheyda",
|
|
3615
|
+
"github": "arashsheyda"
|
|
3616
|
+
}
|
|
3617
|
+
],
|
|
3618
|
+
"compatibility": {
|
|
3619
|
+
"nuxt": "^3.0.0",
|
|
3620
|
+
"requires": {}
|
|
3621
|
+
}
|
|
3622
|
+
},
|
|
3406
3623
|
{
|
|
3407
3624
|
"name": "netlify-cache",
|
|
3408
3625
|
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
@@ -3472,29 +3689,45 @@
|
|
|
3472
3689
|
},
|
|
3473
3690
|
{
|
|
3474
3691
|
"name": "ngrok",
|
|
3475
|
-
"description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
|
|
3476
|
-
"repo": "nuxt-
|
|
3692
|
+
"description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes.",
|
|
3693
|
+
"repo": "nuxt-modules/ngrok",
|
|
3477
3694
|
"npm": "@nuxtjs/ngrok",
|
|
3478
|
-
"icon": "ngrok.
|
|
3479
|
-
"github": "https://github.com/nuxt-
|
|
3480
|
-
"website": "https://ngrok.nuxtjs.org",
|
|
3481
|
-
"learn_more": "https://
|
|
3695
|
+
"icon": "ngrok.svg",
|
|
3696
|
+
"github": "https://github.com/nuxt-modules/ngrok",
|
|
3697
|
+
"website": "https://ngrok.nuxtjs.org/",
|
|
3698
|
+
"learn_more": "https://ngrok.com/",
|
|
3482
3699
|
"category": "Devtools",
|
|
3483
3700
|
"type": "community",
|
|
3484
3701
|
"maintainers": [
|
|
3485
3702
|
{
|
|
3486
|
-
"name": "
|
|
3487
|
-
"github": "
|
|
3488
|
-
|
|
3489
|
-
|
|
3703
|
+
"name": "Arash Sheyda",
|
|
3704
|
+
"github": "arashsheyda"
|
|
3705
|
+
}
|
|
3706
|
+
],
|
|
3707
|
+
"compatibility": {
|
|
3708
|
+
"nuxt": "^3.0.0",
|
|
3709
|
+
"requires": {}
|
|
3710
|
+
}
|
|
3711
|
+
},
|
|
3712
|
+
{
|
|
3713
|
+
"name": "nodemailer",
|
|
3714
|
+
"description": "Nuxt integration for nodemailer",
|
|
3715
|
+
"repo": "kleinpetr/nuxt-nodemailer",
|
|
3716
|
+
"npm": "nuxt-nodemailer",
|
|
3717
|
+
"icon": "nodemailer.png",
|
|
3718
|
+
"github": "https://github.com/kleinpetr/nuxt-nodemailer",
|
|
3719
|
+
"website": "https://github.com/kleinpetr/nuxt-nodemailer",
|
|
3720
|
+
"learn_more": "https://www.nodemailer.com/",
|
|
3721
|
+
"category": "Extensions",
|
|
3722
|
+
"type": "3rd-party",
|
|
3723
|
+
"maintainers": [
|
|
3490
3724
|
{
|
|
3491
|
-
"name": "
|
|
3492
|
-
"github": "
|
|
3493
|
-
"twitter": "_pi0_"
|
|
3725
|
+
"name": "kleinpetr",
|
|
3726
|
+
"github": "kleinpetr"
|
|
3494
3727
|
}
|
|
3495
3728
|
],
|
|
3496
3729
|
"compatibility": {
|
|
3497
|
-
"nuxt": "^
|
|
3730
|
+
"nuxt": "^3.0.0",
|
|
3498
3731
|
"requires": {}
|
|
3499
3732
|
}
|
|
3500
3733
|
},
|
|
@@ -3654,6 +3887,35 @@
|
|
|
3654
3887
|
"requires": {}
|
|
3655
3888
|
}
|
|
3656
3889
|
},
|
|
3890
|
+
{
|
|
3891
|
+
"name": "nuxt-booster",
|
|
3892
|
+
"description": "nuxt-booster will help you to improve the lighthouse performance score (100/100) of your website.",
|
|
3893
|
+
"repo": "basics/nuxt-booster",
|
|
3894
|
+
"npm": "nuxt-booster",
|
|
3895
|
+
"icon": "nuxt-booster.svg",
|
|
3896
|
+
"github": "https://github.com/basics/nuxt-booster",
|
|
3897
|
+
"website": "https://basics.github.io/nuxt-booster/",
|
|
3898
|
+
"learn_more": "https://basics.github.io/nuxt-booster/",
|
|
3899
|
+
"category": "Performance",
|
|
3900
|
+
"type": "3rd-party",
|
|
3901
|
+
"maintainers": [
|
|
3902
|
+
{
|
|
3903
|
+
"name": "Thorn Walli",
|
|
3904
|
+
"github": "ThornWalli",
|
|
3905
|
+
"avatar": "https://avatars.githubusercontent.com/u/8287751?v=4"
|
|
3906
|
+
},
|
|
3907
|
+
{
|
|
3908
|
+
"name": "Stephan Gerbeth",
|
|
3909
|
+
"github": "StephanGerbeth",
|
|
3910
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3911
|
+
}
|
|
3912
|
+
],
|
|
3913
|
+
"compatibility": {
|
|
3914
|
+
"nuxt": "^3.0.0",
|
|
3915
|
+
"requires": {},
|
|
3916
|
+
"devtools": "^0.0.0"
|
|
3917
|
+
}
|
|
3918
|
+
},
|
|
3657
3919
|
{
|
|
3658
3920
|
"name": "nuxt-bootstrap-icons",
|
|
3659
3921
|
"description": "Just a simple integration for Bootstrap Icons",
|
|
@@ -3790,6 +4052,51 @@
|
|
|
3790
4052
|
"requires": {}
|
|
3791
4053
|
}
|
|
3792
4054
|
},
|
|
4055
|
+
{
|
|
4056
|
+
"name": "nuxt-file-storage",
|
|
4057
|
+
"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.",
|
|
4058
|
+
"repo": "nyllre/nuxt-file-storage",
|
|
4059
|
+
"npm": "nuxt-file-storage",
|
|
4060
|
+
"icon": "nuxt-file-storage.svg",
|
|
4061
|
+
"github": "https://github.com/nyllre/nuxt-file-storage",
|
|
4062
|
+
"website": "https://github.com/nyllre/nuxt-file-storage",
|
|
4063
|
+
"learn_more": "https://github.com/nyllre/nuxt-file-storage",
|
|
4064
|
+
"category": "Database",
|
|
4065
|
+
"type": "3rd-party",
|
|
4066
|
+
"maintainers": [
|
|
4067
|
+
{
|
|
4068
|
+
"name": "NyllRE",
|
|
4069
|
+
"github": "NyllRE"
|
|
4070
|
+
}
|
|
4071
|
+
],
|
|
4072
|
+
"compatibility": {
|
|
4073
|
+
"nuxt": "^3.0.0",
|
|
4074
|
+
"requires": {}
|
|
4075
|
+
}
|
|
4076
|
+
},
|
|
4077
|
+
{
|
|
4078
|
+
"name": "nuxt-fontawesome",
|
|
4079
|
+
"description": "Module to use Font Awesome 6 icons in your Nuxt project",
|
|
4080
|
+
"repo": "bezumkin/nuxt-fontawesome",
|
|
4081
|
+
"npm": "@vesp/nuxt-fontawesome",
|
|
4082
|
+
"icon": "nuxt-fontawesome.svg",
|
|
4083
|
+
"github": "https://github.com/bezumkin/nuxt-fontawesome",
|
|
4084
|
+
"website": "https://github.com/bezumkin/nuxt-fontawesome",
|
|
4085
|
+
"learn_more": "https://fontawesome.com",
|
|
4086
|
+
"category": "UI",
|
|
4087
|
+
"type": "3rd-party",
|
|
4088
|
+
"maintainers": [
|
|
4089
|
+
{
|
|
4090
|
+
"name": "Vasily Naumkin",
|
|
4091
|
+
"github": "bezumkin",
|
|
4092
|
+
"avatar": "https://avatars.githubusercontent.com/u/1257284"
|
|
4093
|
+
}
|
|
4094
|
+
],
|
|
4095
|
+
"compatibility": {
|
|
4096
|
+
"nuxt": "^3.0.0",
|
|
4097
|
+
"requires": {}
|
|
4098
|
+
}
|
|
4099
|
+
},
|
|
3793
4100
|
{
|
|
3794
4101
|
"name": "nuxt-graphql-middleware",
|
|
3795
4102
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3939,8 +4246,8 @@
|
|
|
3939
4246
|
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3940
4247
|
"icon": "nuxt-localtunnel.svg",
|
|
3941
4248
|
"github": "https://github.com/nuxtus/localtunnel",
|
|
3942
|
-
"website": "https://
|
|
3943
|
-
"learn_more": "
|
|
4249
|
+
"website": "https://github.com/nuxtus/localtunnel",
|
|
4250
|
+
"learn_more": "",
|
|
3944
4251
|
"category": "Devtools",
|
|
3945
4252
|
"type": "3rd-party",
|
|
3946
4253
|
"maintainers": [
|
|
@@ -4044,6 +4351,29 @@
|
|
|
4044
4351
|
"requires": {}
|
|
4045
4352
|
}
|
|
4046
4353
|
},
|
|
4354
|
+
{
|
|
4355
|
+
"name": "nuxt-meta-pixel",
|
|
4356
|
+
"description": "Meta (Facebook) pixel integration for Nuxt. Multi-pixel, auto page view and more.",
|
|
4357
|
+
"repo": "tanukijs/meta-pixel#dev/packages/nuxt-meta-pixel",
|
|
4358
|
+
"npm": "nuxt-meta-pixel",
|
|
4359
|
+
"icon": "",
|
|
4360
|
+
"github": "https://github.com/tanukijs/meta-pixel",
|
|
4361
|
+
"website": "https://github.com/tanukijs/meta-pixel",
|
|
4362
|
+
"learn_more": "https://github.com/tanukijs/meta-pixel/tree/dev/packages/nuxt-meta-pixel",
|
|
4363
|
+
"category": "Analytics",
|
|
4364
|
+
"type": "3rd-party",
|
|
4365
|
+
"maintainers": [
|
|
4366
|
+
{
|
|
4367
|
+
"name": "tanukijs",
|
|
4368
|
+
"github": "tanukijs",
|
|
4369
|
+
"avatar": "https://avatars.githubusercontent.com/u/25182349?v=4"
|
|
4370
|
+
}
|
|
4371
|
+
],
|
|
4372
|
+
"compatibility": {
|
|
4373
|
+
"nuxt": "^3.0.0",
|
|
4374
|
+
"requires": {}
|
|
4375
|
+
}
|
|
4376
|
+
},
|
|
4047
4377
|
{
|
|
4048
4378
|
"name": "nuxt-monaco-editor",
|
|
4049
4379
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -4184,6 +4514,29 @@
|
|
|
4184
4514
|
"requires": {}
|
|
4185
4515
|
}
|
|
4186
4516
|
},
|
|
4517
|
+
{
|
|
4518
|
+
"name": "nuxt-pdf-frame",
|
|
4519
|
+
"description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
|
|
4520
|
+
"repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
|
|
4521
|
+
"npm": "@i2d/nuxt-pdf-frame",
|
|
4522
|
+
"icon": "pdf-frame.svg",
|
|
4523
|
+
"github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
|
|
4524
|
+
"website": "https://www.pdf-frame.org",
|
|
4525
|
+
"learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
|
|
4526
|
+
"category": "Libraries",
|
|
4527
|
+
"type": "3rd-party",
|
|
4528
|
+
"maintainers": [
|
|
4529
|
+
{
|
|
4530
|
+
"name": "Narayana Swamy",
|
|
4531
|
+
"github": "nswamy14",
|
|
4532
|
+
"email": "narayanaswamy14@gmail.com"
|
|
4533
|
+
}
|
|
4534
|
+
],
|
|
4535
|
+
"compatibility": {
|
|
4536
|
+
"nuxt": "^3.0.0",
|
|
4537
|
+
"requires": {}
|
|
4538
|
+
}
|
|
4539
|
+
},
|
|
4187
4540
|
{
|
|
4188
4541
|
"name": "nuxt-pdf",
|
|
4189
4542
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -4251,28 +4604,6 @@
|
|
|
4251
4604
|
"requires": {}
|
|
4252
4605
|
}
|
|
4253
4606
|
},
|
|
4254
|
-
{
|
|
4255
|
-
"name": "plausible",
|
|
4256
|
-
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4257
|
-
"repo": "nuxt-modules/plausible",
|
|
4258
|
-
"npm": "@nuxtjs/plausible",
|
|
4259
|
-
"icon": "plausible.png",
|
|
4260
|
-
"github": "https://github.com/nuxt-modules/plausible",
|
|
4261
|
-
"website": "https://github.com/nuxt-modules/plausible",
|
|
4262
|
-
"learn_more": "https://plausible.io/",
|
|
4263
|
-
"category": "Analytics",
|
|
4264
|
-
"type": "community",
|
|
4265
|
-
"maintainers": [
|
|
4266
|
-
{
|
|
4267
|
-
"name": "Johann Schopplich",
|
|
4268
|
-
"github": "johannschopplich"
|
|
4269
|
-
}
|
|
4270
|
-
],
|
|
4271
|
-
"compatibility": {
|
|
4272
|
-
"nuxt": "^3.0.0",
|
|
4273
|
-
"requires": {}
|
|
4274
|
-
}
|
|
4275
|
-
},
|
|
4276
4607
|
{
|
|
4277
4608
|
"name": "nuxt-plotly",
|
|
4278
4609
|
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
@@ -4530,6 +4861,28 @@
|
|
|
4530
4861
|
"requires": {}
|
|
4531
4862
|
}
|
|
4532
4863
|
},
|
|
4864
|
+
{
|
|
4865
|
+
"name": "nuxt-uswds",
|
|
4866
|
+
"description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
|
|
4867
|
+
"repo": "patrickcate/nuxt-uswds",
|
|
4868
|
+
"npm": "nuxt-uswds",
|
|
4869
|
+
"icon": "nuxt-uswds.svg",
|
|
4870
|
+
"github": "https://github.com/patrickcate/nuxt-uswds",
|
|
4871
|
+
"website": "https://github.com/patrickcate/nuxt-uswds",
|
|
4872
|
+
"learn_more": "",
|
|
4873
|
+
"category": "UI",
|
|
4874
|
+
"type": "3rd-party",
|
|
4875
|
+
"maintainers": [
|
|
4876
|
+
{
|
|
4877
|
+
"name": "Patrick Cate",
|
|
4878
|
+
"github": "patrickcate"
|
|
4879
|
+
}
|
|
4880
|
+
],
|
|
4881
|
+
"compatibility": {
|
|
4882
|
+
"nuxt": "^3.0.0",
|
|
4883
|
+
"requires": {}
|
|
4884
|
+
}
|
|
4885
|
+
},
|
|
4533
4886
|
{
|
|
4534
4887
|
"name": "nuxt-viewport",
|
|
4535
4888
|
"description": "Define custom viewports for your Nuxt project",
|
|
@@ -4598,10 +4951,38 @@
|
|
|
4598
4951
|
"requires": {}
|
|
4599
4952
|
}
|
|
4600
4953
|
},
|
|
4954
|
+
{
|
|
4955
|
+
"name": "nuxt2-ngrok",
|
|
4956
|
+
"description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
|
|
4957
|
+
"repo": "nuxt-community/ngrok",
|
|
4958
|
+
"npm": "@nuxtjs/ngrok",
|
|
4959
|
+
"icon": "ngrok.png",
|
|
4960
|
+
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
4961
|
+
"website": "https://ngrok.nuxtjs.org",
|
|
4962
|
+
"learn_more": "https://github.com/bubenshchykov/ngrok",
|
|
4963
|
+
"category": "Devtools",
|
|
4964
|
+
"type": "community",
|
|
4965
|
+
"maintainers": [
|
|
4966
|
+
{
|
|
4967
|
+
"name": "Debbie O'Brien",
|
|
4968
|
+
"github": "debs-obrien",
|
|
4969
|
+
"twitter": "debs_obrien"
|
|
4970
|
+
},
|
|
4971
|
+
{
|
|
4972
|
+
"name": "Pooya Parsa",
|
|
4973
|
+
"github": "pi0",
|
|
4974
|
+
"twitter": "_pi0_"
|
|
4975
|
+
}
|
|
4976
|
+
],
|
|
4977
|
+
"compatibility": {
|
|
4978
|
+
"nuxt": "^2.0.0",
|
|
4979
|
+
"requires": {}
|
|
4980
|
+
}
|
|
4981
|
+
},
|
|
4601
4982
|
{
|
|
4602
4983
|
"name": "nuxt3-interpolation",
|
|
4603
4984
|
"description": "",
|
|
4604
|
-
"repo": "daliborgogic/interpolation
|
|
4985
|
+
"repo": "daliborgogic/interpolation",
|
|
4605
4986
|
"npm": "nuxt3-interpolation",
|
|
4606
4987
|
"icon": "",
|
|
4607
4988
|
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
@@ -4627,7 +5008,7 @@
|
|
|
4627
5008
|
"npm": "nuxt3-leaflet",
|
|
4628
5009
|
"icon": "leaflet.png",
|
|
4629
5010
|
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4630
|
-
"website": "https://github.
|
|
5011
|
+
"website": "https://gugustinette.github.io/Nuxt-Leaflet",
|
|
4631
5012
|
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4632
5013
|
"category": "Libraries",
|
|
4633
5014
|
"type": "3rd-party",
|
|
@@ -4874,6 +5255,28 @@
|
|
|
4874
5255
|
"requires": {}
|
|
4875
5256
|
}
|
|
4876
5257
|
},
|
|
5258
|
+
{
|
|
5259
|
+
"name": "pergel",
|
|
5260
|
+
"description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
|
|
5261
|
+
"repo": "oku-ui/pergel#main/packages-core/pergel",
|
|
5262
|
+
"npm": "pergel",
|
|
5263
|
+
"icon": "pergel.svg",
|
|
5264
|
+
"github": "https://github.com/oku-ui/pergel",
|
|
5265
|
+
"website": "https://oku-ui.com/pergel",
|
|
5266
|
+
"learn_more": "",
|
|
5267
|
+
"category": "Devtools",
|
|
5268
|
+
"type": "3rd-party",
|
|
5269
|
+
"maintainers": [
|
|
5270
|
+
{
|
|
5271
|
+
"name": "Mehmet - productdevbook",
|
|
5272
|
+
"github": "productdevbook"
|
|
5273
|
+
}
|
|
5274
|
+
],
|
|
5275
|
+
"compatibility": {
|
|
5276
|
+
"nuxt": "^3.10.0",
|
|
5277
|
+
"requires": {}
|
|
5278
|
+
}
|
|
5279
|
+
},
|
|
4877
5280
|
{
|
|
4878
5281
|
"name": "persian-datepicker",
|
|
4879
5282
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -4900,7 +5303,7 @@
|
|
|
4900
5303
|
{
|
|
4901
5304
|
"name": "pinia-orm",
|
|
4902
5305
|
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
|
|
4903
|
-
"repo": "CodeDredd/pinia-orm#
|
|
5306
|
+
"repo": "CodeDredd/pinia-orm#main/packages/nuxt",
|
|
4904
5307
|
"npm": "@pinia-orm/nuxt",
|
|
4905
5308
|
"icon": "pinia-orm.svg",
|
|
4906
5309
|
"github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
|
|
@@ -4974,20 +5377,20 @@
|
|
|
4974
5377
|
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4975
5378
|
"repo": "nuxt-modules/plausible",
|
|
4976
5379
|
"npm": "@nuxtjs/plausible",
|
|
4977
|
-
"icon": "",
|
|
5380
|
+
"icon": "plausible.svg",
|
|
4978
5381
|
"github": "https://github.com/nuxt-modules/plausible",
|
|
4979
5382
|
"website": "https://github.com/nuxt-modules/plausible",
|
|
4980
5383
|
"learn_more": "",
|
|
4981
|
-
"category": "
|
|
5384
|
+
"category": "Analytics",
|
|
4982
5385
|
"type": "community",
|
|
4983
5386
|
"maintainers": [
|
|
4984
5387
|
{
|
|
4985
|
-
"name": "
|
|
4986
|
-
"github": "
|
|
5388
|
+
"name": "Johann Schopplich",
|
|
5389
|
+
"github": "johannschopplich"
|
|
4987
5390
|
}
|
|
4988
5391
|
],
|
|
4989
5392
|
"compatibility": {
|
|
4990
|
-
"nuxt": "^2.0.0",
|
|
5393
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4991
5394
|
"requires": {}
|
|
4992
5395
|
}
|
|
4993
5396
|
},
|
|
@@ -5060,6 +5463,28 @@
|
|
|
5060
5463
|
"requires": {}
|
|
5061
5464
|
}
|
|
5062
5465
|
},
|
|
5466
|
+
{
|
|
5467
|
+
"name": "prisma",
|
|
5468
|
+
"description": "Integrate Nuxt with Prisma ORM to simplify database access!",
|
|
5469
|
+
"repo": "prisma/nuxt-prisma",
|
|
5470
|
+
"npm": "@prisma/nuxt",
|
|
5471
|
+
"icon": "prisma.png",
|
|
5472
|
+
"github": "https://github.com/prisma/nuxt-prisma",
|
|
5473
|
+
"website": "https://github.com/prisma/nuxt-prisma",
|
|
5474
|
+
"learn_more": "https://www.prisma.io/orm",
|
|
5475
|
+
"category": "Database",
|
|
5476
|
+
"type": "3rd-party",
|
|
5477
|
+
"maintainers": [
|
|
5478
|
+
{
|
|
5479
|
+
"name": "prisma",
|
|
5480
|
+
"github": "prisma"
|
|
5481
|
+
}
|
|
5482
|
+
],
|
|
5483
|
+
"compatibility": {
|
|
5484
|
+
"nuxt": "^3.0.0",
|
|
5485
|
+
"requires": {}
|
|
5486
|
+
}
|
|
5487
|
+
},
|
|
5063
5488
|
{
|
|
5064
5489
|
"name": "prismic",
|
|
5065
5490
|
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
@@ -5529,6 +5954,29 @@
|
|
|
5529
5954
|
}
|
|
5530
5955
|
}
|
|
5531
5956
|
},
|
|
5957
|
+
{
|
|
5958
|
+
"name": "scalar",
|
|
5959
|
+
"description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
|
|
5960
|
+
"repo": "scalar/scalar#main/packages/nuxt",
|
|
5961
|
+
"npm": "@scalar/nuxt",
|
|
5962
|
+
"icon": "scalar.svg",
|
|
5963
|
+
"github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
|
|
5964
|
+
"website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
|
|
5965
|
+
"learn_more": "https://scalar.com",
|
|
5966
|
+
"category": "Devtools",
|
|
5967
|
+
"type": "3rd-party",
|
|
5968
|
+
"maintainers": [
|
|
5969
|
+
{
|
|
5970
|
+
"name": "scalar",
|
|
5971
|
+
"github": "scalar",
|
|
5972
|
+
"twitter": "scalar"
|
|
5973
|
+
}
|
|
5974
|
+
],
|
|
5975
|
+
"compatibility": {
|
|
5976
|
+
"nuxt": "^3.0.0",
|
|
5977
|
+
"requires": {}
|
|
5978
|
+
}
|
|
5979
|
+
},
|
|
5532
5980
|
{
|
|
5533
5981
|
"name": "schema-org",
|
|
5534
5982
|
"description": "Quick and easy Schema.org graphs.",
|
|
@@ -5553,6 +6001,29 @@
|
|
|
5553
6001
|
"requires": {}
|
|
5554
6002
|
}
|
|
5555
6003
|
},
|
|
6004
|
+
{
|
|
6005
|
+
"name": "scripts",
|
|
6006
|
+
"description": "Plug-and-play script optimization for Nuxt applications.",
|
|
6007
|
+
"repo": "nuxt/scripts",
|
|
6008
|
+
"npm": "@nuxt/scripts",
|
|
6009
|
+
"icon": "nuxt.svg",
|
|
6010
|
+
"github": "https://github.com/nuxt/scripts",
|
|
6011
|
+
"website": "https://scripts.nuxt.com",
|
|
6012
|
+
"learn_more": "",
|
|
6013
|
+
"category": "Libraries",
|
|
6014
|
+
"type": "official",
|
|
6015
|
+
"maintainers": [
|
|
6016
|
+
{
|
|
6017
|
+
"name": "Harlan Wilton",
|
|
6018
|
+
"github": "harlan-zw",
|
|
6019
|
+
"twitter": "harlan_zw"
|
|
6020
|
+
}
|
|
6021
|
+
],
|
|
6022
|
+
"compatibility": {
|
|
6023
|
+
"nuxt": "^3.0.0",
|
|
6024
|
+
"requires": {}
|
|
6025
|
+
}
|
|
6026
|
+
},
|
|
5556
6027
|
{
|
|
5557
6028
|
"name": "scss-to-js",
|
|
5558
6029
|
"description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
|
|
@@ -5780,21 +6251,25 @@
|
|
|
5780
6251
|
}
|
|
5781
6252
|
},
|
|
5782
6253
|
{
|
|
5783
|
-
"name": "
|
|
5784
|
-
"description": "
|
|
5785
|
-
"repo": "
|
|
5786
|
-
"npm": "
|
|
5787
|
-
"icon": "
|
|
5788
|
-
"github": "https://github.com/
|
|
5789
|
-
"website": "https://
|
|
5790
|
-
"learn_more": "https://
|
|
5791
|
-
"category": "
|
|
6254
|
+
"name": "shadcn",
|
|
6255
|
+
"description": "Re-usable components built with Radix Vue and Tailwind CSS.",
|
|
6256
|
+
"repo": "radix-vue/shadcn-vue#dev/packages/module",
|
|
6257
|
+
"npm": "shadcn-nuxt",
|
|
6258
|
+
"icon": "",
|
|
6259
|
+
"github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
|
|
6260
|
+
"website": "https://www.shadcn-vue.com",
|
|
6261
|
+
"learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
|
|
6262
|
+
"category": "UI",
|
|
5792
6263
|
"type": "3rd-party",
|
|
5793
6264
|
"maintainers": [
|
|
5794
6265
|
{
|
|
5795
|
-
"name": "
|
|
5796
|
-
"github": "
|
|
5797
|
-
"twitter": "
|
|
6266
|
+
"name": "Zernonia",
|
|
6267
|
+
"github": "zernonia",
|
|
6268
|
+
"twitter": "zernonia"
|
|
6269
|
+
},
|
|
6270
|
+
{
|
|
6271
|
+
"name": "Sadegh Barati",
|
|
6272
|
+
"github": "sadeghbarati"
|
|
5798
6273
|
}
|
|
5799
6274
|
],
|
|
5800
6275
|
"compatibility": {
|
|
@@ -5974,7 +6449,7 @@
|
|
|
5974
6449
|
"icon": "snipcart.png",
|
|
5975
6450
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
5976
6451
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
5977
|
-
"learn_more": "
|
|
6452
|
+
"learn_more": "",
|
|
5978
6453
|
"category": "Ecommerce",
|
|
5979
6454
|
"type": "community",
|
|
5980
6455
|
"maintainers": [
|
|
@@ -6056,39 +6531,6 @@
|
|
|
6056
6531
|
"requires": {}
|
|
6057
6532
|
}
|
|
6058
6533
|
},
|
|
6059
|
-
{
|
|
6060
|
-
"name": "speedkit",
|
|
6061
|
-
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
6062
|
-
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
6063
|
-
"npm": "nuxt-speedkit",
|
|
6064
|
-
"icon": "speedkit.png",
|
|
6065
|
-
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
6066
|
-
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
6067
|
-
"learn_more": "",
|
|
6068
|
-
"category": "Performance",
|
|
6069
|
-
"type": "3rd-party",
|
|
6070
|
-
"maintainers": [
|
|
6071
|
-
{
|
|
6072
|
-
"name": "Stephan Gerbeth",
|
|
6073
|
-
"github": "StephanGerbeth",
|
|
6074
|
-
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
6075
|
-
},
|
|
6076
|
-
{
|
|
6077
|
-
"name": "Thorn Walli",
|
|
6078
|
-
"github": "ThornWalli",
|
|
6079
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
6080
|
-
},
|
|
6081
|
-
{
|
|
6082
|
-
"name": "Grabarz & Partner",
|
|
6083
|
-
"github": "GrabarzUndPartner",
|
|
6084
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
6085
|
-
}
|
|
6086
|
-
],
|
|
6087
|
-
"compatibility": {
|
|
6088
|
-
"nuxt": "^2.0.0",
|
|
6089
|
-
"requires": {}
|
|
6090
|
-
}
|
|
6091
|
-
},
|
|
6092
6534
|
{
|
|
6093
6535
|
"name": "ssr-lit",
|
|
6094
6536
|
"description": "",
|
|
@@ -6135,23 +6577,29 @@
|
|
|
6135
6577
|
},
|
|
6136
6578
|
{
|
|
6137
6579
|
"name": "storefront-ui",
|
|
6138
|
-
"description": "Storefront UI
|
|
6139
|
-
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt
|
|
6580
|
+
"description": "Storefront UI for Nuxt by Alokai",
|
|
6581
|
+
"repo": "vuestorefront/storefront-ui#v2-develop/packages/sfui/frameworks/nuxt",
|
|
6140
6582
|
"npm": "@storefront-ui/nuxt",
|
|
6141
6583
|
"icon": "storefront-ui.svg",
|
|
6142
|
-
"github": "https://github.com/vuestorefront/storefront-ui
|
|
6143
|
-
"website": "https://docs.storefrontui.io
|
|
6144
|
-
"learn_more": "https://docs.storefrontui.io/",
|
|
6584
|
+
"github": "https://github.com/vuestorefront/storefront-ui",
|
|
6585
|
+
"website": "https://docs.storefrontui.io/v2/",
|
|
6586
|
+
"learn_more": "https://docs.storefrontui.io/v2/getting-started/vue#nuxt-3",
|
|
6145
6587
|
"category": "UI",
|
|
6146
6588
|
"type": "3rd-party",
|
|
6147
6589
|
"maintainers": [
|
|
6148
6590
|
{
|
|
6149
|
-
"name": "
|
|
6150
|
-
"github": "
|
|
6591
|
+
"name": "Szymon Dziewoński",
|
|
6592
|
+
"github": "Szymon-dziewonski",
|
|
6593
|
+
"avatar": "https://avatars.githubusercontent.com/u/2566152?v=4"
|
|
6594
|
+
},
|
|
6595
|
+
{
|
|
6596
|
+
"name": "Jakub Freisler",
|
|
6597
|
+
"github": "FRSgit",
|
|
6598
|
+
"avatar": "https://avatars.githubusercontent.com/u/10456649?v=4"
|
|
6151
6599
|
}
|
|
6152
6600
|
],
|
|
6153
6601
|
"compatibility": {
|
|
6154
|
-
"nuxt": "^
|
|
6602
|
+
"nuxt": "^3.0.0",
|
|
6155
6603
|
"requires": {}
|
|
6156
6604
|
}
|
|
6157
6605
|
},
|
|
@@ -6204,7 +6652,7 @@
|
|
|
6204
6652
|
"name": "storybook",
|
|
6205
6653
|
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6206
6654
|
"repo": "nuxt-modules/storybook",
|
|
6207
|
-
"npm": "
|
|
6655
|
+
"npm": "nuxt-storybook",
|
|
6208
6656
|
"icon": "storybook.png",
|
|
6209
6657
|
"github": "https://github.com/nuxt-modules/storybook",
|
|
6210
6658
|
"website": "https://storybook.nuxtjs.org",
|
|
@@ -6380,29 +6828,6 @@
|
|
|
6380
6828
|
"requires": {}
|
|
6381
6829
|
}
|
|
6382
6830
|
},
|
|
6383
|
-
{
|
|
6384
|
-
"name": "stylify",
|
|
6385
|
-
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
6386
|
-
"repo": "stylify/packages#master/packages/nuxt",
|
|
6387
|
-
"npm": "@stylify/nuxt",
|
|
6388
|
-
"icon": "stylify.svg",
|
|
6389
|
-
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
6390
|
-
"website": "https://stylifycss.com/docs/nuxt",
|
|
6391
|
-
"learn_more": "https://stylifycss.com",
|
|
6392
|
-
"category": "UI",
|
|
6393
|
-
"type": "3rd-party",
|
|
6394
|
-
"maintainers": [
|
|
6395
|
-
{
|
|
6396
|
-
"name": "Vladimír Macháček",
|
|
6397
|
-
"github": "Machy8",
|
|
6398
|
-
"twitter": "8machy"
|
|
6399
|
-
}
|
|
6400
|
-
],
|
|
6401
|
-
"compatibility": {
|
|
6402
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6403
|
-
"requires": {}
|
|
6404
|
-
}
|
|
6405
|
-
},
|
|
6406
6831
|
{
|
|
6407
6832
|
"name": "supabase",
|
|
6408
6833
|
"description": "First class integration with Supabase",
|
|
@@ -6436,6 +6861,29 @@
|
|
|
6436
6861
|
"requires": {}
|
|
6437
6862
|
}
|
|
6438
6863
|
},
|
|
6864
|
+
{
|
|
6865
|
+
"name": "surrealdb",
|
|
6866
|
+
"description": "A Nuxt module aimed to simplify the use of SurrealDB",
|
|
6867
|
+
"repo": "sandros94/nuxt-surrealdb",
|
|
6868
|
+
"npm": "nuxt-surrealdb",
|
|
6869
|
+
"icon": "surrealdb.png",
|
|
6870
|
+
"github": "https://github.com/sandros94/nuxt-surrealdb",
|
|
6871
|
+
"website": "https://github.com/sandros94/nuxt-surrealdb",
|
|
6872
|
+
"learn_more": "",
|
|
6873
|
+
"category": "Database",
|
|
6874
|
+
"type": "3rd-party",
|
|
6875
|
+
"maintainers": [
|
|
6876
|
+
{
|
|
6877
|
+
"name": "Sandro Circi",
|
|
6878
|
+
"github": "sandros94",
|
|
6879
|
+
"avatar": "https://avatars.githubusercontent.com/u/13056429"
|
|
6880
|
+
}
|
|
6881
|
+
],
|
|
6882
|
+
"compatibility": {
|
|
6883
|
+
"nuxt": "^3.10.0",
|
|
6884
|
+
"requires": {}
|
|
6885
|
+
}
|
|
6886
|
+
},
|
|
6439
6887
|
{
|
|
6440
6888
|
"name": "svg-loader",
|
|
6441
6889
|
"description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
|
|
@@ -6525,6 +6973,30 @@
|
|
|
6525
6973
|
"requires": {}
|
|
6526
6974
|
}
|
|
6527
6975
|
},
|
|
6976
|
+
{
|
|
6977
|
+
"name": "swiftsearch",
|
|
6978
|
+
"description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
|
|
6979
|
+
"repo": "atoms-studio/nuxt-swiftsearch",
|
|
6980
|
+
"npm": "@atoms-studio/nuxt-swiftsearch",
|
|
6981
|
+
"icon": "nuxt-swiftsearch.svg",
|
|
6982
|
+
"github": "https://github.com/atoms-studio/nuxt-swiftsearch",
|
|
6983
|
+
"website": "https://nuxt-swiftsearch.netlify.app/",
|
|
6984
|
+
"learn_more": "",
|
|
6985
|
+
"category": "Libraries",
|
|
6986
|
+
"type": "3rd-party",
|
|
6987
|
+
"maintainers": [
|
|
6988
|
+
{
|
|
6989
|
+
"name": "Matteo Rigoni",
|
|
6990
|
+
"github": "rigo-m",
|
|
6991
|
+
"twitter": "MatteoRigoni",
|
|
6992
|
+
"avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
|
|
6993
|
+
}
|
|
6994
|
+
],
|
|
6995
|
+
"compatibility": {
|
|
6996
|
+
"nuxt": "^3.10.0",
|
|
6997
|
+
"requires": {}
|
|
6998
|
+
}
|
|
6999
|
+
},
|
|
6528
7000
|
{
|
|
6529
7001
|
"name": "swiper",
|
|
6530
7002
|
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
@@ -6596,7 +7068,10 @@
|
|
|
6596
7068
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6597
7069
|
"requires": {},
|
|
6598
7070
|
"devtools": "^0.0.0"
|
|
6599
|
-
}
|
|
7071
|
+
},
|
|
7072
|
+
"aliases": [
|
|
7073
|
+
"tailwind"
|
|
7074
|
+
]
|
|
6600
7075
|
},
|
|
6601
7076
|
{
|
|
6602
7077
|
"name": "test-utils",
|
|
@@ -6716,6 +7191,28 @@
|
|
|
6716
7191
|
"requires": {}
|
|
6717
7192
|
}
|
|
6718
7193
|
},
|
|
7194
|
+
{
|
|
7195
|
+
"name": "tradingview",
|
|
7196
|
+
"description": "Use the TradingView Widgets in your Nuxt Application",
|
|
7197
|
+
"repo": "volkanakkus/nuxt-tradingview",
|
|
7198
|
+
"npm": "nuxt-tradingview",
|
|
7199
|
+
"icon": "tradingview.svg",
|
|
7200
|
+
"github": "https://github.com/volkanakkus/nuxt-tradingview",
|
|
7201
|
+
"website": "https://nuxt-tradingview.volkanakkus.com",
|
|
7202
|
+
"learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
|
|
7203
|
+
"category": "Extensions",
|
|
7204
|
+
"type": "3rd-party",
|
|
7205
|
+
"maintainers": [
|
|
7206
|
+
{
|
|
7207
|
+
"name": "Volkan Akkuş",
|
|
7208
|
+
"github": "volkanakkus"
|
|
7209
|
+
}
|
|
7210
|
+
],
|
|
7211
|
+
"compatibility": {
|
|
7212
|
+
"nuxt": "^3.0.0",
|
|
7213
|
+
"requires": {}
|
|
7214
|
+
}
|
|
7215
|
+
},
|
|
6719
7216
|
{
|
|
6720
7217
|
"name": "translation-manager",
|
|
6721
7218
|
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
@@ -7189,30 +7686,6 @@
|
|
|
7189
7686
|
"requires": {}
|
|
7190
7687
|
}
|
|
7191
7688
|
},
|
|
7192
|
-
{
|
|
7193
|
-
"name": "use-wagmi",
|
|
7194
|
-
"description": "Vue Composition for Ethereum based on wagmi",
|
|
7195
|
-
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
7196
|
-
"npm": "@use-wagmi/nuxt",
|
|
7197
|
-
"icon": "use-wagmi.png",
|
|
7198
|
-
"github": "https://github.com/unicape/use-wagmi",
|
|
7199
|
-
"website": "https://github.com/unicape/use-wagmi",
|
|
7200
|
-
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
7201
|
-
"category": "Extensions",
|
|
7202
|
-
"type": "3rd-party",
|
|
7203
|
-
"maintainers": [
|
|
7204
|
-
{
|
|
7205
|
-
"name": "Unic Ape",
|
|
7206
|
-
"github": "unicape"
|
|
7207
|
-
}
|
|
7208
|
-
],
|
|
7209
|
-
"compatibility": {
|
|
7210
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7211
|
-
"requires": {
|
|
7212
|
-
"bridge": true
|
|
7213
|
-
}
|
|
7214
|
-
}
|
|
7215
|
-
},
|
|
7216
7689
|
{
|
|
7217
7690
|
"name": "user-agent",
|
|
7218
7691
|
"description": "Nuxt module for handling User-Agent.",
|
|
@@ -7266,7 +7739,7 @@
|
|
|
7266
7739
|
"npm": "@varlet/nuxt",
|
|
7267
7740
|
"icon": "varlet.svg",
|
|
7268
7741
|
"github": "https://github.com/varletjs/varlet",
|
|
7269
|
-
"website": "https://varlet.
|
|
7742
|
+
"website": "https://varlet.pages.dev/#/en-US/index",
|
|
7270
7743
|
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
7271
7744
|
"category": "UI",
|
|
7272
7745
|
"type": "3rd-party",
|
|
@@ -7289,8 +7762,8 @@
|
|
|
7289
7762
|
"repo": "samk-dev/nuxt-vcalendar",
|
|
7290
7763
|
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7291
7764
|
"icon": "vcalendar.png",
|
|
7292
|
-
"github": "https://github.com/samk-dev/vcalendar",
|
|
7293
|
-
"website": "https://github.com/samk-dev/vcalendar",
|
|
7765
|
+
"github": "https://github.com/samk-dev/nuxt-vcalendar",
|
|
7766
|
+
"website": "https://github.com/samk-dev/nuxt-vcalendar",
|
|
7294
7767
|
"learn_more": "",
|
|
7295
7768
|
"category": "Libraries",
|
|
7296
7769
|
"type": "3rd-party",
|
|
@@ -7552,7 +8025,7 @@
|
|
|
7552
8025
|
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
7553
8026
|
"repo": "moritzsternemann/vue-plausible",
|
|
7554
8027
|
"npm": "vue-plausible",
|
|
7555
|
-
"icon": "plausible.
|
|
8028
|
+
"icon": "plausible.svg",
|
|
7556
8029
|
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
7557
8030
|
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
7558
8031
|
"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-cd0281",
|
|
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": [
|
|
@@ -13,17 +16,17 @@
|
|
|
13
16
|
"cli": "jiti ./lib/cli",
|
|
14
17
|
"website:build": "pnpm build && nuxi build website",
|
|
15
18
|
"website:dev": "pnpm build && nuxi dev website",
|
|
16
|
-
"lint": "eslint
|
|
19
|
+
"lint": "eslint",
|
|
17
20
|
"release": "pnpm cli version && npm publish",
|
|
18
21
|
"sync": "pnpm cli sync",
|
|
19
22
|
"test": "pnpm lint && pnpm sync"
|
|
20
23
|
},
|
|
21
24
|
"devDependencies": {
|
|
22
|
-
"@nuxt/eslint-config": "^0.
|
|
25
|
+
"@nuxt/eslint-config": "^0.3.10",
|
|
23
26
|
"@types/js-yaml": "^4.0.5",
|
|
24
27
|
"@types/node": "^18.17.15",
|
|
25
28
|
"defu": "^6.1.2",
|
|
26
|
-
"eslint": "^
|
|
29
|
+
"eslint": "^9.2.0",
|
|
27
30
|
"globby": "^13.2.2",
|
|
28
31
|
"hasha": "^5.2.2",
|
|
29
32
|
"jiti": "^1.20.0",
|