@nuxt/modules 0.6.0-2bb6bd → 0.6.0-2c56e6

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 +323 -6
  2. package/package.json +3 -1
package/modules.json CHANGED
@@ -353,6 +353,28 @@
353
353
  "requires": {}
354
354
  }
355
355
  },
356
+ {
357
+ "name": "auth-utils",
358
+ "description": "Minimalist Auth module for Nuxt with SSR.",
359
+ "repo": "atinux/nuxt-auth-utils",
360
+ "npm": "nuxt-auth-utils",
361
+ "icon": "",
362
+ "github": "https://github.com/atinux/nuxt-auth-utils",
363
+ "website": "https://github.com/atinux/nuxt-auth-utils",
364
+ "learn_more": "",
365
+ "category": "Devtools",
366
+ "type": "3rd-party",
367
+ "maintainers": [
368
+ {
369
+ "name": "atinux",
370
+ "github": "atinux"
371
+ }
372
+ ],
373
+ "compatibility": {
374
+ "nuxt": "^3.0.0",
375
+ "requires": {}
376
+ }
377
+ },
356
378
  {
357
379
  "name": "auth",
358
380
  "description": "Zero-boilerplate authentication support for Nuxt.",
@@ -1393,6 +1415,29 @@
1393
1415
  "requires": {}
1394
1416
  }
1395
1417
  },
1418
+ {
1419
+ "name": "edgedb",
1420
+ "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
1421
+ "repo": "Tahul/nuxt-edgedb",
1422
+ "npm": "nuxt-edgedb-module",
1423
+ "icon": "edgedb.svg",
1424
+ "github": "https://github.com/Tahul/nuxt-edgedb",
1425
+ "website": "https://github.com/Tahul/nuxt-edgedb",
1426
+ "learn_more": "https://github.com/Tahul/nuxt-edgedb",
1427
+ "category": "Database",
1428
+ "type": "3rd-party",
1429
+ "maintainers": [
1430
+ {
1431
+ "name": "Yaël Guilloux",
1432
+ "github": "Tahul",
1433
+ "twitter": "yaeeelglx"
1434
+ }
1435
+ ],
1436
+ "compatibility": {
1437
+ "nuxt": "^3.8.0",
1438
+ "requires": {}
1439
+ }
1440
+ },
1396
1441
  {
1397
1442
  "name": "electron",
1398
1443
  "description": "Integrate Nuxt and Electron.",
@@ -3398,6 +3443,29 @@
3398
3443
  "requires": {}
3399
3444
  }
3400
3445
  },
3446
+ {
3447
+ "name": "nuxt-auth-sanctum",
3448
+ "description": "Nuxt module for Laravel Sanctum authentication",
3449
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3450
+ "npm": "nuxt-auth-sanctum",
3451
+ "icon": "laravel.svg",
3452
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3453
+ "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3454
+ "learn_more": "",
3455
+ "category": "Security",
3456
+ "type": "3rd-party",
3457
+ "maintainers": [
3458
+ {
3459
+ "name": "Artem Manchenkov",
3460
+ "github": "manchenkoff",
3461
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3462
+ }
3463
+ ],
3464
+ "compatibility": {
3465
+ "nuxt": "^3.0.0",
3466
+ "requires": {}
3467
+ }
3468
+ },
3401
3469
  {
3402
3470
  "name": "nuxt-basic-auth",
3403
3471
  "description": "Nuxt Module for Basic Authentication",
@@ -3610,6 +3678,28 @@
3610
3678
  }
3611
3679
  }
3612
3680
  },
3681
+ {
3682
+ "name": "nuxt-interpolation",
3683
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3684
+ "repo": "daliborgogic/nuxt-interpolation#master",
3685
+ "npm": "nuxt-interpolation",
3686
+ "icon": "",
3687
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3688
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3689
+ "learn_more": "",
3690
+ "category": "Devtools",
3691
+ "type": "3rd-party",
3692
+ "maintainers": [
3693
+ {
3694
+ "name": "daliborgogic",
3695
+ "github": "daliborgogic"
3696
+ }
3697
+ ],
3698
+ "compatibility": {
3699
+ "nuxt": "^2.0.0",
3700
+ "requires": {}
3701
+ }
3702
+ },
3613
3703
  {
3614
3704
  "name": "nuxt-jsonld",
3615
3705
  "description": "Manage JSON-LD in Vue component.",
@@ -3678,6 +3768,28 @@
3678
3768
  "requires": {}
3679
3769
  }
