@nuxt/modules 0.6.0-615991 → 0.6.0-61ddab

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 +561 -53
  2. package/package.json +3 -1
package/modules.json CHANGED
@@ -1,4 +1,26 @@
1
1
  [
2
+ {
3
+ "name": "Nuxt zodI18n",
4
+ "description": "A Nuxt Module for localizing zod error messages.",
5
+ "repo": "xibman/nuxt-zod-i18n",
6
+ "npm": "nuxt-zod-i18n",
7
+ "icon": "",
8
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
9
+ "website": "https://github.com/xibman/nuxt-zod-i18n",
10
+ "learn_more": "",
11
+ "category": "Devtools",
12
+ "type": "3rd-party",
13
+ "maintainers": [
14
+ {
15
+ "name": "xibman",
16
+ "github": "xibman"
17
+ }
18
+ ],
19
+ "compatibility": {
20
+ "nuxt": "^2.0.0",
21
+ "requires": {}
22
+ }
23
+ },
2
24
  {
3
25
  "name": "ackee",
4
26
  "description": "Nuxt module for Ackee analytics",
@@ -353,6 +375,28 @@
353
375
  "requires": {}
354
376
  }
355
377
  },
378
+ {
379
+ "name": "auth-utils",
380
+ "description": "Minimalist Auth module for Nuxt with SSR.",
381
+ "repo": "atinux/nuxt-auth-utils",
382
+ "npm": "nuxt-auth-utils",
383
+ "icon": "",
384
+ "github": "https://github.com/atinux/nuxt-auth-utils",
385
+ "website": "https://github.com/atinux/nuxt-auth-utils",
386
+ "learn_more": "",
387
+ "category": "Devtools",
388
+ "type": "3rd-party",
389
+ "maintainers": [
390
+ {
391
+ "name": "atinux",
392
+ "github": "atinux"
393
+ }
394
+ ],
395
+ "compatibility": {
396
+ "nuxt": "^3.0.0",
397
+ "requires": {}
398
+ }
399
+ },
356
400
  {
357
401
  "name": "auth",
358
402
  "description": "Zero-boilerplate authentication support for Nuxt.",
@@ -1316,6 +1360,28 @@
1316
1360
  "requires": {}
1317
1361
  }
1318
1362
  },
1363
+ {
1364
+ "name": "doppler",
1365
+ "description": "Integrate your Doppler secrets into your Nuxt build",
1366
+ "repo": "JamieCurnow/nuxt-doppler",
1367
+ "npm": "nuxt-doppler",
1368
+ "icon": "doppler.png",
1369
+ "github": "https://github.com/JamieCurnow/nuxt-doppler",
1370
+ "website": "https://github.com/JamieCurnow/nuxt-doppler",
1371
+ "learn_more": "",
1372
+ "category": "Devtools",
1373
+ "type": "3rd-party",
1374
+ "maintainers": [
1375
+ {
1376
+ "name": "JamieCurnow",
1377
+ "github": "JamieCurnow"
1378
+ }
1379
+ ],
1380
+ "compatibility": {
1381
+ "nuxt": "^3.0.0",
1382
+ "requires": {}
1383
+ }
1384
+ },
1319
1385
  {
1320
1386
  "name": "dotenv",
1321
1387
  "description": "A Nuxt module that loads your .env file into your context options",
@@ -1345,8 +1411,8 @@
1345
1411
  "npm": "nuxtjs-drupal-ce",
1346
1412
  "icon": "drupal-ce.png",
1347
1413
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1348
- "website": "https://stack.lupus.digital",
1349
- "learn_more": "https://stack.lupus.digital/2-resources/learning",
1414
+ "website": "https://lupus-decoupled.org",
1415
+ "learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
1350
1416
  "category": "CMS",
1351
1417
  "type": "3rd-party",
1352
1418
  "maintainers": [
@@ -1361,13 +1427,13 @@
1361
1427
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1362
1428
  },
1363
1429
  {
1364
- "name": "David Licen",
1365
- "github": "davision",
1366
- "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
1430
+ "name": "Matic",
1431
+ "github": "TurtlBbx",
1432
+ "avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
1367
1433
  }
1368
1434
  ],
