@nuxt/modules 0.6.0-2e1ad4 → 0.6.0-2ed9a0

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 +674 -173
  2. package/package.json +8 -5
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",
@@ -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.",
@@ -2412,7 +2540,7 @@
2412
2540
  "icon": "",
2413
2541
  "github": "https://github.com/LuXDAmore/nuxt-humans-txt",
2414
2542
  "website": "https://luxdamore.github.io/nuxt-humans-txt/",
2415
- "learn_more": "https://humanstxt.org/",
2543
+ "learn_more": "",
2416
2544
  "category": "SEO",
2417
2545
  "type": "3rd-party",
2418
2546
  "maintainers": [
@@ -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",
@@ -3027,6 +3155,30 @@
3027
3155
  "requires": {}
3028
3156
  }
3029
3157
  },
3158
+ {
3159
+ "name": "logto",
3160
+ "description": "The better Nuxt auth module for developers.",
3161
+ "repo": "logto-io/js#master/packages/nuxt",
3162
+ "npm": "@logto/nuxt",
3163
+ "icon": "logto.svg",
3164
+ "github": "https://github.com/logto-io/js/tree/master/packages/nuxt",
3165
+ "website": "https://logto.io",
3166
+ "learn_more": "https://docs.logto.io",
3167
+ "category": "Security",
3168
+ "type": "3rd-party",
3169
+ "maintainers": [
3170
+ {
3171
+ "name": "logto",
3172
+ "github": "logto-io",
3173
+ "twitter": "logto_io"
3174
+ }
3175
+ ],
3176
+ "compatibility": {
3177
+ "nuxt": "^3.0.0",
3178
+ "requires": {}
3179
+ },
3180
+ "sponsor": true
3181
+ },
3030
3182
  {
3031
3183
  "name": "lucide-icons",
3032
3184
  "description": "Nuxt module to integrate Lucide icons",
@@ -3098,6 +3250,29 @@
3098
3250
  "requires": {}
3099
3251
  }
3100
3252
  },
3253
+ {
3254
+ "name": "mailpit",
3255
+ "description": "Integrates Mailpit web UI in Nuxt devtools",
3256
+ "repo": "tdolsen/nuxt-mailpit",
3257
+ "npm": "nuxt-mailpit",
3258
+ "icon": "mailpit.svg",
3259
+ "github": "https://github.com/tdolsen/nuxt-mailpit",
3260
+ "website": "https://github.com/tdolsen/nuxt-mailpit",
3261
+ "learn_more": "https://github.com/tdolsen/nuxt-mailpit",
3262
+ "category": "Devtools",
3263
+ "type": "3rd-party",
3264
+ "maintainers": [
3265
+ {
3266
+ "name": "Torkild Dyvik Olsen",
3267
+ "github": "tdolsen",
3268
+ "twitter": "tdolsen"
3269
+ }
3270
+ ],
3271
+ "compatibility": {
3272
+ "nuxt": "^3.8.0",
3273
+ "requires": {}
3274
+ }
3275
+ },
3101
3276
  {
3102
3277
  "name": "markdownit",
3103
3278
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -3170,8 +3345,8 @@
3170
3345
  {
3171
3346
  "name": "maz-ui",
3172
3347
  "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",
3348
+ "repo": "louismazel/maz-ui#master/packages/lib",
3349
+ "npm": "maz-ui",
3175
3350
  "icon": "maz-ui.png",
3176
3351
  "github": "https://github.com/louismazel/maz-ui",
3177
3352
  "website": "https://maz-ui.com/",
@@ -3189,6 +3364,28 @@
3189
3364
  "requires": {}
3190
3365
  }
3191
3366
  },
3367
+ {
3368
+ "name": "mdc",
3369
+ "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
3370
+ "repo": "nuxt-modules/mdc",
3371
+ "npm": "@nuxtjs/mdc",
3372
+ "icon": "mdc.png",
3373
+ "github": "https://github.com/nuxt-modules/mdc",
3374
+ "website": "https://github.com/nuxt-modules/mdc",
3375
+ "learn_more": "",
3376
+ "category": "Extensions",
3377
+ "type": "community",
3378
+ "maintainers": [
3379
+ {
3380
+ "name": "farnabaz",
3381
+ "github": "farnabaz"
3382
+ }
3383
+ ],
3384
+ "compatibility": {
3385
+ "nuxt": "^3.0.0",
3386
+ "requires": {}
3387
+ }
3388
+ },
3192
3389
  {
3193
3390
  "name": "mdx",
3194
3391
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -3308,6 +3505,28 @@
3308
3505
  "requires": {}
3309
3506
  }
3310
3507
  },
3508
+ {
3509
+ "name": "mojocss",
3510
+ "description": "The Atomic CSS Framework for crafting gorgeous UIs without shipping any CSS.",
3511
+ "repo": "mojocss/mojocss-nuxt-module",
3512
+ "npm": "@mojocss/nuxt",
3513
+ "icon": "mojocss.svg",
3514
+ "github": "https://github.com/mojocss/mojocss-nuxt-module",
3515
+ "website": "https://mojocss.com/docs/guide/nuxtjs",
3516
+ "learn_more": "",
3517
+ "category": "UI",
3518
+ "type": "3rd-party",
3519
+ "maintainers": [
3520
+ {
3521
+ "name": "mojocss",
3522
+ "github": "mojocss"
3523
+ }
3524
+ ],
3525
+ "compatibility": {
3526
+ "nuxt": "^2.0.0 || ^3.0.0",
3527
+ "requires": {}
3528
+ }
3529
+ },
3311
3530
  {
3312
3531
  "name": "moment",
3313
3532
  "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
@@ -3357,6 +3576,28 @@
3357
3576
  "requires": {}
3358
3577
  }
