@nuxt/modules 0.6.0-435293 → 0.6.0-473620

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.
Files changed (2) hide show
  1. package/modules.json +531 -175
  2. package/package.json +1 -1
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": "Devtools",
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": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
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.jhnn.dev/",
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": "Devtools",
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.nuxtjs.org",
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.nuxtjs.org/",
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.nuxtjs.org",
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.jhnn.dev",
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/nuxt-module",
3174
- "npm": "nuxt-module",
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://github.com/manchenkoff/nuxt-auth-sanctum",
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.0.0",
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.dulnan.net",
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": "https://github.com/zadigetvoltaire"
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.",
@@ -4462,7 +4796,7 @@
4462
4796
  {
4463
4797
  "name": "nuxt3-interpolation",
4464
4798
  "description": "",
4465
- "repo": "daliborgogic/interpolation#master",
4799
+ "repo": "daliborgogic/interpolation",
4466
4800
  "npm": "nuxt3-interpolation",
4467
4801
  "icon": "",
4468
4802
  "github": "https://github.com/daliborgogic/interpolation/tree/master",
@@ -4735,6 +5069,28 @@
4735
5069
  "requires": {}
4736
5070
  }
4737
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
+ },
4738
5094
  {
4739
5095
  "name": "persian-datepicker",
4740
5096
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -4761,7 +5117,7 @@
4761
5117
  {
4762
5118
  "name": "pinia-orm",
4763
5119
  "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
4764
- "repo": "CodeDredd/pinia-orm#master/packages/nuxt",
5120
+ "repo": "CodeDredd/pinia-orm#main/packages/nuxt",
4765
5121
  "npm": "@pinia-orm/nuxt",
4766
5122
  "icon": "pinia-orm.svg",
4767
5123
  "github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
@@ -4835,7 +5191,7 @@
4835
5191
  "description": "Nuxt module to natively integrate Plausible analytics",
4836
5192
  "repo": "nuxt-modules/plausible",
4837
5193
  "npm": "@nuxtjs/plausible",
4838
- "icon": "",
5194
+ "icon": "plausible.svg",
4839
5195
  "github": "https://github.com/nuxt-modules/plausible",
4840
5196
  "website": "https://github.com/nuxt-modules/plausible",
4841
5197
  "learn_more": "",
@@ -4843,12 +5199,12 @@
4843
5199
  "type": "community",
4844
5200
  "maintainers": [
4845
5201
  {
4846
- "name": "nuxt-modules",
4847
- "github": "nuxt-modules"
5202
+ "name": "Johann Schopplich",
5203
+ "github": "johannschopplich"
4848
5204
  }
4849
5205
  ],
4850
5206
  "compatibility": {
4851
- "nuxt": "^2.0.0",
5207
+ "nuxt": "^2.0.0 || ^3.0.0",
4852
5208
  "requires": {}
4853
5209
  }
4854
5210
  },
@@ -5640,29 +5996,6 @@
5640
5996
  "requires": {}
5641
5997
  }
5642
5998
  },
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
5999
  {
5667
6000
  "name": "shopify",
5668
6001
  "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
@@ -5685,6 +6018,28 @@
5685
6018
  "requires": {}
5686
6019
  }
5687
6020
  },
6021
+ {
6022
+ "name": "shuimo-ui",
6023
+ "description": "A Chinese Shuimo style component library.",
6024
+ "repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
6025
+ "npm": "@shuimo-design/shuimo-ui-nuxt",
6026
+ "icon": "shuimo-ui.svg",
6027
+ "github": "https://github.com/shuimo-design/shuimo-ui",
6028
+ "website": "https://shuimo.design",
6029
+ "learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
6030
+ "category": "UI",
6031
+ "type": "3rd-party",
6032
+ "maintainers": [
6033
+ {
6034
+ "name": "higuaifan",
6035
+ "github": "higuaifan"
6036
+ }
6037
+ ],
6038
+ "compatibility": {
6039
+ "nuxt": "^3.0.0",
6040
+ "requires": {}
6041
+ }
6042
+ },
5688
6043
  {
5689
6044
  "name": "sidebase-auth",
5690
6045
  "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 +6168,7 @@
5813
6168
  "icon": "snipcart.png",
5814
6169
  "github": "https://github.com/nuxt-modules/snipcart",
5815
6170
  "website": "https://github.com/nuxt-modules/snipcart",
5816
- "learn_more": "https://snipcart.com",
6171
+ "learn_more": "",
5817
6172
  "category": "Ecommerce",
5818
6173
  "type": "community",
5819
6174
  "maintainers": [
@@ -5899,7 +6254,7 @@
5899
6254
  "name": "speedkit",
5900
6255
  "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
5901
6256
  "repo": "GrabarzUndPartner/nuxt-speedkit",
5902
- "npm": "nuxt-speedkit",
6257
+ "npm": "nuxt-booster",
5903
6258
  "icon": "speedkit.png",
5904
6259
  "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
5905
6260
  "website": "https://nuxt-speedkit.grabarzundpartner.dev",
@@ -6219,29 +6574,6 @@
6219
6574
  "requires": {}
6220
6575
  }
6221
6576
  },
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
6577
  {
6246
6578
  "name": "supabase",
6247
6579
  "description": "First class integration with Supabase",
@@ -6364,6 +6696,30 @@
6364
6696
  "requires": {}
6365
6697
  }