1369
1435
  "compatibility": {
1370
- "nuxt": "^2.0.0",
1436
+ "nuxt": "^2.0.0 || ^3.0.0",
1371
1437
  "requires": {}
1372
1438
  }
1373
1439
  },
@@ -1393,6 +1459,29 @@
1393
1459
  "requires": {}
1394
1460
  }
1395
1461
  },
1462
+ {
1463
+ "name": "edgedb",
1464
+ "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
1465
+ "repo": "Tahul/nuxt-edgedb",
1466
+ "npm": "nuxt-edgedb-module",
1467
+ "icon": "edgedb.svg",
1468
+ "github": "https://github.com/Tahul/nuxt-edgedb",
1469
+ "website": "https://github.com/Tahul/nuxt-edgedb",
1470
+ "learn_more": "https://github.com/Tahul/nuxt-edgedb",
1471
+ "category": "Database",
1472
+ "type": "3rd-party",
1473
+ "maintainers": [
1474
+ {
1475
+ "name": "Yaël Guilloux",
1476
+ "github": "Tahul",
1477
+ "twitter": "yaeeelglx"
1478
+ }
1479
+ ],
1480
+ "compatibility": {
1481
+ "nuxt": "^3.8.0",
1482
+ "requires": {}
1483
+ }
1484
+ },
1396
1485
  {
1397
1486
  "name": "electron",
1398
1487
  "description": "Integrate Nuxt and Electron.",
@@ -1511,6 +1600,29 @@
1511
1600
  "requires": {}
1512
1601
  }
1513
1602
  },
1603
+ {
1604
+ "name": "fathom-analytics",
1605
+ "description": "Fathom analytics integration for Nuxt",
1606
+ "repo": "valgeirb/nuxt-fathom",
1607
+ "npm": "nuxt-fathom",
1608
+ "icon": "fathom-analytics.svg",
1609
+ "github": "https://github.com/valgeirb/nuxt-fathom",
1610
+ "website": "https://github.com/valgeirb/nuxt-fathom#readme",
1611
+ "learn_more": "",
1612
+ "category": "Analytics",
1613
+ "type": "3rd-party",
1614
+ "maintainers": [
1615
+ {
1616
+ "name": "Valgeir Björnsson",
1617
+ "github": "valgeirb",
1618
+ "avatar": "https://avatars.githubusercontent.com/valgeirb"
1619
+ }
1620
+ ],
1621
+ "compatibility": {
1622
+ "nuxt": "^3.0.0",
1623
+ "requires": {}
1624
+ }
1625
+ },
1514
1626
  {
1515
1627
  "name": "fathom",
1516
1628
  "description": "Fathom analytics for Nuxt",
@@ -2385,6 +2497,29 @@
2385
2497
  "requires": {}
2386
2498
  }
2387
2499
  },
2500
+ {
2501
+ "name": "icon-tw",
2502
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2503
+ "repo": "jcamp-code/nuxt-icon-tw",
2504
+ "npm": "nuxt-icon-tw",
2505
+ "icon": "nuxt-icon.png",
2506
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2507
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2508
+ "learn_more": "",
2509
+ "category": "UI",
2510
+ "type": "3rd-party",
2511
+ "maintainers": [
2512
+ {
2513
+ "name": "JohnCampionJr",
2514
+ "github": "JohnCampionJr"
2515
+ }
2516
+ ],
2517
+ "compatibility": {
2518
+ "nuxt": "^3.0.0",
2519
+ "requires": {},
2520
+ "devtools": "^0.0.0"
2521
+ }
2522
+ },
2388
2523
  {
2389
2524
  "name": "icon",
2390
2525
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2723,6 +2858,28 @@
2723
2858
  "requires": {}
2724
2859
  }
2725
2860
  },