3359
3578
  },
3579
+ {
3580
+ "name": "neo4j",
3581
+ "description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
3582
+ "repo": "arashsheyda/nuxt-neo4j",
3583
+ "npm": "nuxt-neo4j",
3584
+ "icon": "nuxt-neo4j.png",
3585
+ "github": "https://github.com/arashsheyda/nuxt-neo4j",
3586
+ "website": "https://github.com/arashsheyda/nuxt-neo4j",
3587
+ "learn_more": "",
3588
+ "category": "Database",
3589
+ "type": "3rd-party",
3590
+ "maintainers": [
3591
+ {
3592
+ "name": "arashsheyda",
3593
+ "github": "arashsheyda"
3594
+ }
3595
+ ],
3596
+ "compatibility": {
3597
+ "nuxt": "^3.0.0",
3598
+ "requires": {}
3599
+ }
3600
+ },
3360
3601
  {
3361
3602
  "name": "netlify-cache",
3362
3603
  "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
@@ -3426,29 +3667,23 @@
3426
3667
  },
3427
3668
  {
3428
3669
  "name": "ngrok",
3429
- "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",
3430
- "repo": "nuxt-community/ngrok",
3670
+ "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.",
3671
+ "repo": "nuxt-modules/ngrok",
3431
3672
  "npm": "@nuxtjs/ngrok",
3432
- "icon": "ngrok.png",
3433
- "github": "https://github.com/nuxt-community/ngrok-module",
3434
- "website": "https://ngrok.nuxtjs.org",
3435
- "learn_more": "https://github.com/bubenshchykov/ngrok",
3673
+ "icon": "ngrok.svg",
3674
+ "github": "https://github.com/nuxt-modules/ngrok",
3675
+ "website": "https://ngrok.nuxtjs.org/",
3676
+ "learn_more": "https://ngrok.com/",
3436
3677
  "category": "Devtools",
3437
3678
  "type": "community",
3438
3679
  "maintainers": [
3439
3680
  {
3440
- "name": "Debbie O'Brien",
3441
- "github": "debs-obrien",
3442
- "twitter": "debs_obrien"
3443
- },
3444
- {
3445
- "name": "Pooya Parsa",
3446
- "github": "pi0",
3447
- "twitter": "_pi0_"
3681
+ "name": "Arash Sheyda",
3682
+ "github": "arashsheyda"
3448
3683
  }
3449
3684
  ],
3450
3685
  "compatibility": {
3451
- "nuxt": "^2.0.0",
3686
+ "nuxt": "^3.0.0",
3452
3687
  "requires": {}
3453
3688
  }
3454
3689
  },
@@ -3593,7 +3828,7 @@
3593
3828
  "npm": "nuxt-bezier",
3594
3829
  "icon": "nuxt-bezier.png",
3595
3830
  "github": "https://github.com/50rayn/nuxt-bezier",
3596
- "website": "https://50rayn.github.io/nuxt-bezier/",
3831
+ "website": "https://github.com/50rayn/nuxt-bezier",
3597
3832
  "learn_more": "https://github.com/Noction/vue-bezier",
3598
3833
  "category": "UI",
3599
3834
  "type": "3rd-party",
@@ -3608,6 +3843,35 @@
3608
3843
  "requires": {}
3609
3844
  }
3610
3845
  },
3846
+ {
3847
+ "name": "nuxt-booster",
3848
+ "description": "nuxt-booster will help you to improve the lighthouse performance score (100/100) of your website.",
3849
+ "repo": "basics/nuxt-booster",
3850
+ "npm": "nuxt-booster",
3851
+ "icon": "nuxt-booster.svg",
3852
+ "github": "https://github.com/basics/nuxt-booster",
3853
+ "website": "https://basics.github.io/nuxt-booster/",
3854
+ "learn_more": "https://basics.github.io/nuxt-booster/",
3855
+ "category": "Performance",
3856
+ "type": "3rd-party",
3857
+ "maintainers": [
3858
+ {
3859
+ "name": "Thorn Walli",
3860
+ "github": "ThornWalli",
3861
+ "avatar": "https://avatars.githubusercontent.com/u/8287751?v=4"
3862
+ },
3863
+ {
3864
+ "name": "Stephan Gerbeth",
3865
+ "github": "StephanGerbeth",
3866
+ "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
3867
+ }
3868
+ ],
3869
+ "compatibility": {
3870
+ "nuxt": "^3.0.0",
3871
+ "requires": {},
3872
+ "devtools": "^0.0.0"
3873
+ }
3874
+ },
3611
3875
  {
3612
3876
  "name": "nuxt-bootstrap-icons",
3613
3877
  "description": "Just a simple integration for Bootstrap Icons",
@@ -3744,6 +4008,51 @@
3744
4008
  "requires": {}
3745
4009
  }
