@nuxt/modules 0.6.0-90817c → 0.6.0-91eb17

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 +556 -130
  2. package/package.json +8 -5
package/modules.json CHANGED
@@ -216,6 +216,28 @@
216
216
  "requires": {}
217
217
  }
218
218
  },
219
+ {
220
+ "name": "api-shield",
221
+ "description": "Nuxt API Shield - Rate Limiting",
222
+ "repo": "rrd108/nuxt-api-shield",
223
+ "npm": "nuxt-api-shield",
224
+ "icon": "api-shield.png",
225
+ "github": "https://github.com/rrd108/nuxt-api-shield",
226
+ "website": "https://github.com/rrd108/nuxt-api-shield",
227
+ "learn_more": "",
228
+ "category": "Security",
229
+ "type": "3rd-party",
230
+ "maintainers": [
231
+ {
232
+ "name": "rrd",
233
+ "github": "rrd108"
234
+ }
235
+ ],
236
+ "compatibility": {
237
+ "nuxt": "^3.0.0",
238
+ "requires": {}
239
+ }
240
+ },
219
241
  {
220
242
  "name": "apis-to-file",
221
243
  "description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
@@ -991,7 +1013,7 @@
991
1013
  "npm": "@nuxt/content",
992
1014
  "icon": "nuxt.svg",
993
1015
  "github": "https://github.com/nuxt/content",
994
- "website": "https://content.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",
@@ -1437,6 +1459,28 @@
1437
1459
  "requires": {}
1438
1460
  }
1439
1461
  },
1462
+ {
1463
+ "name": "easy-lightbox",
1464
+ "description": "A plugin for simple Vue 3 Image Lightbox component with Zoom / Drag / Rotate / Switch.",
1465
+ "repo": "modbender/nuxt-easy-lightbox",
1466
+ "npm": "nuxt-easy-lightbox",
1467
+ "icon": "easy-lightbox.svg",
1468
+ "github": "https://github.com/modbender/nuxt-easy-lightbox",
1469
+ "website": "https://github.com/modbender/nuxt-easy-lightbox",
1470
+ "learn_more": "",
1471
+ "category": "Libraries",
1472
+ "type": "3rd-party",
1473
+ "maintainers": [
1474
+ {
1475
+ "name": "modbender",
1476
+ "github": "modbender"
1477
+ }
1478
+ ],
1479
+ "compatibility": {
1480
+ "nuxt": "^3.0.0",
1481
+ "requires": {}
1482
+ }
1483
+ },
1440
1484
  {
1441
1485
  "name": "edgedb",
1442
1486
  "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
@@ -1535,7 +1579,7 @@
1535
1579
  }
1536
1580
  },
1537
1581
  {
1538
- "name": "eslint",
1582
+ "name": "eslint-module",
1539
1583
  "description": "ESLint module for Nuxt",
1540
1584
  "repo": "nuxt-community/eslint-module",
1541
1585
  "npm": "@nuxtjs/eslint-module",
@@ -1556,6 +1600,29 @@
1556
1600
  "requires": {}
1557
1601
  }
1558
1602
  },
1603
+ {
1604
+ "name": "eslint",
1605
+ "description": "All-in-one ESLint module for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
1606
+ "repo": "nuxt/eslint",
1607
+ "npm": "@nuxt/eslint",
1608
+ "icon": "nuxt.svg",
1609
+ "github": "https://github.com/nuxt/eslint",
1610
+ "website": "https://eslint.nuxt.com",
1611
+ "learn_more": "https://eslint.nuxt.com/packages/module",
1612
+ "category": "Devtools",
1613
+ "type": "official",
1614
+ "maintainers": [
1615
+ {
1616
+ "name": "Anthony Fu",
1617
+ "github": "antfu",
1618
+ "twitter": "antfu7"
1619
+ }
1620
+ ],
1621
+ "compatibility": {
1622
+ "nuxt": "^3.0.0",
1623
+ "requires": {}
1624
+ }
1625
+ },
1559
1626
  {
1560
1627
  "name": "event-trace",
1561
1628
  "description": "Module for event trace in Nuxt",
@@ -2403,7 +2470,7 @@
2403
2470
  "npm": "@nuxtjs/html-validator",
2404
2471
  "icon": "html-validator.png",
2405
2472
  "github": "https://github.com/nuxt-modules/html-validator",
2406
- "website": "https://html-validator.nuxtjs.org",
2473
+ "website": "https://github.com/nuxt-modules/html-validator",
2407
2474
  "learn_more": "https://html-validate.org",
2408
2475
  "category": "Performance",
2409
2476
  "type": "community",
@@ -2449,6 +2516,44 @@
2449
2516
  "requires": {}
2450
2517
  }
2451
2518
  },