2861
+ {
2862
+ "name": "laravel-precognition",
2863
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2864
+ "repo": "sot1986/nuxt-laravel-precognition",
2865
+ "npm": "nuxt-laravel-precognition",
2866
+ "icon": "laravel.svg",
2867
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2868
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2869
+ "learn_more": "",
2870
+ "category": "Security",
2871
+ "type": "3rd-party",
2872
+ "maintainers": [
2873
+ {
2874
+ "name": "sot1986",
2875
+ "github": "sot1986"
2876
+ }
2877
+ ],
2878
+ "compatibility": {
2879
+ "nuxt": "^3.0.0",
2880
+ "requires": {}
2881
+ }
2882
+ },
2726
2883
  {
2727
2884
  "name": "laravel",
2728
2885
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -3399,24 +3556,25 @@
3399
3556
  }
3400
3557
  },
3401
3558
  {
3402
- "name": "nuxt-auth",
3403
- "description": "",
3404
- "repo": "sidebase/nuxt-auth",
3405
- "npm": "@sidebase/nuxt-auth",
3406
- "icon": "",
3407
- "github": "https://github.com/sidebase/nuxt-auth",
3408
- "website": "https://github.com/sidebase/nuxt-auth",
3559
+ "name": "nuxt-auth-sanctum",
3560
+ "description": "Nuxt module for Laravel Sanctum authentication",
3561
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3562
+ "npm": "nuxt-auth-sanctum",
3563
+ "icon": "laravel.svg",
3564
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3565
+ "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3409
3566
  "learn_more": "",
3410
- "category": "Devtools",
3567
+ "category": "Security",
3411
3568
  "type": "3rd-party",
3412
3569
  "maintainers": [
3413
3570
  {
3414
- "name": "sidebase",
3415
- "github": "sidebase"
3571
+ "name": "Artem Manchenkov",
3572
+ "github": "manchenkoff",
3573
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3416
3574
  }
3417
3575
  ],
3418
3576
  "compatibility": {
3419
- "nuxt": "^2.0.0",
3577
+ "nuxt": "^3.0.0",
3420
3578
  "requires": {}
3421
3579
  }
3422
3580
  },
@@ -3632,6 +3790,28 @@
3632
3790
  }
3633
3791
  }
3634
3792
  },
3793
+ {
3794
+ "name": "nuxt-interpolation",
3795
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3796
+ "repo": "daliborgogic/nuxt-interpolation#master",
3797
+ "npm": "nuxt-interpolation",
3798
+ "icon": "",
3799
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3800
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3801
+ "learn_more": "",
3802
+ "category": "Devtools",
3803
+ "type": "3rd-party",
3804
+ "maintainers": [
3805
+ {
3806
+ "name": "daliborgogic",
3807
+ "github": "daliborgogic"
3808
+ }
3809
+ ],
3810
+ "compatibility": {
3811
+ "nuxt": "^2.0.0",
3812
+ "requires": {}
3813
+ }
3814
+ },
3635
3815
  {
3636
3816
  "name": "nuxt-jsonld",
3637
3817
  "description": "Manage JSON-LD in Vue component.",
@@ -3700,6 +3880,28 @@
3700
3880
  "requires": {}
3701
3881
  }
3702
3882
  },
3883
+ {
3884
+ "name": "nuxt-mail",
3885
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
3886
+ "repo": "dword-design/nuxt-mail",
3887
+ "npm": "nuxt-mail",
3888
+ "icon": "",
3889
+ "github": "https://github.com/dword-design/nuxt-mail",
3890
+ "website": "https://github.com/dword-design/nuxt-mail",
3891
+ "learn_more": "",
3892
+ "category": "Extensions",
3893
+ "type": "3rd-party",
3894
+ "maintainers": [
3895
+ {
3896
+ "name": "Sebastian Landwehr",
3897
+ "github": "dword-design"
3898
+ }
3899
+ ],
3900
+ "compatibility": {
3901
+ "nuxt": "^2.0.0 || ^3.0.0",
3902
+ "requires": {}
3903
+ }
3904
+ },
3703
3905
  {
3704
3906
  "name": "nuxt-mapbox",
3705
3907
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3789,6 +3991,51 @@
3789
3991
  "devtools": "^0.0.0"
3790
3992
  }