6366
6698
  },
6699
+ {
6700
+ "name": "swiftsearch",
6701
+ "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
6702
+ "repo": "atoms-studio/nuxt-swiftsearch",
6703
+ "npm": "@atoms-studio/nuxt-swiftsearch",
6704
+ "icon": "nuxt-swiftsearch.svg",
6705
+ "github": "https://github.com/atoms-studio/nuxt-swiftsearch",
6706
+ "website": "https://nuxt-swiftsearch.netlify.app/",
6707
+ "learn_more": "",
6708
+ "category": "Libraries",
6709
+ "type": "3rd-party",
6710
+ "maintainers": [
6711
+ {
6712
+ "name": "Matteo Rigoni",
6713
+ "github": "rigo-m",
6714
+ "twitter": "MatteoRigoni",
6715
+ "avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
6716
+ }
6717
+ ],
6718
+ "compatibility": {
6719
+ "nuxt": "^3.10.0",
6720
+ "requires": {}
6721
+ }
6722
+ },
6367
6723
  {
6368
6724
  "name": "swiper",
6369
6725
  "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
@@ -6435,6 +6791,37 @@
6435
6791
  "nuxt": "^2.0.0 || ^3.0.0",
6436
6792
  "requires": {},
6437
6793
  "devtools": "^0.0.0"
6794
+ },
6795
+ "aliases": [
6796
+ "tailwind"
6797
+ ]
6798
+ },
6799
+ {
6800
+ "name": "test-utils",
6801
+ "description": "Test utilities for Nuxt",
6802
+ "repo": "nuxt/test-utils#main",
6803
+ "npm": "@nuxt/test-utils",
6804
+ "icon": "nuxt.svg",
6805
+ "github": "https://github.com/nuxt/test-utils",
6806
+ "website": "https://nuxt.com/docs/getting-started/testing",
6807
+ "learn_more": "",
6808
+ "category": "Devtools",
6809
+ "type": "official",
6810
+ "maintainers": [
6811
+ {
6812
+ "name": "Daniel Roe",
6813
+ "github": "danielroe",
6814
+ "twitter": "danielcroe"
6815
+ },
6816
+ {
6817
+ "name": "Anthony Fu",
6818
+ "github": "antfu",
6819
+ "twitter": "antfu7"
6820
+ }
6821
+ ],
6822
+ "compatibility": {
6823
+ "nuxt": "^3.0.0",
6824
+ "requires": {}
6438
6825
  }
6439
6826
  },
6440
6827
  {
@@ -6489,8 +6876,8 @@
6489
6876
  "npm": "nuxt-tiptap-editor",
6490
6877
  "icon": "tiptap.png",
6491
6878
  "github": "https://github.com/modbender/nuxt-tiptap-editor",
6492
- "website": "https://github.com/modbender/nuxt-tiptap-editor",
6493
- "learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
6879
+ "website": "https://nuxt-tiptap-editor.vercel.app",
6880
+ "learn_more": "https://nuxt-tiptap-editor.vercel.app",
6494
6881
  "category": "Libraries",
6495
6882
  "type": "3rd-party",
6496
6883
  "maintainers": [
@@ -6527,6 +6914,28 @@
6527
6914
  "requires": {}
6528
6915
  }
6529
6916
  },