2519
+ {
2520
+ "name": "hub",
2521
+ "description": "Build full-stack Nuxt applications on the edge, with zero configuration.",
2522
+ "repo": "nuxt-hub/core",
2523
+ "npm": "@nuxthub/core",
2524
+ "icon": "nuxthub.svg",
2525
+ "github": "https://github.com/nuxt-hub/core",
2526
+ "website": "https://hub.nuxt.com",
2527
+ "learn_more": "",
2528
+ "category": "Database",
2529
+ "type": "3rd-party",
2530
+ "maintainers": [
2531
+ {
2532
+ "name": "Sebastien Chopin",
2533
+ "github": "Atinux"
2534
+ },
2535
+ {
2536
+ "name": "Ahad Birang",
2537
+ "github": "farnabaz"
2538
+ },
2539
+ {
2540
+ "name": "Sylvain Marroufin",
2541
+ "github": "smarroufin"
2542
+ },
2543
+ {
2544
+ "name": "Florent Delerue",
2545
+ "github": "flosciante"
2546
+ },
2547
+ {
2548
+ "name": "NuxtLabs",
2549
+ "github": "nuxtlabs"
2550
+ }
2551
+ ],
2552
+ "compatibility": {
2553
+ "nuxt": "^3.0.0",
2554
+ "requires": {}
2555
+ }
2556
+ },
2452
2557
  {
2453
2558
  "name": "humans-txt",
2454
2559
  "description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
@@ -3027,6 +3132,28 @@
3027
3132
  "requires": {}
3028
3133
  }
3029
3134
  },
3135
+ {
3136
+ "name": "locomotive-scroll",
3137
+ "description": "A Nuxt module to easily integrate Locomotive Scroll into your Nuxt application.",
3138
+ "repo": "arashsheyda/nuxt-locomotive-scroll",
3139
+ "npm": "nuxt-locomotive-scroll",
3140
+ "icon": "locomotive-scroll.png",
3141
+ "github": "https://github.com/arashsheyda/nuxt-locomotive-scroll",
3142
+ "website": "https://docs.arashsheyda.me/nuxt-locomotive-scroll",
3143
+ "learn_more": "https://github.com/locomotivemtl/locomotive-scroll",
3144
+ "category": "Libraries",
3145
+ "type": "3rd-party",
3146
+ "maintainers": [
3147
+ {
3148
+ "name": "Arash Sheyda",
3149
+ "github": "arashsheyda"
3150
+ }
3151
+ ],
3152
+ "compatibility": {
3153
+ "nuxt": "^3.0.0",
3154
+ "requires": {}
3155
+ }
3156
+ },
3030
3157
  {
3031
3158
  "name": "lodash",
3032
3159
  "description": "lodash module with auto-import and custom prefix",
@@ -3072,6 +3199,30 @@
3072
3199
  "requires": {}
3073
3200
  }
3074
3201
  },
3202
+ {
3203
+ "name": "logto",
3204
+ "description": "The better Nuxt auth module for developers.",
3205
+ "repo": "logto-io/js#master/packages/nuxt",
3206
+ "npm": "@logto/nuxt",
3207
+ "icon": "logto.svg",
3208
+ "github": "https://github.com/logto-io/js/tree/master/packages/nuxt",
3209
+ "website": "https://logto.io",
3210
+ "learn_more": "https://docs.logto.io",
3211
+ "category": "Security",
3212
+ "type": "3rd-party",
3213
+ "maintainers": [
3214
+ {
3215
+ "name": "logto",
3216
+ "github": "logto-io",
3217
+ "twitter": "logto_io"
3218
+ }
3219
+ ],
3220
+ "compatibility": {
3221
+ "nuxt": "^3.0.0",
3222
+ "requires": {}
3223
+ },
3224
+ "sponsor": true
3225
+ },
3075
3226
  {
3076
3227
  "name": "lucide-icons",
3077
3228
  "description": "Nuxt module to integrate Lucide icons",
@@ -3238,8 +3389,8 @@
3238
3389
  {
3239
3390
  "name": "maz-ui",
3240
3391
  "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3241
- "repo": "louismazel/maz-ui#master/packages/nuxt-module",
3242
- "npm": "nuxt-module",
3392
+ "repo": "louismazel/maz-ui#master/packages/lib",
3393
+ "npm": "maz-ui",
3243
3394
  "icon": "maz-ui.png",
3244
3395
  "github": "https://github.com/louismazel/maz-ui",
3245
3396
  "website": "https://maz-ui.com/",
@@ -3257,6 +3408,28 @@
3257
3408
  "requires": {}
3258
3409
  }
3259
3410
  },