3791
3993
  },
3994
+ {
3995
+ "name": "nuxt-openapi-docs-module",
3996
+ "description": "Generate pages from OpenAPI specifications",
3997
+ "repo": "s00d/nuxt-openapi-docs-module",
3998
+ "npm": "nuxt-openapi-docs-module",
3999
+ "icon": "nuxt-openapi-docs-module.svg",
4000
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4001
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4002
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4003
+ "category": "Libraries",
4004
+ "type": "3rd-party",
4005
+ "maintainers": [
4006
+ {
4007
+ "name": "Pavel Kuzmin",
4008
+ "github": "s00d"
4009
+ }
4010
+ ],
4011
+ "compatibility": {
4012
+ "nuxt": "^3.0.0",
4013
+ "requires": {}
4014
+ }
4015
+ },
4016
+ {
4017
+ "name": "nuxt-payload-analyzer",
4018
+ "description": "Analyze Nuxt Payload Size",
4019
+ "repo": "barbapapazes/nuxt-payload-analyzer",
4020
+ "npm": "nuxt-payload-analyzer",
4021
+ "icon": "",
4022
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4023
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
4024
+ "learn_more": "",
4025
+ "category": "Performance",
4026
+ "type": "3rd-party",
4027
+ "maintainers": [
4028
+ {
4029
+ "name": "Barbapapazes",
4030
+ "github": "Barbapapazes",
4031
+ "twitter": "soubiran_"
4032
+ }
4033
+ ],
4034
+ "compatibility": {
4035
+ "nuxt": "^3.0.0",
4036
+ "requires": {}
4037
+ }
4038
+ },
3792
4039
  {
3793
4040
  "name": "nuxt-pdf",
3794
4041
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -3951,6 +4198,28 @@
3951
4198
  "requires": {}
3952
4199
  }
3953
4200
  },
4201
+ {
4202
+ "name": "nuxt-social-share",
4203
+ "description": "Simple Social Sharing for Nuxt",
4204
+ "repo": "stefanobartoletti/nuxt-social-share",
4205
+ "npm": "@stefanobartoletti/nuxt-social-share",
4206
+ "icon": "nuxt-social-share.png",
4207
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4208
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4209
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4210
+ "category": "Extensions",
4211
+ "type": "3rd-party",
4212
+ "maintainers": [
4213
+ {
4214
+ "name": "stefanobartoletti",
4215
+ "github": "stefanobartoletti"
4216
+ }
4217
+ ],
4218
+ "compatibility": {
4219
+ "nuxt": "^3.0.0",
4220
+ "requires": {}
4221
+ }
4222
+ },
3954
4223
  {
3955
4224
  "name": "ssr-lit",
3956
4225
  "description": "Server-Side Rendering for Lit Element components",
@@ -4136,20 +4405,42 @@
4136
4405
  }
4137
4406
  },