3680
3770
  },
3771
+ {
3772
+ "name": "nuxt-mail",
3773
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
3774
+ "repo": "dword-design/nuxt-mail",
3775
+ "npm": "nuxt-mail",
3776
+ "icon": "",
3777
+ "github": "https://github.com/dword-design/nuxt-mail",
3778
+ "website": "https://github.com/dword-design/nuxt-mail",
3779
+ "learn_more": "",
3780
+ "category": "Extensions",
3781
+ "type": "3rd-party",
3782
+ "maintainers": [
3783
+ {
3784
+ "name": "Sebastian Landwehr",
3785
+ "github": "dword-design"
3786
+ }
3787
+ ],
3788
+ "compatibility": {
3789
+ "nuxt": "^2.0.0 || ^3.0.0",
3790
+ "requires": {}
3791
+ }
3792
+ },
3681
3793
  {
3682
3794
  "name": "nuxt-mapbox",
3683
3795
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3767,6 +3879,29 @@
3767
3879
  "devtools": "^0.0.0"
3768
3880
  }
3769
3881
  },
3882
+ {
3883
+ "name": "nuxt-payload-analyzer",
3884
+ "description": "Analyze Nuxt Payload Size",
3885
+ "repo": "barbapapazes/nuxt-payload-analyzer",
3886
+ "npm": "nuxt-payload-analyzer",
3887
+ "icon": "",
3888
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
3889
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
3890
+ "learn_more": "",
3891
+ "category": "Performance",
3892
+ "type": "3rd-party",
3893
+ "maintainers": [
3894
+ {
3895
+ "name": "Barbapapazes",
3896
+ "github": "Barbapapazes",
3897
+ "twitter": "soubiran_"
3898
+ }
3899
+ ],
3900
+ "compatibility": {
3901
+ "nuxt": "^3.0.0",
3902
+ "requires": {}
3903
+ }
3904
+ },
3770
3905
  {
3771
3906
  "name": "nuxt-pdf",
3772
3907
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -3929,6 +4064,28 @@
3929
4064
  "requires": {}
3930
4065
  }
3931
4066
  },
4067
+ {
4068
+ "name": "nuxt-social-share",
4069
+ "description": "Simple Social Sharing for Nuxt",
4070
+ "repo": "stefanobartoletti/nuxt-social-share",
4071
+ "npm": "@stefanobartoletti/nuxt-social-share",
4072
+ "icon": "nuxt-social-share.png",
4073
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4074
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4075
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4076
+ "category": "Extensions",
4077
+ "type": "3rd-party",
4078
+ "maintainers": [
4079
+ {
4080
+ "name": "stefanobartoletti",
4081
+ "github": "stefanobartoletti"
4082
+ }
4083
+ ],
4084
+ "compatibility": {
4085
+ "nuxt": "^3.0.0",
4086
+ "requires": {}
4087
+ }
4088
+ },
3932
4089
  {
3933
4090
  "name": "ssr-lit",
3934
4091
  "description": "Server-Side Rendering for Lit Element components",
@@ -4135,6 +4292,28 @@
4135
4292
  "requires": {}
4136
4293
  }
4137
4294
  },
4295
+ {
4296
+ "name": "nuxt3-interpolation",
4297
+ "description": "",
4298
+ "repo": "daliborgogic/interpolation#master",
4299
+ "npm": "nuxt3-interpolation",
4300
+ "icon": "",
4301
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4302
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4303
+ "learn_more": "",
4304
+ "category": "Devtools",
4305
+ "type": "3rd-party",
4306
+ "maintainers": [
4307
+ {
4308
+ "name": "daliborgogic",
4309
+ "github": "daliborgogic"
4310
+ }
4311
+ ],
4312
+ "compatibility": {
4313
+ "nuxt": "^3.0.0",
4314
+ "requires": {}
4315
+ }
4316
+ },
4138
4317
  {
4139
4318
  "name": "nuxt3-leaflet",
4140
4319
  "description": "Leaflet integration with Nuxt",
@@ -4343,6 +4522,28 @@
4343
4522
  }