3411
+ {
3412
+ "name": "mdc",
3413
+ "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
3414
+ "repo": "nuxt-modules/mdc",
3415
+ "npm": "@nuxtjs/mdc",
3416
+ "icon": "mdc.png",
3417
+ "github": "https://github.com/nuxt-modules/mdc",
3418
+ "website": "https://github.com/nuxt-modules/mdc",
3419
+ "learn_more": "",
3420
+ "category": "Extensions",
3421
+ "type": "community",
3422
+ "maintainers": [
3423
+ {
3424
+ "name": "farnabaz",
3425
+ "github": "farnabaz"
3426
+ }
3427
+ ],
3428
+ "compatibility": {
3429
+ "nuxt": "^3.0.0",
3430
+ "requires": {}
3431
+ }
3432
+ },
3260
3433
  {
3261
3434
  "name": "mdx",
3262
3435
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -3376,6 +3549,28 @@
3376
3549
  "requires": {}
3377
3550
  }
3378
3551
  },
3552
+ {
3553
+ "name": "mojocss",
3554
+ "description": "The Atomic CSS Framework for crafting gorgeous UIs without shipping any CSS.",
3555
+ "repo": "mojocss/mojocss-nuxt-module",
3556
+ "npm": "@mojocss/nuxt",
3557
+ "icon": "mojocss.svg",
3558
+ "github": "https://github.com/mojocss/mojocss-nuxt-module",
3559
+ "website": "https://mojocss.com/docs/guide/nuxtjs",
3560
+ "learn_more": "",
3561
+ "category": "UI",
3562
+ "type": "3rd-party",
3563
+ "maintainers": [
3564
+ {
3565
+ "name": "mojocss",
3566
+ "github": "mojocss"
3567
+ }
3568
+ ],
3569
+ "compatibility": {
3570
+ "nuxt": "^2.0.0 || ^3.0.0",
3571
+ "requires": {}
3572
+ }
3573
+ },
3379
3574
  {
3380
3575
  "name": "moment",
3381
3576
  "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
@@ -3516,29 +3711,45 @@
3516
3711
  },
3517
3712
  {
3518
3713
  "name": "ngrok",
3519
- "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",
3520
- "repo": "nuxt-community/ngrok",
3714
+ "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.",
3715
+ "repo": "nuxt-modules/ngrok",
3521
3716
  "npm": "@nuxtjs/ngrok",
3522
- "icon": "ngrok.png",
3523
- "github": "https://github.com/nuxt-community/ngrok-module",
3524
- "website": "https://ngrok.nuxtjs.org",
3525
- "learn_more": "https://github.com/bubenshchykov/ngrok",
3717
+ "icon": "ngrok.svg",
3718
+ "github": "https://github.com/nuxt-modules/ngrok",
3719
+ "website": "https://ngrok.nuxtjs.org/",
3720
+ "learn_more": "https://ngrok.com/",
3526
3721
  "category": "Devtools",
3527
3722
  "type": "community",
3528
3723
  "maintainers": [
3529
3724
  {
3530
- "name": "Debbie O'Brien",
3531
- "github": "debs-obrien",
3532
- "twitter": "debs_obrien"
3533
- },
3725
+ "name": "Arash Sheyda",
3726
+ "github": "arashsheyda"
3727
+ }
3728
+ ],
3729
+ "compatibility": {
3730
+ "nuxt": "^3.0.0",
3731
+ "requires": {}
3732
+ }
3733
+ },
3734
+ {
3735
+ "name": "nodemailer",
3736
+ "description": "Nuxt integration for nodemailer",
3737
+ "repo": "kleinpetr/nuxt-nodemailer",
3738
+ "npm": "nuxt-nodemailer",
3739
+ "icon": "nodemailer.png",
3740
+ "github": "https://github.com/kleinpetr/nuxt-nodemailer",
3741
+ "website": "https://github.com/kleinpetr/nuxt-nodemailer",
3742
+ "learn_more": "https://www.nodemailer.com/",
3743
+ "category": "Extensions",
3744
+ "type": "3rd-party",
3745
+ "maintainers": [
3534
3746
  {
3535
- "name": "Pooya Parsa",
3536
- "github": "pi0",
3537
- "twitter": "_pi0_"
3747
+ "name": "kleinpetr",
3748
+ "github": "kleinpetr"
3538
3749
  }
3539
3750
  ],
3540
3751
  "compatibility": {
3541
- "nuxt": "^2.0.0",
3752
+ "nuxt": "^3.0.0",
3542
3753
  "requires": {}
3543
3754
  }
3544
3755
  },
@@ -3698,6 +3909,35 @@
3698
3909
  "requires": {}
3699
3910
  }
3700
3911
  },