4138
4407
  {
4139
- "name": "nuxt-vuetify",
4140
- "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
4141
- "repo": "invictus-codes/nuxt-vuetify",
4142
- "npm": "@invictus.codes/nuxt-vuetify",
4143
- "icon": "vuetify-logo-v3-dark.svg",
4144
- "github": "https://github.com/invictus-codes/nuxt-vuetify",
4145
- "website": "https://invictus-codes.github.io/nuxt-vuetify/",
4146
- "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
4147
- "category": "UI",
4408
+ "name": "Nuxt zodI18n",
4409
+ "description": "A Nuxt Module for localizing zod error messages.",
4410
+ "repo": "xibman/nuxt-zod-i18n",
4411
+ "npm": "nuxt-zod-i18n",
4412
+ "icon": "nuxt-zod-i18n.svg",
4413
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4414
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4415
+ "learn_more": "",
4416
+ "category": "Libraries",
4417
+ "type": "3rd-party",
4418
+ "maintainers": [
4419
+ {
4420
+ "name": "xibman",
4421
+ "github": "xibman"
4422
+ }
4423
+ ],
4424
+ "compatibility": {
4425
+ "nuxt": "^3.0.0",
4426
+ "requires": {}
4427
+ }
4428
+ },
4429
+ {
4430
+ "name": "nuxt3-interpolation",
4431
+ "description": "",
4432
+ "repo": "daliborgogic/interpolation#master",
4433
+ "npm": "nuxt3-interpolation",
4434
+ "icon": "",
4435
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4436
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4437
+ "learn_more": "",
4438
+ "category": "Devtools",
4148
4439
  "type": "3rd-party",
4149
4440
  "maintainers": [
4150
4441
  {
4151
- "name": "Jens van Hellemondt",
4152
- "github": "invictus-codes"
4442
+ "name": "daliborgogic",
4443
+ "github": "daliborgogic"
4153
4444
  }
4154
4445
  ],
4155
4446
  "compatibility": {
@@ -4365,6 +4656,28 @@
4365
4656
  }
4366
4657
  }
4367
4658
  },
4659
+ {
4660
+ "name": "paypal",
4661
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4662
+ "repo": "arashsheyda/nuxt-paypal",
4663
+ "npm": "nuxt-paypal",
4664
+ "icon": "paypal.svg",
4665
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4666
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4667
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4668
+ "category": "Payment",
4669
+ "type": "3rd-party",
4670
+ "maintainers": [
4671
+ {
4672
+ "name": "Arash Sheyda",
4673
+ "github": "arashsheyda"
4674
+ }
4675
+ ],
4676
+ "compatibility": {
4677
+ "nuxt": "^3.0.0",
4678
+ "requires": {}
4679
+ }
4680
+ },
4368
4681
  {
4369
4682
  "name": "pdfeasy",
4370
4683
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4802,6 +5115,41 @@
4802
5115
  "requires": {}
4803
5116
  }
4804
5117
  },
5118
+ {
5119
+ "name": "radix-vue",
5120
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5121
+ "repo": "radix-vue/radix-vue",
5122
+ "npm": "radix-vue",
5123
+ "icon": "radix-vue.svg",
5124
+ "github": "https://github.com/radix-vue/radix-vue",
5125
+ "website": "https://www.radix-vue.com/",
5126
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5127
+ "category": "UI",
5128
+ "type": "3rd-party",
5129
+ "maintainers": [
5130
+ {
5131
+ "name": "Zernonia",
5132
+ "github": "zernonia",
5133
+ "twitter": "zernonia"
5134
+ },
5135
+ {
5136
+ "name": "Khairul Haaziq",
5137
+ "github": "khairulhaaziq"
5138
+ },
5139
+ {
5140
+ "name": "Mujahid Anuar",
5141
+ "github": "mujahidfa"
5142
+ },
5143
+ {
5144
+ "name": "Max",
5145
+ "github": "onmax"
5146
+ }
5147
+ ],
5148
+ "compatibility": {
5149
+ "nuxt": "^3.0.0",
5150
+ "requires": {}
5151
+ }
5152
+ },
4805
5153
  {
4806
5154
  "name": "recaptcha",
4807
5155
  "description": "Simple and easy Google reCAPTCHA module with Nuxt",
@@ -4847,6 +5195,29 @@
4847
5195
  "requires": {}
4848
5196
  }
4849
5197
  },
5198
+ {
5199
+ "name": "resend",
5200
+ "description": "Resend integration for Nuxt",
5201
+ "repo": "nhedger/nuxt-resend",
5202
+ "npm": "nuxt-resend",
5203
+ "icon": "resend.svg",
5204
+ "github": "https://github.com/nhedger/nuxt-resend",
5205
+ "website": "https://github.com/nhedger/nuxt-resend",
5206
+ "learn_more": "https://resend.com",
5207
+ "category": "Extensions",
5208
+ "type": "3rd-party",
5209
+ "maintainers": [
5210
+ {
5211
+ "name": "Nicolas Hedger",
5212
+ "github": "nhedger",
5213
+ "twitter": "nicolashedger"
5214
+ }
5215
+ ],
5216
+ "compatibility": {
5217
+ "nuxt": "^3.0.0",
5218
+ "requires": {}
5219
+ }
5220
+ },
4850
5221
  {
4851
5222
  "name": "rfg-icon",
4852
5223
  "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
@@ -4895,23 +5266,23 @@
4895
5266
  },