3746
4010
  },
4011
+ {
4012
+ "name": "nuxt-file-storage",
4013
+ "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.",
4014
+ "repo": "nyllre/nuxt-file-storage",
4015
+ "npm": "nuxt-file-storage",
4016
+ "icon": "nuxt-file-storage.svg",
4017
+ "github": "https://github.com/nyllre/nuxt-file-storage",
4018
+ "website": "https://github.com/nyllre/nuxt-file-storage",
4019
+ "learn_more": "https://github.com/nyllre/nuxt-file-storage",
4020
+ "category": "Database",
4021
+ "type": "3rd-party",
4022
+ "maintainers": [
4023
+ {
4024
+ "name": "NyllRE",
4025
+ "github": "NyllRE"
4026
+ }
4027
+ ],
4028
+ "compatibility": {
4029
+ "nuxt": "^3.0.0",
4030
+ "requires": {}
4031
+ }
4032
+ },
4033
+ {
4034
+ "name": "nuxt-fontawesome",
4035
+ "description": "Module to use Font Awesome 6 icons in your Nuxt project",
4036
+ "repo": "bezumkin/nuxt-fontawesome",
4037
+ "npm": "@vesp/nuxt-fontawesome",
4038
+ "icon": "nuxt-fontawesome.svg",
4039
+ "github": "https://github.com/bezumkin/nuxt-fontawesome",
4040
+ "website": "https://github.com/bezumkin/nuxt-fontawesome",
4041
+ "learn_more": "https://fontawesome.com",
4042
+ "category": "UI",
4043
+ "type": "3rd-party",
4044
+ "maintainers": [
4045
+ {
4046
+ "name": "Vasily Naumkin",
4047
+ "github": "bezumkin",
4048
+ "avatar": "https://avatars.githubusercontent.com/u/1257284"
4049
+ }
4050
+ ],
4051
+ "compatibility": {
4052
+ "nuxt": "^3.0.0",
4053
+ "requires": {}
4054
+ }
4055
+ },
3747
4056
  {
3748
4057
  "name": "nuxt-graphql-middleware",
3749
4058
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3751,7 +4060,7 @@
3751
4060
  "npm": "nuxt-graphql-middleware",
3752
4061
  "icon": "nuxt-graphql-middleware.svg",
3753
4062
  "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3754
- "website": "https://nuxt-graphql-middleware.dulnan.net",
4063
+ "website": "https://github.com/dulnan/nuxt-graphql-middleware",
3755
4064
  "learn_more": "",
3756
4065
  "category": "Request",
3757
4066
  "type": "3rd-party",
@@ -3809,7 +4118,7 @@
3809
4118
  "maintainers": [
3810
4119
  {
3811
4120
  "name": "Zadig&Voltaire Team",
3812
- "github": "https://github.com/zadigetvoltaire"
4121
+ "github": "zadigetvoltaire"
3813
4122
  }
3814
4123
  ],
3815
4124
  "compatibility": {
@@ -3893,8 +4202,8 @@
3893
4202
  "npm": "@nuxtus/nuxt-localtunnel",
3894
4203
  "icon": "nuxt-localtunnel.svg",
3895
4204
  "github": "https://github.com/nuxtus/localtunnel",
3896
- "website": "https://docs.nuxtus.com",
3897
- "learn_more": "https://docs.nuxtus.com/localtunnel.html",
4205
+ "website": "https://github.com/nuxtus/localtunnel",
4206
+ "learn_more": "",
3898
4207
  "category": "Devtools",
3899
4208
  "type": "3rd-party",
3900
4209
  "maintainers": [
@@ -3998,6 +4307,29 @@
3998
4307
  "requires": {}
3999
4308
  }
4000
4309
  },
4310
+ {
4311
+ "name": "nuxt-meta-pixel",
4312
+ "description": "Meta (Facebook) pixel integration for Nuxt. Multi-pixel, auto page view and more.",
4313
+ "repo": "tanukijs/meta-pixel#dev/packages/nuxt-meta-pixel",
4314
+ "npm": "nuxt-meta-pixel",
4315
+ "icon": "",
4316
+ "github": "https://github.com/tanukijs/meta-pixel",
4317
+ "website": "https://github.com/tanukijs/meta-pixel",
4318
+ "learn_more": "https://github.com/tanukijs/meta-pixel/tree/dev/packages/nuxt-meta-pixel",
4319
+ "category": "Analytics",
4320
+ "type": "3rd-party",
4321
+ "maintainers": [
4322
+ {
4323
+ "name": "tanukijs",
4324
+ "github": "tanukijs",
4325
+ "avatar": "https://avatars.githubusercontent.com/u/25182349?v=4"
4326
+ }
4327
+ ],
4328
+ "compatibility": {
4329
+ "nuxt": "^3.0.0",
4330
+ "requires": {}
4331
+ }
4332
+ },
4001
4333
  {
4002
4334
  "name": "nuxt-monaco-editor",
4003
4335
  "description": "Integrate monaco-editor with Nuxt",
@@ -4138,6 +4470,29 @@
4138
4470
  "requires": {}
4139
4471
  }
4140
4472
  },