4344
4523
  }
4345
4524
  },
4525
+ {
4526
+ "name": "paypal",
4527
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4528
+ "repo": "arashsheyda/nuxt-paypal",
4529
+ "npm": "nuxt-paypal",
4530
+ "icon": "paypal.svg",
4531
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4532
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4533
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4534
+ "category": "Payment",
4535
+ "type": "3rd-party",
4536
+ "maintainers": [
4537
+ {
4538
+ "name": "Arash Sheyda",
4539
+ "github": "arashsheyda"
4540
+ }
4541
+ ],
4542
+ "compatibility": {
4543
+ "nuxt": "^3.0.0",
4544
+ "requires": {}
4545
+ }
4546
+ },
4346
4547
  {
4347
4548
  "name": "pdfeasy",
4348
4549
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4860,6 +5061,29 @@
4860
5061
  "requires": {}
4861
5062
  }
4862
5063
  },
5064
+ {
5065
+ "name": "resend",
5066
+ "description": "Resend integration for Nuxt",
5067
+ "repo": "nhedger/nuxt-resend",
5068
+ "npm": "nuxt-resend",
5069
+ "icon": "resend.svg",
5070
+ "github": "https://github.com/nhedger/nuxt-resend",
5071
+ "website": "https://github.com/nhedger/nuxt-resend",
5072
+ "learn_more": "https://resend.com",
5073
+ "category": "Extensions",
5074
+ "type": "3rd-party",
5075
+ "maintainers": [
5076
+ {
5077
+ "name": "Nicolas Hedger",
5078
+ "github": "nhedger",
5079
+ "twitter": "nicolashedger"
5080
+ }
5081
+ ],
5082
+ "compatibility": {
5083
+ "nuxt": "^3.0.0",
5084
+ "requires": {}
5085
+ }
5086
+ },
4863
5087
  {
4864
5088
  "name": "rfg-icon",
4865
5089
  "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
@@ -6039,10 +6263,10 @@
6039
6263
  {
6040
6264
  "name": "tailwindcss",
6041
6265
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
6042
- "repo": "nuxt-modules/tailwindcss-module",
6266
+ "repo": "nuxt-modules/tailwindcss",
6043
6267
  "npm": "@nuxtjs/tailwindcss",
6044
6268
  "icon": "tailwindcss.png",
6045
- "github": "https://github.com/nuxt-modules/tailwindcss-module",
6269
+ "github": "https://github.com/nuxt-modules/tailwindcss",
6046
6270
  "website": "https://tailwindcss.nuxtjs.org",
6047
6271
  "learn_more": "https://tailwindcss.com/",
6048
6272
  "category": "UI",
@@ -6380,6 +6604,30 @@
6380
6604
  "requires": {}
6381
6605
  }
6382
6606
  },