4896
5267
  {
4897
5268
  "name": "rollbar",
4898
- "description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
4899
- "repo": "gaelreyrol/nuxt-rollbar-module",
4900
- "npm": "nuxt-rollbar-module",
5269
+ "description": "Nuxt 3 module to integrate Rollbar.",
5270
+ "repo": "jairoblatt/nuxt-rollbar",
5271
+ "npm": "nuxt-rollbar",
4901
5272
  "icon": "rollbar.png",
4902
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4903
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5273
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5274
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4904
5275
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4905
5276
  "category": "Monitoring",
4906
5277
  "type": "3rd-party",
4907
5278
  "maintainers": [
4908
5279
  {
4909
- "name": "Gaël Reyrol",
4910
- "github": "gaelreyrol"
5280
+ "name": "Jairo Blatt",
5281
+ "github": "jairoblatt"
4911
5282
  }
4912
5283
  ],
4913
5284
  "compatibility": {
4914
- "nuxt": "^2.0.0",
5285
+ "nuxt": "^3.0.0",
4915
5286
  "requires": {}
4916
5287
  }
4917
5288
  },
@@ -5282,7 +5653,7 @@
5282
5653
  }
5283
5654
  },
5284
5655
  {
5285
- "name": "nuxt-auth",
5656
+ "name": "sidebase-auth",
5286
5657
  "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.",
5287
5658
  "repo": "sidebase/nuxt-auth",
5288
5659
  "npm": "@sidebase/nuxt-auth",
@@ -6026,10 +6397,10 @@
6026
6397
  {
6027
6398
  "name": "tailwindcss",
6028
6399
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
6029
- "repo": "nuxt-modules/tailwindcss-module",
6400
+ "repo": "nuxt-modules/tailwindcss",
6030
6401
  "npm": "@nuxtjs/tailwindcss",
6031
6402
  "icon": "tailwindcss.png",
6032
- "github": "https://github.com/nuxt-modules/tailwindcss-module",
6403
+ "github": "https://github.com/nuxt-modules/tailwindcss",
6033
6404
  "website": "https://tailwindcss.nuxtjs.org",
6034
6405
  "learn_more": "https://tailwindcss.com/",
6035
6406
  "category": "UI",
@@ -6096,6 +6467,28 @@
6096
6467
  "requires": {}
6097
6468
  }
6098
6469
  },
6470
+ {
6471
+ "name": "tiptap",
6472
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6473
+ "repo": "modbender/nuxt-tiptap-editor",
6474
+ "npm": "nuxt-tiptap-editor",
6475
+ "icon": "tiptap.png",
6476
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6477
+ "website": "https://github.com/modbender/nuxt-tiptap-editor",
6478
+ "learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
6479
+ "category": "Libraries",
6480
+ "type": "3rd-party",
6481
+ "maintainers": [
6482
+ {
6483
+ "name": "modbender",
6484
+ "github": "modbender"
6485
+ }
6486
+ ],
6487
+ "compatibility": {
6488
+ "nuxt": "^3.0.0",
6489
+ "requires": {}
6490
+ }
6491
+ },
6099
6492
  {
6100
6493
  "name": "toast",
6101
6494
  "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
@@ -6119,6 +6512,28 @@
6119
6512
  "requires": {}
6120
6513
  }
6121
6514
  },