4473
+ {
4474
+ "name": "nuxt-pdf-frame",
4475
+ "description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
4476
+ "repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
4477
+ "npm": "@i2d/nuxt-pdf-frame",
4478
+ "icon": "pdf-frame.svg",
4479
+ "github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
4480
+ "website": "https://www.pdf-frame.org",
4481
+ "learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
4482
+ "category": "Libraries",
4483
+ "type": "3rd-party",
4484
+ "maintainers": [
4485
+ {
4486
+ "name": "Narayana Swamy",
4487
+ "github": "nswamy14",
4488
+ "email": "narayanaswamy14@gmail.com"
4489
+ }
4490
+ ],
4491
+ "compatibility": {
4492
+ "nuxt": "^3.0.0",
4493
+ "requires": {}
4494
+ }
4495
+ },
4141
4496
  {
4142
4497
  "name": "nuxt-pdf",
4143
4498
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -4205,28 +4560,6 @@
4205
4560
  "requires": {}
4206
4561
  }
4207
4562
  },
4208
- {
4209
- "name": "plausible",
4210
- "description": "Nuxt module to natively integrate Plausible analytics",
4211
- "repo": "nuxt-modules/plausible",
4212
- "npm": "@nuxtjs/plausible",
4213
- "icon": "plausible.png",
4214
- "github": "https://github.com/nuxt-modules/plausible",
4215
- "website": "https://github.com/nuxt-modules/plausible",
4216
- "learn_more": "https://plausible.io/",
4217
- "category": "Analytics",
4218
- "type": "community",
4219
- "maintainers": [
4220
- {
4221
- "name": "Johann Schopplich",
4222
- "github": "johannschopplich"
4223
- }
4224
- ],
4225
- "compatibility": {
4226
- "nuxt": "^3.0.0",
4227
- "requires": {}
4228
- }
4229
- },
4230
4563
  {
4231
4564
  "name": "nuxt-plotly",
4232
4565
  "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
@@ -4484,6 +4817,28 @@
4484
4817
  "requires": {}
4485
4818
  }
4486
4819
  },
4820
+ {
4821
+ "name": "nuxt-uswds",
4822
+ "description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
4823
+ "repo": "patrickcate/nuxt-uswds",
4824
+ "npm": "nuxt-uswds",
4825
+ "icon": "nuxt-uswds.svg",
4826
+ "github": "https://github.com/patrickcate/nuxt-uswds",
4827
+ "website": "https://github.com/patrickcate/nuxt-uswds",
4828
+ "learn_more": "",
4829
+ "category": "UI",
4830
+ "type": "3rd-party",
4831
+ "maintainers": [
4832
+ {
4833
+ "name": "Patrick Cate",
4834
+ "github": "patrickcate"
4835
+ }
4836
+ ],
4837
+ "compatibility": {
4838
+ "nuxt": "^3.0.0",
4839
+ "requires": {}
4840
+ }
4841
+ },
4487
4842
  {
4488
4843
  "name": "nuxt-viewport",
4489
4844
  "description": "Define custom viewports for your Nuxt project",
@@ -4552,10 +4907,38 @@
4552
4907
  "requires": {}
4553
4908
  }
4554
4909
  },
4910
+ {
4911
+ "name": "nuxt2-ngrok",
4912
+ "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",
4913
+ "repo": "nuxt-community/ngrok",
4914
+ "npm": "@nuxtjs/ngrok",
4915
+ "icon": "ngrok.png",
4916
+ "github": "https://github.com/nuxt-community/ngrok-module",
4917
+ "website": "https://ngrok.nuxtjs.org",
4918
+ "learn_more": "https://github.com/bubenshchykov/ngrok",
4919
+ "category": "Devtools",
4920
+ "type": "community",
4921
+ "maintainers": [
4922
+ {
4923
+ "name": "Debbie O'Brien",
4924
+ "github": "debs-obrien",
4925
+ "twitter": "debs_obrien"
4926
+ },
4927
+ {
4928
+ "name": "Pooya Parsa",
4929
+ "github": "pi0",
4930
+ "twitter": "_pi0_"
4931
+ }
4932
+ ],
4933
+ "compatibility": {
4934
+ "nuxt": "^2.0.0",
4935
+ "requires": {}
4936
+ }
4937
+ },
4555
4938
  {
4556
4939
  "name": "nuxt3-interpolation",
4557
4940
  "description": "",
4558
- "repo": "daliborgogic/interpolation#master",
4941
+ "repo": "daliborgogic/interpolation",
4559
4942
  "npm": "nuxt3-interpolation",
4560
4943
  "icon": "",
4561
4944
  "github": "https://github.com/daliborgogic/interpolation/tree/master",
@@ -4581,7 +4964,7 @@
4581
4964
  "npm": "nuxt3-leaflet",
4582
4965
  "icon": "leaflet.png",
4583
4966
  "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4584
- "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4967
+ "website": "https://gugustinette.github.io/Nuxt-Leaflet",
4585
4968
  "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4586
4969
  "category": "Libraries",
4587
4970
  "type": "3rd-party",
@@ -4828,6 +5211,28 @@
4828
5211
  "requires": {}
4829
5212
  }
4830
5213
  },
