@nuxt/modules 0.6.0-0591b5 → 0.6.0-05bf5f
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 +413 -123
- package/package.json +5 -2
package/modules.json
CHANGED
|
@@ -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",
|
|
@@ -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",
|
|
@@ -3193,8 +3321,8 @@
|
|
|
3193
3321
|
{
|
|
3194
3322
|
"name": "maz-ui",
|
|
3195
3323
|
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3196
|
-
"repo": "louismazel/maz-ui#master/packages/
|
|
3197
|
-
"npm": "
|
|
3324
|
+
"repo": "louismazel/maz-ui#master/packages/lib",
|
|
3325
|
+
"npm": "maz-ui",
|
|
3198
3326
|
"icon": "maz-ui.png",
|
|
3199
3327
|
"github": "https://github.com/louismazel/maz-ui",
|
|
3200
3328
|
"website": "https://maz-ui.com/",
|
|
@@ -3212,6 +3340,28 @@
|
|
|
3212
3340
|
"requires": {}
|
|
3213
3341
|
}
|
|
3214
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
|
+
},
|
|
3215
3365
|
{
|
|
3216
3366
|
"name": "mdx",
|
|
3217
3367
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -3380,6 +3530,28 @@
|
|
|
3380
3530
|
"requires": {}
|
|
3381
3531
|
}
|
|
3382
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
|
+
},
|
|
3383
3555
|
{
|
|
3384
3556
|
"name": "netlify-cache",
|
|
3385
3557
|
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
@@ -3616,7 +3788,7 @@
|
|
|
3616
3788
|
"npm": "nuxt-bezier",
|
|
3617
3789
|
"icon": "nuxt-bezier.png",
|
|
3618
3790
|
"github": "https://github.com/50rayn/nuxt-bezier",
|
|
3619
|
-
"website": "https://
|
|
3791
|
+
"website": "https://github.com/50rayn/nuxt-bezier",
|
|
3620
3792
|
"learn_more": "https://github.com/Noction/vue-bezier",
|
|
3621
3793
|
"category": "UI",
|
|
3622
3794
|
"type": "3rd-party",
|
|
@@ -3767,6 +3939,51 @@
|
|
|
3767
3939
|
"requires": {}
|
|
3768
3940
|
}
|
|
3769
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
|
+
},
|
|
3770
3987
|
{
|
|
3771
3988
|
"name": "nuxt-graphql-middleware",
|
|
3772
3989
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3774,7 +3991,7 @@
|
|
|
3774
3991
|
"npm": "nuxt-graphql-middleware",
|
|
3775
3992
|
"icon": "nuxt-graphql-middleware.svg",
|
|
3776
3993
|
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3777
|
-
"website": "https://nuxt-graphql-middleware
|
|
3994
|
+
"website": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3778
3995
|
"learn_more": "",
|
|
3779
3996
|
"category": "Request",
|
|
3780
3997
|
"type": "3rd-party",
|
|
@@ -4161,6 +4378,29 @@
|
|
|
4161
4378
|
"requires": {}
|
|
4162
4379
|
}
|
|
4163
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
|
+
},
|
|
4164
4404
|
{
|
|
4165
4405
|
"name": "nuxt-pdf",
|
|
4166
4406
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -4228,28 +4468,6 @@
|
|
|
4228
4468
|
"requires": {}
|
|
4229
4469
|
}
|
|
4230
4470
|
},
|
|
4231
|
-
{
|
|
4232
|
-
"name": "plausible",
|
|
4233
|
-
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4234
|
-
"repo": "nuxt-modules/plausible",
|
|
4235
|
-
"npm": "@nuxtjs/plausible",
|
|
4236
|
-
"icon": "plausible.png",
|
|
4237
|
-
"github": "https://github.com/nuxt-modules/plausible",
|
|
4238
|
-
"website": "https://github.com/nuxt-modules/plausible",
|
|
4239
|
-
"learn_more": "https://plausible.io/",
|
|
4240
|
-
"category": "Analytics",
|
|
4241
|
-
"type": "community",
|
|
4242
|
-
"maintainers": [
|
|
4243
|
-
{
|
|
4244
|
-
"name": "Johann Schopplich",
|
|
4245
|
-
"github": "johannschopplich"
|
|
4246
|
-
}
|
|
4247
|
-
],
|
|
4248
|
-
"compatibility": {
|
|
4249
|
-
"nuxt": "^3.0.0",
|
|
4250
|
-
"requires": {}
|
|
4251
|
-
}
|
|
4252
|
-
},
|
|
4253
4471
|
{
|
|
4254
4472
|
"name": "nuxt-plotly",
|
|
4255
4473
|
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
@@ -4578,7 +4796,7 @@
|
|
|
4578
4796
|
{
|
|
4579
4797
|
"name": "nuxt3-interpolation",
|
|
4580
4798
|
"description": "",
|
|
4581
|
-
"repo": "daliborgogic/interpolation
|
|
4799
|
+
"repo": "daliborgogic/interpolation",
|
|
4582
4800
|
"npm": "nuxt3-interpolation",
|
|
4583
4801
|
"icon": "",
|
|
4584
4802
|
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
@@ -4604,7 +4822,7 @@
|
|
|
4604
4822
|
"npm": "nuxt3-leaflet",
|
|
4605
4823
|
"icon": "leaflet.png",
|
|
4606
4824
|
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4607
|
-
"website": "https://github.
|
|
4825
|
+
"website": "https://gugustinette.github.io/Nuxt-Leaflet",
|
|
4608
4826
|
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4609
4827
|
"category": "Libraries",
|
|
4610
4828
|
"type": "3rd-party",
|
|
@@ -4851,6 +5069,28 @@
|
|
|
4851
5069
|
"requires": {}
|
|
4852
5070
|
}
|
|
4853
5071
|
},
|
|
5072
|
+
{
|
|
5073
|
+
"name": "pergel",
|
|
5074
|
+
"description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
|
|
5075
|
+
"repo": "oku-ui/pergel#main/packages-core/pergel",
|
|
5076
|
+
"npm": "pergel",
|
|
5077
|
+
"icon": "pergel.svg",
|
|
5078
|
+
"github": "https://github.com/oku-ui/pergel",
|
|
5079
|
+
"website": "https://oku-ui.com/pergel",
|
|
5080
|
+
"learn_more": "",
|
|
5081
|
+
"category": "Devtools",
|
|
5082
|
+
"type": "3rd-party",
|
|
5083
|
+
"maintainers": [
|
|
5084
|
+
{
|
|
5085
|
+
"name": "Mehmet - productdevbook",
|
|
5086
|
+
"github": "productdevbook"
|
|
5087
|
+
}
|
|
5088
|
+
],
|
|
5089
|
+
"compatibility": {
|
|
5090
|
+
"nuxt": "^3.10.0",
|
|
5091
|
+
"requires": {}
|
|
5092
|
+
}
|
|
5093
|
+
},
|
|
4854
5094
|
{
|
|
4855
5095
|
"name": "persian-datepicker",
|
|
4856
5096
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -4877,7 +5117,7 @@
|
|
|
4877
5117
|
{
|
|
4878
5118
|
"name": "pinia-orm",
|
|
4879
5119
|
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
|
|
4880
|
-
"repo": "CodeDredd/pinia-orm#
|
|
5120
|
+
"repo": "CodeDredd/pinia-orm#main/packages/nuxt",
|
|
4881
5121
|
"npm": "@pinia-orm/nuxt",
|
|
4882
5122
|
"icon": "pinia-orm.svg",
|
|
4883
5123
|
"github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
|
|
@@ -4951,20 +5191,20 @@
|
|
|
4951
5191
|
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4952
5192
|
"repo": "nuxt-modules/plausible",
|
|
4953
5193
|
"npm": "@nuxtjs/plausible",
|
|
4954
|
-
"icon": "",
|
|
5194
|
+
"icon": "plausible.svg",
|
|
4955
5195
|
"github": "https://github.com/nuxt-modules/plausible",
|
|
4956
5196
|
"website": "https://github.com/nuxt-modules/plausible",
|
|
4957
5197
|
"learn_more": "",
|
|
4958
|
-
"category": "
|
|
5198
|
+
"category": "Analytics",
|
|
4959
5199
|
"type": "community",
|
|
4960
5200
|
"maintainers": [
|
|
4961
5201
|
{
|
|
4962
|
-
"name": "
|
|
4963
|
-
"github": "
|
|
5202
|
+
"name": "Johann Schopplich",
|
|
5203
|
+
"github": "johannschopplich"
|
|
4964
5204
|
}
|
|
4965
5205
|
],
|
|
4966
5206
|
"compatibility": {
|
|
4967
|
-
"nuxt": "^2.0.0",
|
|
5207
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4968
5208
|
"requires": {}
|
|
4969
5209
|
}
|
|
4970
5210
|
},
|
|
@@ -5506,6 +5746,29 @@
|
|
|
5506
5746
|
}
|
|
5507
5747
|
}
|
|
5508
5748
|
},
|
|
5749
|
+
{
|
|
5750
|
+
"name": "scalar",
|
|
5751
|
+
"description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
|
|
5752
|
+
"repo": "scalar/scalar#main/packages/nuxt",
|
|
5753
|
+
"npm": "@scalar/nuxt",
|
|
5754
|
+
"icon": "scalar.svg",
|
|
5755
|
+
"github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
|
|
5756
|
+
"website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
|
|
5757
|
+
"learn_more": "https://scalar.com",
|
|
5758
|
+
"category": "Devtools",
|
|
5759
|
+
"type": "3rd-party",
|
|
5760
|
+
"maintainers": [
|
|
5761
|
+
{
|
|
5762
|
+
"name": "scalar",
|
|
5763
|
+
"github": "scalar",
|
|
5764
|
+
"twitter": "scalar"
|
|
5765
|
+
}
|
|
5766
|
+
],
|
|
5767
|
+
"compatibility": {
|
|
5768
|
+
"nuxt": "^3.0.0",
|
|
5769
|
+
"requires": {}
|
|
5770
|
+
}
|
|
5771
|
+
},
|
|
5509
5772
|
{
|
|
5510
5773
|
"name": "schema-org",
|
|
5511
5774
|
"description": "Quick and easy Schema.org graphs.",
|
|
@@ -5756,29 +6019,6 @@
|
|
|
5756
6019
|
"requires": {}
|
|
5757
6020
|
}
|
|
5758
6021
|
},
|
|
5759
|
-
{
|
|
5760
|
-
"name": "session",
|
|
5761
|
-
"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",
|
|
5762
|
-
"repo": "sidebase/nuxt-session",
|
|
5763
|
-
"npm": "@sidebase/nuxt-session",
|
|
5764
|
-
"icon": "session.png",
|
|
5765
|
-
"github": "https://github.com/sidebase/nuxt-session",
|
|
5766
|
-
"website": "https://github.com/sidebase/nuxt-session",
|
|
5767
|
-
"learn_more": "https://github.com/sidebase",
|
|
5768
|
-
"category": "Security",
|
|
5769
|
-
"type": "3rd-party",
|
|
5770
|
-
"maintainers": [
|
|
5771
|
-
{
|
|
5772
|
-
"name": "sidebase",
|
|
5773
|
-
"github": "sidebase",
|
|
5774
|
-
"twitter": "sidebase_io"
|
|
5775
|
-
}
|
|
5776
|
-
],
|
|
5777
|
-
"compatibility": {
|
|
5778
|
-
"nuxt": "^3.0.0",
|
|
5779
|
-
"requires": {}
|
|
5780
|
-
}
|
|
5781
|
-
},
|
|
5782
6022
|
{
|
|
5783
6023
|
"name": "shopify",
|
|
5784
6024
|
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
@@ -5801,6 +6041,28 @@
|
|
|
5801
6041
|
"requires": {}
|
|
5802
6042
|
}
|
|
5803
6043
|
},
|
|
6044
|
+
{
|
|
6045
|
+
"name": "shuimo-ui",
|
|
6046
|
+
"description": "A Chinese Shuimo style component library.",
|
|
6047
|
+
"repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
|
|
6048
|
+
"npm": "@shuimo-design/shuimo-ui-nuxt",
|
|
6049
|
+
"icon": "shuimo-ui.svg",
|
|
6050
|
+
"github": "https://github.com/shuimo-design/shuimo-ui",
|
|
6051
|
+
"website": "https://shuimo.design",
|
|
6052
|
+
"learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
|
|
6053
|
+
"category": "UI",
|
|
6054
|
+
"type": "3rd-party",
|
|
6055
|
+
"maintainers": [
|
|
6056
|
+
{
|
|
6057
|
+
"name": "higuaifan",
|
|
6058
|
+
"github": "higuaifan"
|
|
6059
|
+
}
|
|
6060
|
+
],
|
|
6061
|
+
"compatibility": {
|
|
6062
|
+
"nuxt": "^3.0.0",
|
|
6063
|
+
"requires": {}
|
|
6064
|
+
}
|
|
6065
|
+
},
|
|
5804
6066
|
{
|
|
5805
6067
|
"name": "sidebase-auth",
|
|
5806
6068
|
"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.",
|
|
@@ -5929,7 +6191,7 @@
|
|
|
5929
6191
|
"icon": "snipcart.png",
|
|
5930
6192
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
5931
6193
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
5932
|
-
"learn_more": "
|
|
6194
|
+
"learn_more": "",
|
|
5933
6195
|
"category": "Ecommerce",
|
|
5934
6196
|
"type": "community",
|
|
5935
6197
|
"maintainers": [
|
|
@@ -6015,7 +6277,7 @@
|
|
|
6015
6277
|
"name": "speedkit",
|
|
6016
6278
|
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
6017
6279
|
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
6018
|
-
"npm": "nuxt-
|
|
6280
|
+
"npm": "nuxt-booster",
|
|
6019
6281
|
"icon": "speedkit.png",
|
|
6020
6282
|
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
6021
6283
|
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
@@ -6335,29 +6597,6 @@
|
|
|
6335
6597
|
"requires": {}
|
|
6336
6598
|
}
|
|
6337
6599
|
},
|
|
6338
|
-
{
|
|
6339
|
-
"name": "stylify",
|
|
6340
|
-
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
6341
|
-
"repo": "stylify/packages#master/packages/nuxt",
|
|
6342
|
-
"npm": "@stylify/nuxt",
|
|
6343
|
-
"icon": "stylify.svg",
|
|
6344
|
-
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
6345
|
-
"website": "https://stylifycss.com/docs/nuxt",
|
|
6346
|
-
"learn_more": "https://stylifycss.com",
|
|
6347
|
-
"category": "UI",
|
|
6348
|
-
"type": "3rd-party",
|
|
6349
|
-
"maintainers": [
|
|
6350
|
-
{
|
|
6351
|
-
"name": "Vladimír Macháček",
|
|
6352
|
-
"github": "Machy8",
|
|
6353
|
-
"twitter": "8machy"
|
|
6354
|
-
}
|
|
6355
|
-
],
|
|
6356
|
-
"compatibility": {
|
|
6357
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6358
|
-
"requires": {}
|
|
6359
|
-
}
|
|
6360
|
-
},
|
|
6361
6600
|
{
|
|
6362
6601
|
"name": "supabase",
|
|
6363
6602
|
"description": "First class integration with Supabase",
|
|
@@ -6480,6 +6719,30 @@
|
|
|
6480
6719
|
"requires": {}
|
|
6481
6720
|
}
|
|
6482
6721
|
},
|
|
6722
|
+
{
|
|
6723
|
+
"name": "swiftsearch",
|
|
6724
|
+
"description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
|
|
6725
|
+
"repo": "atoms-studio/nuxt-swiftsearch",
|
|
6726
|
+
"npm": "@atoms-studio/nuxt-swiftsearch",
|
|
6727
|
+
"icon": "nuxt-swiftsearch.svg",
|
|
6728
|
+
"github": "https://github.com/atoms-studio/nuxt-swiftsearch",
|
|
6729
|
+
"website": "https://nuxt-swiftsearch.netlify.app/",
|
|
6730
|
+
"learn_more": "",
|
|
6731
|
+
"category": "Libraries",
|
|
6732
|
+
"type": "3rd-party",
|
|
6733
|
+
"maintainers": [
|
|
6734
|
+
{
|
|
6735
|
+
"name": "Matteo Rigoni",
|
|
6736
|
+
"github": "rigo-m",
|
|
6737
|
+
"twitter": "MatteoRigoni",
|
|
6738
|
+
"avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
|
|
6739
|
+
}
|
|
6740
|
+
],
|
|
6741
|
+
"compatibility": {
|
|
6742
|
+
"nuxt": "^3.10.0",
|
|
6743
|
+
"requires": {}
|
|
6744
|
+
}
|
|
6745
|
+
},
|
|
6483
6746
|
{
|
|
6484
6747
|
"name": "swiper",
|
|
6485
6748
|
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
@@ -6551,6 +6814,37 @@
|
|
|
6551
6814
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6552
6815
|
"requires": {},
|
|
6553
6816
|
"devtools": "^0.0.0"
|
|
6817
|
+
},
|
|
6818
|
+
"aliases": [
|
|
6819
|
+
"tailwind"
|
|
6820
|
+
]
|
|
6821
|
+
},
|
|
6822
|
+
{
|
|
6823
|
+
"name": "test-utils",
|
|
6824
|
+
"description": "Test utilities for Nuxt",
|
|
6825
|
+
"repo": "nuxt/test-utils#main",
|
|
6826
|
+
"npm": "@nuxt/test-utils",
|
|
6827
|
+
"icon": "nuxt.svg",
|
|
6828
|
+
"github": "https://github.com/nuxt/test-utils",
|
|
6829
|
+
"website": "https://nuxt.com/docs/getting-started/testing",
|
|
6830
|
+
"learn_more": "",
|
|
6831
|
+
"category": "Devtools",
|
|
6832
|
+
"type": "official",
|
|
6833
|
+
"maintainers": [
|
|
6834
|
+
{
|
|
6835
|
+
"name": "Daniel Roe",
|
|
6836
|
+
"github": "danielroe",
|
|
6837
|
+
"twitter": "danielcroe"
|
|
6838
|
+
},
|
|
6839
|
+
{
|
|
6840
|
+
"name": "Anthony Fu",
|
|
6841
|
+
"github": "antfu",
|
|
6842
|
+
"twitter": "antfu7"
|
|
6843
|
+
}
|
|
6844
|
+
],
|
|
6845
|
+
"compatibility": {
|
|
6846
|
+
"nuxt": "^3.0.0",
|
|
6847
|
+
"requires": {}
|
|
6554
6848
|
}
|
|
6555
6849
|
},
|
|
6556
6850
|
{
|
|
@@ -6605,8 +6899,8 @@
|
|
|
6605
6899
|
"npm": "nuxt-tiptap-editor",
|
|
6606
6900
|
"icon": "tiptap.png",
|
|
6607
6901
|
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6608
|
-
"website": "https://
|
|
6609
|
-
"learn_more": "https://
|
|
6902
|
+
"website": "https://nuxt-tiptap-editor.vercel.app",
|
|
6903
|
+
"learn_more": "https://nuxt-tiptap-editor.vercel.app",
|
|
6610
6904
|
"category": "Libraries",
|
|
6611
6905
|
"type": "3rd-party",
|
|
6612
6906
|
"maintainers": [
|
|
@@ -6643,6 +6937,28 @@
|
|
|
6643
6937
|
"requires": {}
|
|
6644
6938
|
}
|
|
6645
6939
|
},
|
|
6940
|
+
{
|
|
6941
|
+
"name": "tradingview",
|
|
6942
|
+
"description": "Use the TradingView Widgets in your Nuxt Application",
|
|
6943
|
+
"repo": "volkanakkus/nuxt-tradingview",
|
|
6944
|
+
"npm": "nuxt-tradingview",
|
|
6945
|
+
"icon": "tradingview.svg",
|
|
6946
|
+
"github": "https://github.com/volkanakkus/nuxt-tradingview",
|
|
6947
|
+
"website": "https://nuxt-tradingview.volkanakkus.com",
|
|
6948
|
+
"learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
|
|
6949
|
+
"category": "Extensions",
|
|
6950
|
+
"type": "3rd-party",
|
|
6951
|
+
"maintainers": [
|
|
6952
|
+
{
|
|
6953
|
+
"name": "Volkan Akkuş",
|
|
6954
|
+
"github": "volkanakkus"
|
|
6955
|
+
}
|
|
6956
|
+
],
|
|
6957
|
+
"compatibility": {
|
|
6958
|
+
"nuxt": "^3.0.0",
|
|
6959
|
+
"requires": {}
|
|
6960
|
+
}
|
|
6961
|
+
},
|
|
6646
6962
|
{
|
|
6647
6963
|
"name": "translation-manager",
|
|
6648
6964
|
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
@@ -7044,32 +7360,6 @@
|
|
|
7044
7360
|
"requires": {}
|
|
7045
7361
|
}
|
|
7046
7362
|
},
|
|
7047
|
-
{
|
|
7048
|
-
"name": "unlighthouse",
|
|
7049
|
-
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
7050
|
-
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
7051
|
-
"npm": "@unlighthouse/nuxt",
|
|
7052
|
-
"icon": "unlighthouse.svg",
|
|
7053
|
-
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
7054
|
-
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
7055
|
-
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
7056
|
-
"category": "Devtools",
|
|
7057
|
-
"type": "3rd-party",
|
|
7058
|
-
"maintainers": [
|
|
7059
|
-
{
|
|
7060
|
-
"name": "Harlan Wilton",
|
|
7061
|
-
"github": "harlan-zw",
|
|
7062
|
-
"twitter": "harlan_zw",
|
|
7063
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
7064
|
-
}
|
|
7065
|
-
],
|
|
7066
|
-
"compatibility": {
|
|
7067
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7068
|
-
"requires": {
|
|
7069
|
-
"bridge": "optional"
|
|
7070
|
-
}
|
|
7071
|
-
}
|
|
7072
|
-
},
|
|
7073
7363
|
{
|
|
7074
7364
|
"name": "unocss",
|
|
7075
7365
|
"description": "The instant on-demand atomic CSS engine.",
|
|
@@ -7104,8 +7394,8 @@
|
|
|
7104
7394
|
"npm": "nuxt-ununura",
|
|
7105
7395
|
"icon": "ununuracss.png",
|
|
7106
7396
|
"github": "https://github.com/novout/ununuracss",
|
|
7107
|
-
"website": "https://
|
|
7108
|
-
"learn_more": "https://
|
|
7397
|
+
"website": "https://github.com/novout/ununuracss",
|
|
7398
|
+
"learn_more": "https://github.com/novout/ununuracss",
|
|
7109
7399
|
"category": "UI",
|
|
7110
7400
|
"type": "3rd-party",
|
|
7111
7401
|
"maintainers": [
|
|
@@ -7242,8 +7532,8 @@
|
|
|
7242
7532
|
"repo": "samk-dev/nuxt-vcalendar",
|
|
7243
7533
|
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7244
7534
|
"icon": "vcalendar.png",
|
|
7245
|
-
"github": "https://github.com/samk-dev/vcalendar",
|
|
7246
|
-
"website": "https://github.com/samk-dev/vcalendar",
|
|
7535
|
+
"github": "https://github.com/samk-dev/nuxt-vcalendar",
|
|
7536
|
+
"website": "https://github.com/samk-dev/nuxt-vcalendar",
|
|
7247
7537
|
"learn_more": "",
|
|
7248
7538
|
"category": "Libraries",
|
|
7249
7539
|
"type": "3rd-party",
|
|
@@ -7505,7 +7795,7 @@
|
|
|
7505
7795
|
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
7506
7796
|
"repo": "moritzsternemann/vue-plausible",
|
|
7507
7797
|
"npm": "vue-plausible",
|
|
7508
|
-
"icon": "plausible.
|
|
7798
|
+
"icon": "plausible.svg",
|
|
7509
7799
|
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
7510
7800
|
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
7511
7801
|
"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-05bf5f",
|
|
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": [
|