3912
+ {
3913
+ "name": "nuxt-booster",
3914
+ "description": "nuxt-booster will help you to improve the lighthouse performance score (100/100) of your website.",
3915
+ "repo": "basics/nuxt-booster",
3916
+ "npm": "nuxt-booster",
3917
+ "icon": "nuxt-booster.svg",
3918
+ "github": "https://github.com/basics/nuxt-booster",
3919
+ "website": "https://basics.github.io/nuxt-booster/",
3920
+ "learn_more": "https://basics.github.io/nuxt-booster/",
3921
+ "category": "Performance",
3922
+ "type": "3rd-party",
3923
+ "maintainers": [
3924
+ {
3925
+ "name": "Thorn Walli",
3926
+ "github": "ThornWalli",
3927
+ "avatar": "https://avatars.githubusercontent.com/u/8287751?v=4"
3928
+ },
3929
+ {
3930
+ "name": "Stephan Gerbeth",
3931
+ "github": "StephanGerbeth",
3932
+ "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
3933
+ }
3934
+ ],
3935
+ "compatibility": {
3936
+ "nuxt": "^3.0.0",
3937
+ "requires": {},
3938
+ "devtools": "^0.0.0"
3939
+ }
3940
+ },
3701
3941
  {
3702
3942
  "name": "nuxt-bootstrap-icons",
3703
3943
  "description": "Just a simple integration for Bootstrap Icons",
@@ -3834,6 +4074,28 @@
3834
4074
  "requires": {}
3835
4075
  }
3836
4076
  },
4077
+ {
4078
+ "name": "nuxt-file-storage",
4079
+ "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.",
4080
+ "repo": "nyllre/nuxt-file-storage",
4081
+ "npm": "nuxt-file-storage",
4082
+ "icon": "nuxt-file-storage.svg",
4083
+ "github": "https://github.com/nyllre/nuxt-file-storage",
4084
+ "website": "https://github.com/nyllre/nuxt-file-storage",
4085
+ "learn_more": "https://github.com/nyllre/nuxt-file-storage",
4086
+ "category": "Database",
4087
+ "type": "3rd-party",
4088
+ "maintainers": [
4089
+ {
4090
+ "name": "NyllRE",
4091
+ "github": "NyllRE"
4092
+ }
4093
+ ],
4094
+ "compatibility": {
4095
+ "nuxt": "^3.0.0",
4096
+ "requires": {}
4097
+ }
4098
+ },
3837
4099
  {
3838
4100
  "name": "nuxt-fontawesome",
3839
4101
  "description": "Module to use Font Awesome 6 icons in your Nuxt project",
@@ -4006,8 +4268,8 @@
4006
4268
  "npm": "@nuxtus/nuxt-localtunnel",
4007
4269
  "icon": "nuxt-localtunnel.svg",
4008
4270
  "github": "https://github.com/nuxtus/localtunnel",
4009
- "website": "https://docs.nuxtus.com",
4010
- "learn_more": "https://docs.nuxtus.com/localtunnel.html",
4271
+ "website": "https://github.com/nuxtus/localtunnel",
4272
+ "learn_more": "",
4011
4273
  "category": "Devtools",
4012
4274
  "type": "3rd-party",
4013
4275
  "maintainers": [
@@ -4111,6 +4373,29 @@
4111
4373
  "requires": {}
4112
4374
  }
4113
4375
  },
4376
+ {
4377
+ "name": "nuxt-meta-pixel",
4378
+ "description": "Meta (Facebook) pixel integration for Nuxt. Multi-pixel, auto page view and more.",
4379
+ "repo": "tanukijs/meta-pixel#dev/packages/nuxt-meta-pixel",
4380
+ "npm": "nuxt-meta-pixel",
4381
+ "icon": "",
4382
+ "github": "https://github.com/tanukijs/meta-pixel",
4383
+ "website": "https://github.com/tanukijs/meta-pixel",
4384
+ "learn_more": "https://github.com/tanukijs/meta-pixel/tree/dev/packages/nuxt-meta-pixel",
4385
+ "category": "Analytics",
4386
+ "type": "3rd-party",
4387
+ "maintainers": [
4388
+ {
4389
+ "name": "tanukijs",
4390
+ "github": "tanukijs",
4391
+ "avatar": "https://avatars.githubusercontent.com/u/25182349?v=4"
4392
+ }
4393
+ ],
4394
+ "compatibility": {
4395
+ "nuxt": "^3.0.0",
4396
+ "requires": {}
4397
+ }
4398
+ },
4114
4399
  {
4115
4400
  "name": "nuxt-monaco-editor",
4116
4401
  "description": "Integrate monaco-editor with Nuxt",
@@ -4251,6 +4536,29 @@
4251
4536
  "requires": {}
4252
4537
  }
4253
4538
  },
4539
+ {
4540
+ "name": "nuxt-pdf-frame",
4541
+ "description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
4542
+ "repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
4543
+ "npm": "@i2d/nuxt-pdf-frame",
4544
+ "icon": "pdf-frame.svg",
4545
+ "github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
4546
+ "website": "https://www.pdf-frame.org",
4547
+ "learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
4548
+ "category": "Libraries",
4549
+ "type": "3rd-party",
4550
+ "maintainers": [
4551
+ {
4552
+ "name": "Narayana Swamy",
4553
+ "github": "nswamy14",
4554
+ "email": "narayanaswamy14@gmail.com"
4555
+ }
4556
+ ],
4557
+ "compatibility": {
4558
+ "nuxt": "^3.0.0",
4559
+ "requires": {}
4560
+ }
4561
+ },
4254
4562
  {
4255
4563
  "name": "nuxt-pdf",
4256
4564
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -4575,6 +4883,28 @@
4575
4883
  "requires": {}
4576
4884
  }