6515
+ {
6516
+ "name": "translation-manager",
6517
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6518
+ "repo": "samk-dev/nuxt-translation-manager",
6519
+ "npm": "nuxt-translation-manager",
6520
+ "icon": "translation-manager.png",
6521
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6522
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6523
+ "learn_more": "",
6524
+ "category": "Extensions",
6525
+ "type": "3rd-party",
6526
+ "maintainers": [
6527
+ {
6528
+ "name": "Sam K",
6529
+ "github": "samk-dev"
6530
+ }
6531
+ ],
6532
+ "compatibility": {
6533
+ "nuxt": "^3.0.0",
6534
+ "requires": {}
6535
+ }
6536
+ },
6122
6537
  {
6123
6538
  "name": "tresjs",
6124
6539
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
@@ -6367,6 +6782,30 @@
6367
6782
  "requires": {}
6368
6783
  }
6369
6784
  },
6785
+ {
6786
+ "name": "typo3",
6787
+ "description": "TYPO3 Headless Frontend Rendering module",
6788
+ "repo": "TYPO3-Headless/nuxt-typo3",
6789
+ "npm": "@t3headless/nuxt-typo3",
6790
+ "icon": "typo3.svg",
6791
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
6792
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
6793
+ "learn_more": "https://github.com/TYPO3-Headless",
6794
+ "category": "CMS",
6795
+ "type": "3rd-party",
6796
+ "maintainers": [
6797
+ {
6798
+ "name": "Macopedia",
6799
+ "github": "macopedia",
6800
+ "twitter": "macopediapl"
6801
+ }
6802
+ ],
6803
+ "compatibility": {
6804
+ "nuxt": "^2.0.0 || ^3.0.0",
6805
+ "requires": {},
6806
+ "devtools": "^0.0.0"
6807
+ }
6808
+ },
6370
6809
  {
6371
6810
  "name": "ui",
6372
6811
  "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
@@ -6525,12 +6964,12 @@
6525
6964
  {
6526
6965
  "name": "unocss",
6527
6966
  "description": "The instant on-demand atomic CSS engine.",
6528
- "repo": "antfu/unocss#main/packages/nuxt",
6967
+ "repo": "unocss/unocss#main/packages/nuxt",
6529
6968
  "npm": "@unocss/nuxt",
6530
6969
  "icon": "unocss.svg",
6531
- "github": "https://github.com/antfu/unocss",
6532
- "website": "https://github.com/antfu/unocss",
6533
- "learn_more": "https://github.com/antfu/unocss",
6970
+ "github": "https://github.com/unocss/unocss",
6971
+ "website": "https://github.com/unocss/unocss",
6972
+ "learn_more": "https://github.com/unocss/unocss",
6534
6973
  "category": "UI",
6535
6974
  "type": "3rd-party",
6536
6975
  "maintainers": [
@@ -6858,12 +7297,12 @@
6858
7297
  {
6859
7298
  "name": "vue-email",
6860
7299
  "description": "💌 Write email templates with vue",
6861
- "repo": "Dave136/vue-email#main/packages/vue-email",
6862
- "npm": "vue-email",
7300
+ "repo": "vue-email/nuxt",
7301
+ "npm": "@vue-email/nuxt",
6863
7302
  "icon": "vue-email.svg",
6864
- "github": "https://github.com/Dave136/vue-email",
6865
- "website": "https://www.vuemail.net/",
6866
- "learn_more": "https://vue-email.vercel.app/getting-started",
7303
+ "github": "https://github.com/vue-email/nuxt",
7304
+ "website": "https://vuemail.net/",
7305
+ "learn_more": "https://vuemail.net/ssr/nuxt",
6867
7306
  "category": "UI",
6868
7307
  "type": "3rd-party",
6869
7308
  "maintainers": [
@@ -6886,6 +7325,29 @@
6886
7325
  "devtools": "^0.0.0"
6887
7326
  }
6888
7327
  },
7328
+ {
7329
+ "name": "vue-final-modal",
7330
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7331
+ "repo": "vue-final/vue-final-modal",
7332
+ "npm": "@vue-final-modal/nuxt",
7333
+ "icon": "vue-final-modal.svg",
7334
+ "github": "https://github.com/vue-final/vue-final-modal",
7335
+ "website": "https://vue-final-modal.org/",
7336
+ "learn_more": "https://vue-final-modal.org/",
7337
+ "category": "UI",
7338
+ "type": "3rd-party",
7339
+ "maintainers": [
7340
+ {
7341
+ "name": "Hunter Liu",
7342
+ "github": "hunterliu1003",
7343
+ "twitter": "hunterliu1003"
7344
+ }
7345
+ ],
7346
+ "compatibility": {
7347
+ "nuxt": "^3.0.0",
7348
+ "requires": {}
7349
+ }
7350
+ },
6889
7351
  {
6890
7352
  "name": "vue-macros",
6891
7353
  "description": "Explore more macros and syntax sugar to Vue.",
@@ -7116,6 +7578,52 @@
7116
7578
  "requires": {}
7117
7579
  }
7118
7580
  },
7581
+ {
7582
+ "name": "vueform-builder",
7583
+ "description": "Official Vueform Builder module for Nuxt",
7584
+ "repo": "vueform/builder/nuxt",
7585
+ "npm": "@vueform/builder-nuxt",
7586
+ "icon": "vueform.svg",
7587
+ "github": "https://github.com/vueform/builder",
7588
+ "website": "https://builder.vueform.com",
7589
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7590
+ "category": "Libraries",
7591
+ "type": "3rd-party",
7592
+ "maintainers": [
7593
+ {
7594
+ "name": "Adam Berecz",
7595
+ "github": "adamberecz",
7596
+ "twitter": "bereczadam"
7597
+ }
7598
+ ],
7599
+ "compatibility": {
7600
+ "nuxt": "^3.0.0",
7601
+ "requires": {}
7602
+ }
7603
+ },
7604
+ {
7605
+ "name": "vueform",
7606
+ "description": "Official Vueform module for Nuxt",
7607
+ "repo": "vueform/vueform/nuxt",
7608
+ "npm": "@vueform/nuxt",
7609
+ "icon": "vueform.svg",
7610
+ "github": "https://github.com/vueform/vueform",
7611
+ "website": "https://vueform.com",
7612
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7613
+ "category": "Libraries",
7614
+ "type": "3rd-party",
7615
+ "maintainers": [
7616
+ {
7617
+ "name": "Adam Berecz",
7618
+ "github": "adamberecz",
7619
+ "twitter": "bereczadam"
7620
+ }
7621
+ ],
7622
+ "compatibility": {
7623
+ "nuxt": "^3.0.0",
7624
+ "requires": {}
7625
+ }
7626
+ },
7119
7627
  {
7120
7628
  "name": "vuestic",
7121
7629
  "description": "Vuestic UI module for Nuxt",
@@ -7145,8 +7653,8 @@
7145
7653
  "npm": "vuetify-nuxt-module",
7146
7654
  "icon": "vuetify-logo-v3-dark.svg",
7147
7655
  "github": "https://github.com/userquin/vuetify-nuxt-module",
7148
- "website": "https://github.com/userquin/vuetify-nuxt-module",
7149
- "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
7656
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7657
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7150
7658
  "category": "UI",
7151
7659
  "type": "3rd-party",
7152
7660
  "maintainers": [
@@ -7457,11 +7965,11 @@
7457
7965
  {
7458
7966
  "name": "windicss",
7459
7967
  "description": "Next generation utility-first CSS framework.",
7460
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
7968
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
7461
7969
  "npm": "nuxt-windicss",
7462
7970
  "icon": "windicss.svg",
7463
- "github": "https://github.com/windicss/nuxt-windicss-module",
7464
- "website": "https://github.com/windicss/nuxt-windicss-module",
7971
+ "github": "https://github.com/windicss/nuxt-windicss",
7972
+ "website": "https://github.com/windicss/nuxt-windicss",
7465
7973
  "learn_more": "https://windicss.org/",
7466
7974
  "category": "UI",
7467
7975
  "type": "3rd-party",
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-615991",
3
+ "version": "0.6.0-61ddab",
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"