6917
+ {
6918
+ "name": "tradingview",
6919
+ "description": "Use the TradingView Widgets in your Nuxt Application",
6920
+ "repo": "volkanakkus/nuxt-tradingview",
6921
+ "npm": "nuxt-tradingview",
6922
+ "icon": "tradingview.svg",
6923
+ "github": "https://github.com/volkanakkus/nuxt-tradingview",
6924
+ "website": "https://nuxt-tradingview.volkanakkus.com",
6925
+ "learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
6926
+ "category": "Extensions",
6927
+ "type": "3rd-party",
6928
+ "maintainers": [
6929
+ {
6930
+ "name": "Volkan Akkuş",
6931
+ "github": "volkanakkus"
6932
+ }
6933
+ ],
6934
+ "compatibility": {
6935
+ "nuxt": "^3.0.0",
6936
+ "requires": {}
6937
+ }
6938
+ },
6530
6939
  {
6531
6940
  "name": "translation-manager",
6532
6941
  "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
@@ -6928,32 +7337,6 @@
6928
7337
  "requires": {}
6929
7338
  }
6930
7339
  },
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
7340
  {
6958
7341
  "name": "unocss",
6959
7342
  "description": "The instant on-demand atomic CSS engine.",
@@ -6988,8 +7371,8 @@
6988
7371
  "npm": "nuxt-ununura",
6989
7372
  "icon": "ununuracss.png",
6990
7373
  "github": "https://github.com/novout/ununuracss",
6991
- "website": "https://ununura.com/#/",
6992
- "learn_more": "https://ununura.com/#/docs/why",
7374
+ "website": "https://github.com/novout/ununuracss",
7375
+ "learn_more": "https://github.com/novout/ununuracss",
6993
7376
  "category": "UI",
6994
7377
  "type": "3rd-party",
6995
7378
  "maintainers": [
@@ -7004,6 +7387,28 @@
7004
7387
  "requires": {}
7005
7388
  }
7006
7389
  },
7390
+ {
7391
+ "name": "use-bootstrap",
7392
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
7393
+ "repo": "simplise/use-bootstrap",
7394
+ "npm": "usebootstrap",
7395
+ "icon": "use-bootstrap.svg",
7396
+ "github": "https://github.com/simplise/use-bootstrap",
7397
+ "website": "https://usebootstrap.org/",
7398
+ "learn_more": "https://usebootstrap.org/",
7399
+ "category": "UI",
7400
+ "type": "3rd-party",
7401
+ "maintainers": [
7402
+ {
7403
+ "name": "KoujiSano",
7404
+ "github": "KoujiSano"
7405
+ }
7406
+ ],
7407
+ "compatibility": {
7408
+ "nuxt": "^3.0.0",
7409
+ "requires": {}
7410
+ }
7411
+ },
7007
7412
  {
7008
7413
  "name": "use-wagmi",
7009
7414
  "description": "Vue Composition for Ethereum based on wagmi",
@@ -7050,28 +7455,6 @@
7050
7455
  "requires": {}
7051
7456
  }
7052
7457
  },
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
7458
  {
7076
7459
  "name": "vant",
7077
7460
  "description": "A lightweight, customizable Vue UI library for mobile web apps.",
@@ -7126,8 +7509,8 @@
7126
7509
  "repo": "samk-dev/nuxt-vcalendar",
7127
7510
  "npm": "@samk-dev/nuxt-vcalendar",
7128
7511
  "icon": "vcalendar.png",
7129
- "github": "https://github.com/samk-dev/vcalendar",
7130
- "website": "https://github.com/samk-dev/vcalendar",
7512
+ "github": "https://github.com/samk-dev/nuxt-vcalendar",
7513
+ "website": "https://github.com/samk-dev/nuxt-vcalendar",
7131
7514
  "learn_more": "",
7132
7515
  "category": "Libraries",
7133
7516
  "type": "3rd-party",
@@ -7260,33 +7643,6 @@
7260
7643
  "requires": {}
7261
7644
  }
7262
7645
  },
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
7646
  {
7291
7647
  "name": "vue-email",
7292
7648
  "description": "💌 Write email templates with vue",
@@ -7416,7 +7772,7 @@
7416
7772
  "description": "Plausible analytics for Vue.js and Nuxt",
7417
7773
  "repo": "moritzsternemann/vue-plausible",
7418
7774
  "npm": "vue-plausible",
7419
- "icon": "plausible.png",
7775
+ "icon": "plausible.svg",
7420
7776
  "github": "https://github.com/moritzsternemann/vue-plausible",
7421
7777
  "website": "https://github.com/moritzsternemann/vue-plausible",
7422
7778
  "learn_more": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-435293",
3
+ "version": "0.6.0-473620",
4
4
  "license": "MIT",
5
5
  "repository": "nuxt/modules",
6
6
  "homepage": "https://nuxt.com/modules",