4577
4885
  },
4886
+ {
4887
+ "name": "nuxt-uswds",
4888
+ "description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
4889
+ "repo": "patrickcate/nuxt-uswds",
4890
+ "npm": "nuxt-uswds",
4891
+ "icon": "nuxt-uswds.svg",
4892
+ "github": "https://github.com/patrickcate/nuxt-uswds",
4893
+ "website": "https://github.com/patrickcate/nuxt-uswds",
4894
+ "learn_more": "",
4895
+ "category": "UI",
4896
+ "type": "3rd-party",
4897
+ "maintainers": [
4898
+ {
4899
+ "name": "Patrick Cate",
4900
+ "github": "patrickcate"
4901
+ }
4902
+ ],
4903
+ "compatibility": {
4904
+ "nuxt": "^3.0.0",
4905
+ "requires": {}
4906
+ }
4907
+ },
4578
4908
  {
4579
4909
  "name": "nuxt-viewport",
4580
4910
  "description": "Define custom viewports for your Nuxt project",
@@ -4643,10 +4973,38 @@
4643
4973
  "requires": {}
4644
4974
  }
4645
4975
  },
4976
+ {
4977
+ "name": "nuxt2-ngrok",
4978
+ "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",
4979
+ "repo": "nuxt-community/ngrok",
4980
+ "npm": "@nuxtjs/ngrok",
4981
+ "icon": "ngrok.png",
4982
+ "github": "https://github.com/nuxt-community/ngrok-module",
4983
+ "website": "https://ngrok.nuxtjs.org",
4984
+ "learn_more": "https://github.com/bubenshchykov/ngrok",
4985
+ "category": "Devtools",
4986
+ "type": "community",
4987
+ "maintainers": [
4988
+ {
4989
+ "name": "Debbie O'Brien",
4990
+ "github": "debs-obrien",
4991
+ "twitter": "debs_obrien"
4992
+ },
4993
+ {
4994
+ "name": "Pooya Parsa",
4995
+ "github": "pi0",
4996
+ "twitter": "_pi0_"
4997
+ }
4998
+ ],
4999
+ "compatibility": {
5000
+ "nuxt": "^2.0.0",
5001
+ "requires": {}
5002
+ }
5003
+ },
4646
5004
  {
4647
5005
  "name": "nuxt3-interpolation",
4648
5006
  "description": "",
4649
- "repo": "daliborgogic/interpolation#master",
5007
+ "repo": "daliborgogic/interpolation",
4650
5008
  "npm": "nuxt3-interpolation",
4651
5009
  "icon": "",
4652
5010
  "github": "https://github.com/daliborgogic/interpolation/tree/master",
@@ -4672,7 +5030,7 @@
4672
5030
  "npm": "nuxt3-leaflet",
4673
5031
  "icon": "leaflet.png",
4674
5032
  "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4675
- "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
5033
+ "website": "https://gugustinette.github.io/Nuxt-Leaflet",
4676
5034
  "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4677
5035
  "category": "Libraries",
4678
5036
  "type": "3rd-party",
@@ -4758,6 +5116,28 @@
4758
5116
  "requires": {}
4759
5117
  }
4760
5118
  },