5214
+ {
5215
+ "name": "pergel",
5216
+ "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
5217
+ "repo": "oku-ui/pergel#main/packages-core/pergel",
5218
+ "npm": "pergel",
5219
+ "icon": "pergel.svg",
5220
+ "github": "https://github.com/oku-ui/pergel",
5221
+ "website": "https://oku-ui.com/pergel",
5222
+ "learn_more": "",
5223
+ "category": "Devtools",
5224
+ "type": "3rd-party",
5225
+ "maintainers": [
5226
+ {
5227
+ "name": "Mehmet - productdevbook",
5228
+ "github": "productdevbook"
5229
+ }
5230
+ ],
5231
+ "compatibility": {
5232
+ "nuxt": "^3.10.0",
5233
+ "requires": {}
5234
+ }
5235
+ },
4831
5236
  {
4832
5237
  "name": "persian-datepicker",
4833
5238
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -4854,7 +5259,7 @@
4854
5259
  {
4855
5260
  "name": "pinia-orm",
4856
5261
  "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
4857
- "repo": "CodeDredd/pinia-orm#master/packages/nuxt",
5262
+ "repo": "CodeDredd/pinia-orm#main/packages/nuxt",
4858
5263
  "npm": "@pinia-orm/nuxt",
4859
5264
  "icon": "pinia-orm.svg",
4860
5265
  "github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
@@ -4928,20 +5333,20 @@
4928
5333
  "description": "Nuxt module to natively integrate Plausible analytics",
4929
5334
  "repo": "nuxt-modules/plausible",
4930
5335
  "npm": "@nuxtjs/plausible",
4931
- "icon": "",
5336
+ "icon": "plausible.svg",
4932
5337
  "github": "https://github.com/nuxt-modules/plausible",
4933
5338
  "website": "https://github.com/nuxt-modules/plausible",
4934
5339
  "learn_more": "",
4935
- "category": "Devtools",
5340
+ "category": "Analytics",
4936
5341
  "type": "community",
4937
5342
  "maintainers": [
4938
5343
  {
4939
- "name": "nuxt-modules",
4940
- "github": "nuxt-modules"
5344
+ "name": "Johann Schopplich",
5345
+ "github": "johannschopplich"
4941
5346
  }
4942
5347
  ],
4943
5348
  "compatibility": {
4944
- "nuxt": "^2.0.0",
5349
+ "nuxt": "^2.0.0 || ^3.0.0",
4945
5350
  "requires": {}
4946
5351
  }
4947
5352
  },
@@ -5483,6 +5888,29 @@
5483
5888
  }
5484
5889
  }
5485
5890
  },
5891
+ {
5892
+ "name": "scalar",
5893
+ "description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
5894
+ "repo": "scalar/scalar#main/packages/nuxt",
5895
+ "npm": "@scalar/nuxt",
5896
+ "icon": "scalar.svg",
5897
+ "github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
5898
+ "website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
5899
+ "learn_more": "https://scalar.com",
5900
+ "category": "Devtools",
5901
+ "type": "3rd-party",
5902
+ "maintainers": [
5903
+ {
5904
+ "name": "scalar",
5905
+ "github": "scalar",
5906
+ "twitter": "scalar"
5907
+ }
5908
+ ],
5909
+ "compatibility": {
5910
+ "nuxt": "^3.0.0",
5911
+ "requires": {}
5912
+ }
5913
+ },
5486
5914
  {
5487
5915
  "name": "schema-org",
5488
5916
  "description": "Quick and easy Schema.org graphs.",
@@ -5507,6 +5935,29 @@
5507
5935
  "requires": {}
5508
5936
  }
5509
5937
  },
5938
+ {
5939
+ "name": "scripts",
5940
+ "description": "Plug-and-play script optimization for Nuxt applications.",
5941
+ "repo": "nuxt/scripts",
5942
+ "npm": "@nuxt/scripts",
5943
+ "icon": "nuxt.svg",
5944
+ "github": "https://github.com/nuxt/scripts",
5945
+ "website": "https://scripts.nuxt.com",
5946
+ "learn_more": "",
5947
+ "category": "Libraries",
5948
+ "type": "official",
5949
+ "maintainers": [
5950
+ {
5951
+ "name": "Harlan Wilton",
5952
+ "github": "harlan-zw",
5953
+ "twitter": "harlan_zw"
5954
+ }
5955
+ ],
5956
+ "compatibility": {
5957
+ "nuxt": "^3.0.0",
5958
+ "requires": {}
5959
+ }
5960
+ },
5510
5961
  {
5511
5962
  "name": "scss-to-js",
5512
5963
  "description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
@@ -5734,21 +6185,25 @@
5734
6185
  }
5735
6186
  },