6607
+ {
6608
+ "name": "typo3",
6609
+ "description": "TYPO3 Headless Frontend Rendering module",
6610
+ "repo": "TYPO3-Headless/nuxt-typo3",
6611
+ "npm": "@t3headless/nuxt-typo3",
6612
+ "icon": "typo3.svg",
6613
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
6614
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
6615
+ "learn_more": "https://github.com/TYPO3-Headless",
6616
+ "category": "CMS",
6617
+ "type": "3rd-party",
6618
+ "maintainers": [
6619
+ {
6620
+ "name": "Macopedia",
6621
+ "github": "macopedia",
6622
+ "twitter": "macopediapl"
6623
+ }
6624
+ ],
6625
+ "compatibility": {
6626
+ "nuxt": "^2.0.0 || ^3.0.0",
6627
+ "requires": {},
6628
+ "devtools": "^0.0.0"
6629
+ }
6630
+ },
6383
6631
  {
6384
6632
  "name": "ui",
6385
6633
  "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
@@ -6538,12 +6786,12 @@
6538
6786
  {
6539
6787
  "name": "unocss",
6540
6788
  "description": "The instant on-demand atomic CSS engine.",
6541
- "repo": "antfu/unocss#main/packages/nuxt",
6789
+ "repo": "unocss/unocss#main/packages/nuxt",
6542
6790
  "npm": "@unocss/nuxt",
6543
6791
  "icon": "unocss.svg",
6544
- "github": "https://github.com/antfu/unocss",
6545
- "website": "https://github.com/antfu/unocss",
6546
- "learn_more": "https://github.com/antfu/unocss",
6792
+ "github": "https://github.com/unocss/unocss",
6793
+ "website": "https://github.com/unocss/unocss",
6794
+ "learn_more": "https://github.com/unocss/unocss",
6547
6795
  "category": "UI",
6548
6796
  "type": "3rd-party",
6549
6797
  "maintainers": [
@@ -6899,6 +7147,29 @@
6899
7147
  "devtools": "^0.0.0"
6900
7148
  }
6901
7149
  },
7150
+ {
7151
+ "name": "vue-final-modal",
7152
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7153
+ "repo": "vue-final/vue-final-modal",
7154
+ "npm": "@vue-final-modal/nuxt",
7155
+ "icon": "vue-final-modal.svg",
7156
+ "github": "https://github.com/vue-final/vue-final-modal",
7157
+ "website": "https://vue-final-modal.org/",
7158
+ "learn_more": "https://vue-final-modal.org/",
7159
+ "category": "UI",
7160
+ "type": "3rd-party",
7161
+ "maintainers": [
7162
+ {
7163
+ "name": "Hunter Liu",
7164
+ "github": "hunterliu1003",
7165
+ "twitter": "hunterliu1003"
7166
+ }
7167
+ ],
7168
+ "compatibility": {
7169
+ "nuxt": "^3.0.0",
7170
+ "requires": {}
7171
+ }
7172
+ },
6902
7173
  {
6903
7174
  "name": "vue-macros",
6904
7175
  "description": "Explore more macros and syntax sugar to Vue.",
@@ -7129,6 +7400,52 @@
7129
7400
  "requires": {}
7130
7401
  }
7131
7402
  },
7403
+ {
7404
+ "name": "vueform-builder",
7405
+ "description": "Official Vueform Builder module for Nuxt",
7406
+ "repo": "vueform/builder/nuxt",
7407
+ "npm": "@vueform/builder-nuxt",
7408
+ "icon": "vueform.svg",
7409
+ "github": "https://github.com/vueform/builder",
7410
+ "website": "https://builder.vueform.com",
7411
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7412
+ "category": "Libraries",
7413
+ "type": "3rd-party",
7414
+ "maintainers": [
7415
+ {
7416
+ "name": "Adam Berecz",
7417
+ "github": "adamberecz",
7418
+ "twitter": "bereczadam"
7419
+ }
7420
+ ],
7421
+ "compatibility": {
7422
+ "nuxt": "^3.0.0",
7423
+ "requires": {}
7424
+ }
7425
+ },
7426
+ {
7427
+ "name": "vueform",
7428
+ "description": "Official Vueform module for Nuxt",
7429
+ "repo": "vueform/vueform/nuxt",
7430
+ "npm": "@vueform/nuxt",
7431
+ "icon": "vueform.svg",
7432
+ "github": "https://github.com/vueform/vueform",
7433
+ "website": "https://vueform.com",
7434
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7435
+ "category": "Libraries",
7436
+ "type": "3rd-party",
7437
+ "maintainers": [
7438
+ {
7439
+ "name": "Adam Berecz",
7440
+ "github": "adamberecz",
7441
+ "twitter": "bereczadam"
7442
+ }
7443
+ ],
7444
+ "compatibility": {
7445
+ "nuxt": "^3.0.0",
7446
+ "requires": {}
7447
+ }
7448
+ },
7132
7449
  {
7133
7450
  "name": "vuestic",
7134
7451
  "description": "Vuestic UI module for Nuxt",
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-2bb6bd",
3
+ "version": "0.6.0-2c56e6",
4
4
  "license": "MIT",
5
+ "repository": "nuxt/modules",
6
+ "homepage": "https://nuxt.com/modules",
5
7
  "main": "./modules.json",
6
8
  "files": [
7
9
  "modules.json"