5119
+ {
5120
+ "name": "onyx",
5121
+ "description": "A design system and Vue.js component library created by Schwarz IT",
5122
+ "repo": "SchwarzIT/onyx#main/packages/nuxt",
5123
+ "npm": "@sit-onyx/nuxt",
5124
+ "icon": "onyx.svg",
5125
+ "github": "https://github.com/SchwarzIT/onyx",
5126
+ "website": "https://onyx.schwarz/development/packages/nuxt.html",
5127
+ "learn_more": "https://onyx.schwarz",
5128
+ "category": "UI",
5129
+ "type": "3rd-party",
5130
+ "maintainers": [
5131
+ {
5132
+ "name": "Schwarz IT",
5133
+ "github": "SchwarzIT"
5134
+ }
5135
+ ],
5136
+ "compatibility": {
5137
+ "nuxt": "^3.0.0",
5138
+ "requires": {}
5139
+ }
5140
+ },
4761
5141
  {
4762
5142
  "name": "optimized-images",
4763
5143
  "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
@@ -4967,7 +5347,7 @@
4967
5347
  {
4968
5348
  "name": "pinia-orm",
4969
5349
  "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
4970
- "repo": "CodeDredd/pinia-orm#master/packages/nuxt",
5350
+ "repo": "CodeDredd/pinia-orm#main/packages/nuxt",
4971
5351
  "npm": "@pinia-orm/nuxt",
4972
5352
  "icon": "pinia-orm.svg",
4973
5353
  "github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
@@ -5045,7 +5425,7 @@
5045
5425
  "github": "https://github.com/nuxt-modules/plausible",
5046
5426
  "website": "https://github.com/nuxt-modules/plausible",
5047
5427
  "learn_more": "",
5048
- "category": "Devtools",
5428
+ "category": "Analytics",
5049
5429
  "type": "community",
5050
5430
  "maintainers": [
5051
5431
  {
@@ -5127,6 +5507,28 @@
5127
5507
  "requires": {}
5128
5508
  }
5129
5509
  },
5510
+ {
5511
+ "name": "prisma",
5512
+ "description": "Integrate Nuxt with Prisma ORM to simplify database access!",
5513
+ "repo": "prisma/nuxt-prisma",
5514
+ "npm": "@prisma/nuxt",
5515
+ "icon": "prisma.png",
5516
+ "github": "https://github.com/prisma/nuxt-prisma",
5517
+ "website": "https://pris.ly/prisma-nuxt",
5518
+ "learn_more": "https://www.prisma.io/orm",
5519
+ "category": "Database",
5520
+ "type": "3rd-party",
5521
+ "maintainers": [
5522
+ {
5523
+ "name": "prisma",
5524
+ "github": "prisma"
5525
+ }
5526
+ ],
5527
+ "compatibility": {
5528
+ "nuxt": "^3.0.0",
5529
+ "requires": {}
5530
+ }
5531
+ },
5130
5532
  {
5131
5533
  "name": "prismic",
5132
5534
  "description": "Easily connect your Nuxt application to your content hosted on Prismic",
@@ -5596,6 +5998,29 @@
5596
5998
  }
5597
5999
  }
5598
6000
  },
6001
+ {
6002
+ "name": "scalar",
6003
+ "description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
6004
+ "repo": "scalar/scalar#main/packages/nuxt",
6005
+ "npm": "@scalar/nuxt",
6006
+ "icon": "scalar.svg",
6007
+ "github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
6008
+ "website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
6009
+ "learn_more": "https://scalar.com",
6010
+ "category": "Devtools",
6011
+ "type": "3rd-party",
6012
+ "maintainers": [
6013
+ {
6014
+ "name": "scalar",
6015
+ "github": "scalar",
6016
+ "twitter": "scalar"
6017
+ }
6018
+ ],
6019
+ "compatibility": {
6020
+ "nuxt": "^3.0.0",
6021
+ "requires": {}
6022
+ }
6023
+ },
5599
6024
  {
5600
6025
  "name": "schema-org",
5601
6026
  "description": "Quick and easy Schema.org graphs.",
@@ -5620,6 +6045,29 @@
5620
6045
  "requires": {}
5621
6046
  }
5622
6047
  },
6048
+ {
6049
+ "name": "scripts",
6050
+ "description": "Plug-and-play script optimization for Nuxt applications.",
6051
+ "repo": "nuxt/scripts",
6052
+ "npm": "@nuxt/scripts",
6053
+ "icon": "nuxt.svg",
6054
+ "github": "https://github.com/nuxt/scripts",
6055
+ "website": "https://scripts.nuxt.com",
6056
+ "learn_more": "",
6057
+ "category": "Libraries",
6058
+ "type": "official",
6059
+ "maintainers": [
6060
+ {
6061
+ "name": "Harlan Wilton",
6062
+ "github": "harlan-zw",
6063
+ "twitter": "harlan_zw"
6064
+ }
6065
+ ],
6066
+ "compatibility": {
6067
+ "nuxt": "^3.0.0",
6068
+ "requires": {}
6069
+ }
6070
+ },
5623
6071
  {
5624
6072
  "name": "scss-to-js",
5625
6073
  "description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
@@ -5847,21 +6295,25 @@
5847
6295
  }
5848
6296
  },