5736
6187
  {
5737
- "name": "session",
5738
- "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",
5739
- "repo": "sidebase/nuxt-session",
5740
- "npm": "@sidebase/nuxt-session",
5741
- "icon": "session.png",
5742
- "github": "https://github.com/sidebase/nuxt-session",
5743
- "website": "https://github.com/sidebase/nuxt-session",
5744
- "learn_more": "https://github.com/sidebase",
5745
- "category": "Security",
6188
+ "name": "shadcn",
6189
+ "description": "Re-usable components built with Radix Vue and Tailwind CSS.",
6190
+ "repo": "radix-vue/shadcn-vue#dev/packages/module",
6191
+ "npm": "shadcn-nuxt",
6192
+ "icon": "",
6193
+ "github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
6194
+ "website": "https://www.shadcn-vue.com",
6195
+ "learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
6196
+ "category": "UI",
5746
6197
  "type": "3rd-party",
5747
6198
  "maintainers": [
5748
6199
  {
5749
- "name": "sidebase",
5750
- "github": "sidebase",
5751
- "twitter": "sidebase_io"
6200
+ "name": "Zernonia",
6201
+ "github": "zernonia",
6202
+ "twitter": "zernonia"
6203
+ },
6204
+ {
6205
+ "name": "Sadegh Barati",
6206
+ "github": "sadeghbarati"
5752
6207
  }
5753
6208
  ],
5754
6209
  "compatibility": {
@@ -5778,6 +6233,28 @@
5778
6233
  "requires": {}
5779
6234
  }
5780
6235
  },
6236
+ {
6237
+ "name": "shuimo-ui",
6238
+ "description": "A Chinese Shuimo style component library.",
6239
+ "repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
6240
+ "npm": "@shuimo-design/shuimo-ui-nuxt",
6241
+ "icon": "shuimo-ui.svg",
6242
+ "github": "https://github.com/shuimo-design/shuimo-ui",
6243
+ "website": "https://github.com/shuimo-design/shuimo-ui",
6244
+ "learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
6245
+ "category": "UI",
6246
+ "type": "3rd-party",
6247
+ "maintainers": [
6248
+ {
6249
+ "name": "higuaifan",
6250
+ "github": "higuaifan"
6251
+ }
6252
+ ],
6253
+ "compatibility": {
6254
+ "nuxt": "^3.0.0",
6255
+ "requires": {}
6256
+ }
6257
+ },
5781
6258
  {
5782
6259
  "name": "sidebase-auth",
5783
6260
  "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.",
@@ -5906,7 +6383,7 @@
5906
6383
  "icon": "snipcart.png",
5907
6384
  "github": "https://github.com/nuxt-modules/snipcart",
5908
6385
  "website": "https://github.com/nuxt-modules/snipcart",
5909
- "learn_more": "https://snipcart.com",
6386
+ "learn_more": "",
5910
6387
  "category": "Ecommerce",
5911
6388
  "type": "community",
5912
6389
  "maintainers": [
@@ -5988,39 +6465,6 @@
5988
6465
  "requires": {}
5989
6466
  }
5990
6467
  },
5991
- {
5992
- "name": "speedkit",
5993
- "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
5994
- "repo": "GrabarzUndPartner/nuxt-speedkit",
5995
- "npm": "nuxt-speedkit",
5996
- "icon": "speedkit.png",
5997
- "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
5998
- "website": "https://nuxt-speedkit.grabarzundpartner.dev",
5999
- "learn_more": "",
6000
- "category": "Performance",
6001
- "type": "3rd-party",
6002
- "maintainers": [
6003
- {
6004
- "name": "Stephan Gerbeth",
6005
- "github": "StephanGerbeth",
6006
- "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
6007
- },
6008
- {
6009
- "name": "Thorn Walli",
6010
- "github": "ThornWalli",
6011
- "avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
6012
- },
6013
- {
6014
- "name": "Grabarz & Partner",
6015
- "github": "GrabarzUndPartner",
6016
- "avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
6017
- }
6018
- ],
6019
- "compatibility": {
6020
- "nuxt": "^2.0.0",
6021
- "requires": {}
6022
- }
6023
- },
6024
6468
  {
6025
6469
  "name": "ssr-lit",
6026
6470
  "description": "",
@@ -6067,23 +6511,29 @@
6067
6511
  },
6068
6512
  {
6069
6513
  "name": "storefront-ui",
6070
- "description": "Storefront UI Module for Nuxt",
6071
- "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
6514
+ "description": "Storefront UI for Nuxt by Alokai",
6515
+ "repo": "vuestorefront/storefront-ui#v2-develop/packages/sfui/frameworks/nuxt",
6072
6516
  "npm": "@storefront-ui/nuxt",
6073
6517
  "icon": "storefront-ui.svg",
6074
- "github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
6075
- "website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
6076
- "learn_more": "https://docs.storefrontui.io/",
6518
+ "github": "https://github.com/vuestorefront/storefront-ui",
6519
+ "website": "https://docs.storefrontui.io/v2/",
6520
+ "learn_more": "https://docs.storefrontui.io/v2/getting-started/vue#nuxt-3",
6077
6521
  "category": "UI",
6078
6522
  "type": "3rd-party",
6079
6523
  "maintainers": [
6080
6524
  {
6081
- "name": "Jakub Andrzejewski",
6082
- "github": "Baroshem"
6525
+ "name": "Szymon Dziewoński",
6526
+ "github": "Szymon-dziewonski",
6527
+ "avatar": "https://avatars.githubusercontent.com/u/2566152?v=4"
6528
+ },
6529
+ {
6530
+ "name": "Jakub Freisler",
6531
+ "github": "FRSgit",
6532
+ "avatar": "https://avatars.githubusercontent.com/u/10456649?v=4"
6083
6533
  }
6084
6534
  ],
6085
6535
  "compatibility": {
6086
- "nuxt": "^2.0.0",
6536
+ "nuxt": "^3.0.0",
6087
6537
  "requires": {}
6088
6538
  }
6089
6539
  },