5849
6297
  {
5850
- "name": "session",
5851
- "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",
5852
- "repo": "sidebase/nuxt-session",
5853
- "npm": "@sidebase/nuxt-session",
5854
- "icon": "session.png",
5855
- "github": "https://github.com/sidebase/nuxt-session",
5856
- "website": "https://github.com/sidebase/nuxt-session",
5857
- "learn_more": "https://github.com/sidebase",
5858
- "category": "Security",
6298
+ "name": "shadcn",
6299
+ "description": "Re-usable components built with Radix Vue and Tailwind CSS.",
6300
+ "repo": "radix-vue/shadcn-vue#dev/packages/module",
6301
+ "npm": "shadcn-nuxt",
6302
+ "icon": "",
6303
+ "github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
6304
+ "website": "https://www.shadcn-vue.com",
6305
+ "learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
6306
+ "category": "UI",
5859
6307
  "type": "3rd-party",
5860
6308
  "maintainers": [
5861
6309
  {
5862
- "name": "sidebase",
5863
- "github": "sidebase",
5864
- "twitter": "sidebase_io"
6310
+ "name": "Zernonia",
6311
+ "github": "zernonia",
6312
+ "twitter": "zernonia"
6313
+ },
6314
+ {
6315
+ "name": "Sadegh Barati",
6316
+ "github": "sadeghbarati"
5865
6317
  }
5866
6318
  ],
5867
6319
  "compatibility": {
@@ -6041,7 +6493,7 @@
6041
6493
  "icon": "snipcart.png",
6042
6494
  "github": "https://github.com/nuxt-modules/snipcart",
6043
6495
  "website": "https://github.com/nuxt-modules/snipcart",
6044
- "learn_more": "https://snipcart.com",
6496
+ "learn_more": "",
6045
6497
  "category": "Ecommerce",
6046
6498
  "type": "community",
6047
6499
  "maintainers": [
@@ -6123,39 +6575,6 @@
6123
6575
  "requires": {}
6124
6576
  }
6125
6577
  },
6126
- {
6127
- "name": "speedkit",
6128
- "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
6129
- "repo": "GrabarzUndPartner/nuxt-speedkit",
6130
- "npm": "nuxt-speedkit",
6131
- "icon": "speedkit.png",
6132
- "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
6133
- "website": "https://nuxt-speedkit.grabarzundpartner.dev",
6134
- "learn_more": "",
6135
- "category": "Performance",
6136
- "type": "3rd-party",
6137
- "maintainers": [
6138
- {
6139
- "name": "Stephan Gerbeth",
6140
- "github": "StephanGerbeth",
6141
- "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
6142
- },
6143
- {
6144
- "name": "Thorn Walli",
6145
- "github": "ThornWalli",
6146
- "avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
6147
- },
6148
- {
6149
- "name": "Grabarz & Partner",
6150
- "github": "GrabarzUndPartner",
6151
- "avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
6152
- }
6153
- ],
6154
- "compatibility": {
6155
- "nuxt": "^2.0.0",
6156
- "requires": {}
6157
- }
6158
- },
6159
6578
  {
6160
6579
  "name": "ssr-lit",
6161
6580
  "description": "",
@@ -6202,23 +6621,29 @@
6202
6621
  },
6203
6622
  {
6204
6623
  "name": "storefront-ui",
6205
- "description": "Storefront UI Module for Nuxt",
6206
- "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
6624
+ "description": "Storefront UI for Nuxt by Alokai",
6625
+ "repo": "vuestorefront/storefront-ui#v2-develop/packages/sfui/frameworks/nuxt",
6207
6626
  "npm": "@storefront-ui/nuxt",
6208
6627
  "icon": "storefront-ui.svg",
6209
- "github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
6210
- "website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
6211
- "learn_more": "https://docs.storefrontui.io/",
6628
+ "github": "https://github.com/vuestorefront/storefront-ui",
6629
+ "website": "https://docs.storefrontui.io/v2/",
6630
+ "learn_more": "https://docs.storefrontui.io/v2/getting-started/vue#nuxt-3",
6212
6631
  "category": "UI",
6213
6632
  "type": "3rd-party",
6214
6633
  "maintainers": [
6215
6634
  {
6216
- "name": "Jakub Andrzejewski",
6217
- "github": "Baroshem"
6635
+ "name": "Szymon Dziewoński",
6636
+ "github": "Szymon-dziewonski",
6637
+ "avatar": "https://avatars.githubusercontent.com/u/2566152?v=4"
6638
+ },
6639
+ {
6640
+ "name": "Jakub Freisler",
6641
+ "github": "FRSgit",
6642
+ "avatar": "https://avatars.githubusercontent.com/u/10456649?v=4"
6218
6643
  }
6219
6644
  ],
6220
6645
  "compatibility": {
6221
- "nuxt": "^2.0.0",
6646
+ "nuxt": "^3.0.0",
6222
6647
  "requires": {}
6223
6648
  }
6224
6649
  },
@@ -6271,7 +6696,7 @@
6271
6696
  "name": "storybook",
6272
6697
  "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
6273
6698
  "repo": "nuxt-modules/storybook",
6274
- "npm": "@nuxtjs/storybook",
6699
+ "npm": "nuxt-storybook",
6275
6700
  "icon": "storybook.png",
6276
6701
  "github": "https://github.com/nuxt-modules/storybook",
6277
6702
  "website": "https://storybook.nuxtjs.org",
@@ -6447,29 +6872,6 @@
6447
6872
  "requires": {}
6448
6873
  }
6449
6874
  },
6450
- {
6451
- "name": "stylify",
6452
- "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
6453
- "repo": "stylify/packages#master/packages/nuxt",
6454
- "npm": "@stylify/nuxt",
6455
- "icon": "stylify.svg",
6456
- "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
6457
- "website": "https://stylifycss.com/docs/nuxt",
6458
- "learn_more": "https://stylifycss.com",
6459
- "category": "UI",
6460
- "type": "3rd-party",
6461
- "maintainers": [
6462
- {
6463
- "name": "Vladimír Macháček",
6464
- "github": "Machy8",
6465
- "twitter": "8machy"
6466
- }
6467
- ],
6468
- "compatibility": {
6469
- "nuxt": "^2.0.0 || ^3.0.0",
6470
- "requires": {}
6471
- }
6472
- },
6473
6875
  {
6474
6876
  "name": "supabase",
6475
6877
  "description": "First class integration with Supabase",
@@ -6503,6 +6905,29 @@
6503
6905
  "requires": {}
6504
6906
  }