@@ -6312,29 +6762,6 @@
6312
6762
  "requires": {}
6313
6763
  }
6314
6764
  },
6315
- {
6316
- "name": "stylify",
6317
- "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
6318
- "repo": "stylify/packages#master/packages/nuxt",
6319
- "npm": "@stylify/nuxt",
6320
- "icon": "stylify.svg",
6321
- "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
6322
- "website": "https://stylifycss.com/docs/nuxt",
6323
- "learn_more": "https://stylifycss.com",
6324
- "category": "UI",
6325
- "type": "3rd-party",
6326
- "maintainers": [
6327
- {
6328
- "name": "Vladimír Macháček",
6329
- "github": "Machy8",
6330
- "twitter": "8machy"
6331
- }
6332
- ],
6333
- "compatibility": {
6334
- "nuxt": "^2.0.0 || ^3.0.0",
6335
- "requires": {}
6336
- }
6337
- },
6338
6765
  {
6339
6766
  "name": "supabase",
6340
6767
  "description": "First class integration with Supabase",
@@ -6368,6 +6795,29 @@
6368
6795
  "requires": {}
6369
6796
  }
6370
6797
  },
6798
+ {
6799
+ "name": "surrealdb",
6800
+ "description": "A Nuxt module aimed to simplify the use of SurrealDB",
6801
+ "repo": "sandros94/nuxt-surrealdb",
6802
+ "npm": "nuxt-surrealdb",
6803
+ "icon": "surrealdb.png",
6804
+ "github": "https://github.com/sandros94/nuxt-surrealdb",
6805
+ "website": "https://github.com/sandros94/nuxt-surrealdb",
6806
+ "learn_more": "",
6807
+ "category": "Database",
6808
+ "type": "3rd-party",
6809
+ "maintainers": [
6810
+ {
6811
+ "name": "Sandro Circi",
6812
+ "github": "sandros94",
6813
+ "avatar": "https://avatars.githubusercontent.com/u/13056429"
6814
+ }
6815
+ ],
6816
+ "compatibility": {
6817
+ "nuxt": "^3.10.0",
6818
+ "requires": {}
6819
+ }
6820
+ },
6371
6821
  {
6372
6822
  "name": "svg-loader",
6373
6823
  "description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
@@ -6457,6 +6907,30 @@
6457
6907
  "requires": {}
6458
6908
  }
6459
6909
  },
6910
+ {
6911
+ "name": "swiftsearch",
6912
+ "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
6913
+ "repo": "atoms-studio/nuxt-swiftsearch",
6914
+ "npm": "@atoms-studio/nuxt-swiftsearch",
6915
+ "icon": "nuxt-swiftsearch.svg",
6916
+ "github": "https://github.com/atoms-studio/nuxt-swiftsearch",
6917
+ "website": "https://nuxt-swiftsearch.netlify.app/",
6918
+ "learn_more": "",
6919
+ "category": "Libraries",
6920
+ "type": "3rd-party",
6921
+ "maintainers": [
6922
+ {
6923
+ "name": "Matteo Rigoni",
6924
+ "github": "rigo-m",
6925
+ "twitter": "MatteoRigoni",
6926
+ "avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
6927
+ }
6928
+ ],
6929
+ "compatibility": {
6930
+ "nuxt": "^3.10.0",
6931
+ "requires": {}
6932
+ }
6933
+ },
6460
6934
  {
6461
6935
  "name": "swiper",
6462
6936
  "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
@@ -6528,6 +7002,37 @@
6528
7002
  "nuxt": "^2.0.0 || ^3.0.0",
6529
7003
  "requires": {},
6530
7004
  "devtools": "^0.0.0"
7005
+ },
7006
+ "aliases": [
7007
+ "tailwind"
7008
+ ]
7009
+ },
7010
+ {
7011
+ "name": "test-utils",
7012
+ "description": "Test utilities for Nuxt",
7013
+ "repo": "nuxt/test-utils#main",
7014
+ "npm": "@nuxt/test-utils",
7015
+ "icon": "nuxt.svg",
7016
+ "github": "https://github.com/nuxt/test-utils",
7017
+ "website": "https://nuxt.com/docs/getting-started/testing",
7018
+ "learn_more": "",
7019
+ "category": "Devtools",
7020
+ "type": "official",
7021
+ "maintainers": [
7022
+ {
7023
+ "name": "Daniel Roe",
7024
+ "github": "danielroe",
7025
+ "twitter": "danielcroe"
7026
+ },
7027
+ {
7028
+ "name": "Anthony Fu",
7029
+ "github": "antfu",
7030
+ "twitter": "antfu7"
7031
+ }
7032
+ ],
7033
+ "compatibility": {
7034
+ "nuxt": "^3.0.0",
7035
+ "requires": {}
6531
7036
  }
6532
7037
  },
6533
7038
  {
@@ -6582,8 +7087,8 @@
6582
7087
  "npm": "nuxt-tiptap-editor",
6583
7088
  "icon": "tiptap.png",
6584
7089
  "github": "https://github.com/modbender/nuxt-tiptap-editor",
6585
- "website": "https://github.com/modbender/nuxt-tiptap-editor",
6586
- "learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
7090
+ "website": "https://nuxt-tiptap-editor.vercel.app",
7091
+ "learn_more": "https://nuxt-tiptap-editor.vercel.app",
6587
7092
  "category": "Libraries",
6588
7093
  "type": "3rd-party",
6589
7094
  "maintainers": [
@@ -6620,6 +7125,28 @@
6620
7125
  "requires": {}
6621
7126
  }
6622
7127
  },