6505
6907
  },
6908
+ {
6909
+ "name": "surrealdb",
6910
+ "description": "A Nuxt module aimed to simplify the use of SurrealDB",
6911
+ "repo": "sandros94/nuxt-surrealdb",
6912
+ "npm": "nuxt-surrealdb",
6913
+ "icon": "surrealdb.png",
6914
+ "github": "https://github.com/sandros94/nuxt-surrealdb",
6915
+ "website": "https://github.com/sandros94/nuxt-surrealdb",
6916
+ "learn_more": "",
6917
+ "category": "Database",
6918
+ "type": "3rd-party",
6919
+ "maintainers": [
6920
+ {
6921
+ "name": "Sandro Circi",
6922
+ "github": "sandros94",
6923
+ "avatar": "https://avatars.githubusercontent.com/u/13056429"
6924
+ }
6925
+ ],
6926
+ "compatibility": {
6927
+ "nuxt": "^3.10.0",
6928
+ "requires": {}
6929
+ }
6930
+ },
6506
6931
  {
6507
6932
  "name": "svg-loader",
6508
6933
  "description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
@@ -6687,7 +7112,10 @@
6687
7112
  "nuxt": "^2.0.0 || ^3.0.0",
6688
7113
  "requires": {},
6689
7114
  "devtools": "^0.0.0"
6690
- }
7115
+ },
7116
+ "aliases": [
7117
+ "tailwind"
7118
+ ]
6691
7119
  },
6692
7120
  {
6693
7121
  "name": "test-utils",
@@ -6807,6 +7235,28 @@
6807
7235
  "requires": {}
6808
7236
  }
6809
7237
  },
7238
+ {
7239
+ "name": "tradingview",
7240
+ "description": "Use the TradingView Widgets in your Nuxt Application",
7241
+ "repo": "volkanakkus/nuxt-tradingview",
7242
+ "npm": "nuxt-tradingview",
7243
+ "icon": "tradingview.svg",
7244
+ "github": "https://github.com/volkanakkus/nuxt-tradingview",
7245
+ "website": "https://nuxt-tradingview.volkanakkus.com",
7246
+ "learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
7247
+ "category": "Extensions",
7248
+ "type": "3rd-party",
7249
+ "maintainers": [
7250
+ {
7251
+ "name": "Volkan Akkuş",
7252
+ "github": "volkanakkus"
7253
+ }
7254
+ ],
7255
+ "compatibility": {
7256
+ "nuxt": "^3.0.0",
7257
+ "requires": {}
7258
+ }
7259
+ },
6810
7260
  {
6811
7261
  "name": "translation-manager",
6812
7262
  "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
@@ -7280,30 +7730,6 @@
7280
7730
  "requires": {}
7281
7731
  }
7282
7732
  },
7283
- {
7284
- "name": "use-wagmi",
7285
- "description": "Vue Composition for Ethereum based on wagmi",
7286
- "repo": "unicape/use-wagmi#main/packages/nuxt",
7287
- "npm": "@use-wagmi/nuxt",
7288
- "icon": "use-wagmi.png",
7289
- "github": "https://github.com/unicape/use-wagmi",
7290
- "website": "https://github.com/unicape/use-wagmi",
7291
- "learn_more": "https://github.com/unicape/use-wagmi",
7292
- "category": "Extensions",
7293
- "type": "3rd-party",
7294
- "maintainers": [
7295
- {
7296
- "name": "Unic Ape",
7297
- "github": "unicape"
7298
- }
7299
- ],
7300
- "compatibility": {
7301
- "nuxt": "^2.0.0 || ^3.0.0",
7302
- "requires": {
7303
- "bridge": true
7304
- }
7305
- }
7306
- },
7307
7733
  {
7308
7734
  "name": "user-agent",
7309
7735
  "description": "Nuxt module for handling User-Agent.",
@@ -7357,7 +7783,7 @@
7357
7783
  "npm": "@varlet/nuxt",
7358
7784
  "icon": "varlet.svg",
7359
7785
  "github": "https://github.com/varletjs/varlet",
7360
- "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
7786
+ "website": "https://varlet.pages.dev/#/en-US/index",
7361
7787
  "learn_more": "https://github.com/varletjs/varlet-nuxt",
7362
7788
  "category": "UI",
7363
7789
  "type": "3rd-party",
package/package.json CHANGED
@@ -1,8 +1,11 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-90817c",
3
+ "version": "0.6.0-91eb17",
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",