7128
+ {
7129
+ "name": "tradingview",
7130
+ "description": "Use the TradingView Widgets in your Nuxt Application",
7131
+ "repo": "volkanakkus/nuxt-tradingview",
7132
+ "npm": "nuxt-tradingview",
7133
+ "icon": "tradingview.svg",
7134
+ "github": "https://github.com/volkanakkus/nuxt-tradingview",
7135
+ "website": "https://nuxt-tradingview.volkanakkus.com",
7136
+ "learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
7137
+ "category": "Extensions",
7138
+ "type": "3rd-party",
7139
+ "maintainers": [
7140
+ {
7141
+ "name": "Volkan Akkuş",
7142
+ "github": "volkanakkus"
7143
+ }
7144
+ ],
7145
+ "compatibility": {
7146
+ "nuxt": "^3.0.0",
7147
+ "requires": {}
7148
+ }
7149
+ },
6623
7150
  {
6624
7151
  "name": "translation-manager",
6625
7152
  "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
@@ -7021,32 +7548,6 @@
7021
7548
  "requires": {}
7022
7549
  }
7023
7550
  },
7024
- {
7025
- "name": "unlighthouse",
7026
- "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
7027
- "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
7028
- "npm": "@unlighthouse/nuxt",
7029
- "icon": "unlighthouse.svg",
7030
- "github": "https://github.com/harlan-zw/unlighthouse",
7031
- "website": "https://github.com/harlan-zw/unlighthouse",
7032
- "learn_more": "https://github.com/harlan-zw/unlighthouse",
7033
- "category": "Devtools",
7034
- "type": "3rd-party",
7035
- "maintainers": [
7036
- {
7037
- "name": "Harlan Wilton",
7038
- "github": "harlan-zw",
7039
- "twitter": "harlan_zw",
7040
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
7041
- }
7042
- ],
7043
- "compatibility": {
7044
- "nuxt": "^2.0.0 || ^3.0.0",
7045
- "requires": {
7046
- "bridge": "optional"
7047
- }
7048
- }
7049
- },
7050
7551
  {
7051
7552
  "name": "unocss",
7052
7553
  "description": "The instant on-demand atomic CSS engine.",
@@ -7081,8 +7582,8 @@
7081
7582
  "npm": "nuxt-ununura",
7082
7583
  "icon": "ununuracss.png",
7083
7584
  "github": "https://github.com/novout/ununuracss",
7084
- "website": "https://ununura.com/#/",
7085
- "learn_more": "https://ununura.com/#/docs/why",
7585
+ "website": "https://github.com/novout/ununuracss",
7586
+ "learn_more": "https://github.com/novout/ununuracss",
7086
7587
  "category": "UI",
7087
7588
  "type": "3rd-party",
7088
7589
  "maintainers": [
@@ -7196,7 +7697,7 @@
7196
7697
  "npm": "@varlet/nuxt",
7197
7698
  "icon": "varlet.svg",
7198
7699
  "github": "https://github.com/varletjs/varlet",
7199
- "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
7700
+ "website": "https://varlet.pages.dev/#/en-US/index",
7200
7701
  "learn_more": "https://github.com/varletjs/varlet-nuxt",
7201
7702
  "category": "UI",
7202
7703
  "type": "3rd-party",
@@ -7219,8 +7720,8 @@
7219
7720
  "repo": "samk-dev/nuxt-vcalendar",
7220
7721
  "npm": "@samk-dev/nuxt-vcalendar",
7221
7722
  "icon": "vcalendar.png",
7222
- "github": "https://github.com/samk-dev/vcalendar",
7223
- "website": "https://github.com/samk-dev/vcalendar",
7723
+ "github": "https://github.com/samk-dev/nuxt-vcalendar",
7724
+ "website": "https://github.com/samk-dev/nuxt-vcalendar",
7224
7725
  "learn_more": "",
7225
7726
  "category": "Libraries",
7226
7727
  "type": "3rd-party",
@@ -7482,7 +7983,7 @@
7482
7983
  "description": "Plausible analytics for Vue.js and Nuxt",
7483
7984
  "repo": "moritzsternemann/vue-plausible",
7484
7985
  "npm": "vue-plausible",
7485
- "icon": "plausible.png",
7986
+ "icon": "plausible.svg",
7486
7987
  "github": "https://github.com/moritzsternemann/vue-plausible",
7487
7988
  "website": "https://github.com/moritzsternemann/vue-plausible",
7488
7989
  "learn_more": "",
package/package.json CHANGED
@@ -1,8 +1,11 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-2e1ad4",
3
+ "version": "0.6.0-2ed9a0",
4
4
  "license": "MIT",
5
- "repository": "nuxt/modules",
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 --ext .",
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.2.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": "^8.49.0",
29
+ "eslint": "^9.2.0",
27
30
  "globby": "^13.2.2",
28
31
  "hasha": "^5.2.2",
29
32
  "jiti": "^1.20.0",