@nuxt/modules 0.6.0-763a55 → 0.6.0-791e38
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.
- package/modules.json +209 -135
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -1411,8 +1411,8 @@
|
|
|
1411
1411
|
"npm": "nuxtjs-drupal-ce",
|
|
1412
1412
|
"icon": "drupal-ce.png",
|
|
1413
1413
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1414
|
-
"website": "https://
|
|
1415
|
-
"learn_more": "https://
|
|
1414
|
+
"website": "https://lupus-decoupled.org",
|
|
1415
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1416
1416
|
"category": "CMS",
|
|
1417
1417
|
"type": "3rd-party",
|
|
1418
1418
|
"maintainers": [
|
|
@@ -1427,13 +1427,13 @@
|
|
|
1427
1427
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1428
1428
|
},
|
|
1429
1429
|
{
|
|
1430
|
-
"name": "
|
|
1431
|
-
"github": "
|
|
1432
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1430
|
+
"name": "Matic",
|
|
1431
|
+
"github": "TurtlBbx",
|
|
1432
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1433
1433
|
}
|
|
1434
1434
|
],
|
|
1435
1435
|
"compatibility": {
|
|
1436
|
-
"nuxt": "^2.0.0",
|
|
1436
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1437
1437
|
"requires": {}
|
|
1438
1438
|
}
|
|
1439
1439
|
},
|
|
@@ -1600,6 +1600,29 @@
|
|
|
1600
1600
|
"requires": {}
|
|
1601
1601
|
}
|
|
1602
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
|
+
},
|
|
1603
1626
|
{
|
|
1604
1627
|
"name": "fathom",
|
|
1605
1628
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -2903,7 +2926,7 @@
|
|
|
2903
2926
|
},
|
|
2904
2927
|
{
|
|
2905
2928
|
"name": "link-checker",
|
|
2906
|
-
"description": "Find and magically fix links that may be negatively effecting your
|
|
2929
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2907
2930
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2908
2931
|
"npm": "nuxt-link-checker",
|
|
2909
2932
|
"icon": "link-checker.svg",
|
|
@@ -3255,28 +3278,6 @@
|
|
|
3255
3278
|
"requires": {}
|
|
3256
3279
|
}
|
|
3257
3280
|
},
|
|
3258
|
-
{
|
|
3259
|
-
"name": "mobile",
|
|
3260
|
-
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
3261
|
-
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
3262
|
-
"npm": "nuxt-mobile",
|
|
3263
|
-
"icon": "",
|
|
3264
|
-
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
3265
|
-
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
3266
|
-
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
3267
|
-
"category": "Extensions",
|
|
3268
|
-
"type": "3rd-party",
|
|
3269
|
-
"maintainers": [
|
|
3270
|
-
{
|
|
3271
|
-
"name": "ChanningDefoe",
|
|
3272
|
-
"github": "ChanningDefoe"
|
|
3273
|
-
}
|
|
3274
|
-
],
|
|
3275
|
-
"compatibility": {
|
|
3276
|
-
"nuxt": "^2.0.0",
|
|
3277
|
-
"requires": {}
|
|
3278
|
-
}
|
|
3279
|
-
},
|
|
3280
3281
|
{
|
|
3281
3282
|
"name": "module-feed",
|
|
3282
3283
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -3647,6 +3648,28 @@
|
|
|
3647
3648
|
"requires": {}
|
|
3648
3649
|
}
|
|
3649
3650
|
},
|
|
3651
|
+
{
|
|
3652
|
+
"name": "nuxt-feather-icons",
|
|
3653
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
3654
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
3655
|
+
"npm": "nuxt-feather-icons",
|
|
3656
|
+
"icon": "nuxt-feather-icons.svg",
|
|
3657
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3658
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3659
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3660
|
+
"category": "UI",
|
|
3661
|
+
"type": "3rd-party",
|
|
3662
|
+
"maintainers": [
|
|
3663
|
+
{
|
|
3664
|
+
"name": "4sllan",
|
|
3665
|
+
"github": "4sllan"
|
|
3666
|
+
}
|
|
3667
|
+
],
|
|
3668
|
+
"compatibility": {
|
|
3669
|
+
"nuxt": "^3.0.0",
|
|
3670
|
+
"requires": {}
|
|
3671
|
+
}
|
|
3672
|
+
},
|
|
3650
3673
|
{
|
|
3651
3674
|
"name": "nuxt-feedme",
|
|
3652
3675
|
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
@@ -3968,6 +3991,51 @@
|
|
|
3968
3991
|
"devtools": "^0.0.0"
|
|
3969
3992
|
}
|
|
3970
3993
|
},
|
|
3994
|
+
{
|
|
3995
|
+
"name": "nuxt-oidc-auth",
|
|
3996
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
3997
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
3998
|
+
"npm": "nuxt-oidc-auth",
|
|
3999
|
+
"icon": "",
|
|
4000
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4001
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4002
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4003
|
+
"category": "Security",
|
|
4004
|
+
"type": "3rd-party",
|
|
4005
|
+
"maintainers": [
|
|
4006
|
+
{
|
|
4007
|
+
"name": "Jan-Henrik Damaschke",
|
|
4008
|
+
"github": "itpropro",
|
|
4009
|
+
"twitter": "jandamaschke"
|
|
4010
|
+
}
|
|
4011
|
+
],
|
|
4012
|
+
"compatibility": {
|
|
4013
|
+
"nuxt": "^3.0.0",
|
|
4014
|
+
"requires": {}
|
|
4015
|
+
}
|
|
4016
|
+
},
|
|
4017
|
+
{
|
|
4018
|
+
"name": "nuxt-openapi-docs-module",
|
|
4019
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
4020
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4021
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4022
|
+
"icon": "nuxt-openapi-docs-module.svg",
|
|
4023
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4024
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4025
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4026
|
+
"category": "Libraries",
|
|
4027
|
+
"type": "3rd-party",
|
|
4028
|
+
"maintainers": [
|
|
4029
|
+
{
|
|
4030
|
+
"name": "Pavel Kuzmin",
|
|
4031
|
+
"github": "s00d"
|
|
4032
|
+
}
|
|
4033
|
+
],
|
|
4034
|
+
"compatibility": {
|
|
4035
|
+
"nuxt": "^3.0.0",
|
|
4036
|
+
"requires": {}
|
|
4037
|
+
}
|
|
4038
|
+
},
|
|
3971
4039
|
{
|
|
3972
4040
|
"name": "nuxt-payload-analyzer",
|
|
3973
4041
|
"description": "Analyze Nuxt Payload Size",
|
|
@@ -4021,8 +4089,8 @@
|
|
|
4021
4089
|
"npm": "nuxt-phosphor-icons",
|
|
4022
4090
|
"icon": "phosphor-icons.svg",
|
|
4023
4091
|
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4024
|
-
"website": "https://
|
|
4025
|
-
"learn_more": "https://
|
|
4092
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4093
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
4026
4094
|
"category": "UI",
|
|
4027
4095
|
"type": "3rd-party",
|
|
4028
4096
|
"maintainers": [
|
|
@@ -4225,6 +4293,30 @@
|
|
|
4225
4293
|
"requires": {}
|
|
4226
4294
|
}
|
|
4227
4295
|
},
|
|
4296
|
+
{
|
|
4297
|
+
"name": "nuxt-svgo-loader",
|
|
4298
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4299
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4300
|
+
"npm": "nuxt-svgo-loader",
|
|
4301
|
+
"icon": "",
|
|
4302
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4303
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4304
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4305
|
+
"category": "Images",
|
|
4306
|
+
"type": "3rd-party",
|
|
4307
|
+
"maintainers": [
|
|
4308
|
+
{
|
|
4309
|
+
"name": "Alex Liu",
|
|
4310
|
+
"github": "Mini-ghost",
|
|
4311
|
+
"twitter": "Minighost_Alex"
|
|
4312
|
+
}
|
|
4313
|
+
],
|
|
4314
|
+
"compatibility": {
|
|
4315
|
+
"nuxt": "^3.0.0",
|
|
4316
|
+
"requires": {},
|
|
4317
|
+
"devtools": "^0.0.0"
|
|
4318
|
+
}
|
|
4319
|
+
},
|
|
4228
4320
|
{
|
|
4229
4321
|
"name": "nuxt-svgo",
|
|
4230
4322
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -4269,28 +4361,6 @@
|
|
|
4269
4361
|
"requires": {}
|
|
4270
4362
|
}
|
|
4271
4363
|
},
|
|
4272
|
-
{
|
|
4273
|
-
"name": "nuxt-use-motion",
|
|
4274
|
-
"description": "A Nuxt module putting your components in motion",
|
|
4275
|
-
"repo": "Tahul/nuxt-use-motion",
|
|
4276
|
-
"npm": "nuxt-use-motion",
|
|
4277
|
-
"icon": "nuxt-use-motion.svg",
|
|
4278
|
-
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
4279
|
-
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
4280
|
-
"learn_more": "https://github.com/vueuse/motion",
|
|
4281
|
-
"category": "Libraries",
|
|
4282
|
-
"type": "3rd-party",
|
|
4283
|
-
"maintainers": [
|
|
4284
|
-
{
|
|
4285
|
-
"name": "Tahul",
|
|
4286
|
-
"github": "Tahul"
|
|
4287
|
-
}
|
|
4288
|
-
],
|
|
4289
|
-
"compatibility": {
|
|
4290
|
-
"nuxt": "^2.0.0",
|
|
4291
|
-
"requires": {}
|
|
4292
|
-
}
|
|
4293
|
-
},
|
|
4294
4364
|
{
|
|
4295
4365
|
"name": "nuxt-use-sound",
|
|
4296
4366
|
"description": "A Nuxt module for playing sound effects.",
|
|
@@ -4451,14 +4521,14 @@
|
|
|
4451
4521
|
{
|
|
4452
4522
|
"name": "og-image",
|
|
4453
4523
|
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4454
|
-
"repo": "
|
|
4524
|
+
"repo": "nuxt-modules/og-image",
|
|
4455
4525
|
"npm": "nuxt-og-image",
|
|
4456
4526
|
"icon": "og-image.svg",
|
|
4457
|
-
"github": "https://github.com/
|
|
4527
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4458
4528
|
"website": "https://nuxtseo.com/og-image",
|
|
4459
4529
|
"learn_more": "https://nuxtseo.com/og-image",
|
|
4460
4530
|
"category": "SEO",
|
|
4461
|
-
"type": "
|
|
4531
|
+
"type": "community",
|
|
4462
4532
|
"maintainers": [
|
|
4463
4533
|
{
|
|
4464
4534
|
"name": "Harlan Wilton",
|
|
@@ -4803,7 +4873,7 @@
|
|
|
4803
4873
|
"npm": "nuxt-prepare",
|
|
4804
4874
|
"icon": "prepare.svg",
|
|
4805
4875
|
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4806
|
-
"website": "https://nuxt-prepare.
|
|
4876
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
4807
4877
|
"learn_more": "",
|
|
4808
4878
|
"category": "Devtools",
|
|
4809
4879
|
"type": "3rd-party",
|
|
@@ -5314,7 +5384,7 @@
|
|
|
5314
5384
|
},
|
|
5315
5385
|
{
|
|
5316
5386
|
"name": "schema-org",
|
|
5317
|
-
"description": "Schema.org
|
|
5387
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5318
5388
|
"repo": "harlan-zw/nuxt-schema-org",
|
|
5319
5389
|
"npm": "nuxt-schema-org",
|
|
5320
5390
|
"icon": "schema-org.svg",
|
|
@@ -5427,7 +5497,7 @@
|
|
|
5427
5497
|
},
|
|
5428
5498
|
{
|
|
5429
5499
|
"name": "seo-experiments",
|
|
5430
|
-
"description": "Powerful SEO DX improvements
|
|
5500
|
+
"description": "Powerful SEO DX improvements.",
|
|
5431
5501
|
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5432
5502
|
"npm": "nuxt-seo-experiments",
|
|
5433
5503
|
"icon": "seo-experiments.svg",
|
|
@@ -5449,28 +5519,6 @@
|
|
|
5449
5519
|
"requires": {}
|
|
5450
5520
|
}
|
|
5451
5521
|
},
|
|
5452
|
-
{
|
|
5453
|
-
"name": "seo-kit",
|
|
5454
|
-
"description": "The complete SEO solution for Nuxt.",
|
|
5455
|
-
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
5456
|
-
"npm": "nuxt-seo-kit",
|
|
5457
|
-
"icon": "seo-kit.svg",
|
|
5458
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
5459
|
-
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5460
|
-
"learn_more": "",
|
|
5461
|
-
"category": "SEO",
|
|
5462
|
-
"type": "3rd-party",
|
|
5463
|
-
"maintainers": [
|
|
5464
|
-
{
|
|
5465
|
-
"name": "harlan-zw",
|
|
5466
|
-
"github": "harlan-zw"
|
|
5467
|
-
}
|
|
5468
|
-
],
|
|
5469
|
-
"compatibility": {
|
|
5470
|
-
"nuxt": "^3.0.0",
|
|
5471
|
-
"requires": {}
|
|
5472
|
-
}
|
|
5473
|
-
},
|
|
5474
5522
|
{
|
|
5475
5523
|
"name": "seo-meta",
|
|
5476
5524
|
"description": "Simple generate seo metadata",
|
|
@@ -5494,6 +5542,28 @@
|
|
|
5494
5542
|
"requires": {}
|
|
5495
5543
|
}
|
|
5496
5544
|
},
|
|
5545
|
+
{
|
|
5546
|
+
"name": "seo",
|
|
5547
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
5548
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
5549
|
+
"npm": "@nuxtjs/seo",
|
|
5550
|
+
"icon": "nuxt.svg",
|
|
5551
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
5552
|
+
"website": "https://nuxtseo.com/",
|
|
5553
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5554
|
+
"category": "SEO",
|
|
5555
|
+
"type": "3rd-party",
|
|
5556
|
+
"maintainers": [
|
|
5557
|
+
{
|
|
5558
|
+
"name": "harlan-zw",
|
|
5559
|
+
"github": "harlan-zw"
|
|
5560
|
+
}
|
|
5561
|
+
],
|
|
5562
|
+
"compatibility": {
|
|
5563
|
+
"nuxt": "^3.0.0",
|
|
5564
|
+
"requires": {}
|
|
5565
|
+
}
|
|
5566
|
+
},
|
|
5497
5567
|
{
|
|
5498
5568
|
"name": "seomatic-meta",
|
|
5499
5569
|
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
@@ -5677,41 +5747,23 @@
|
|
|
5677
5747
|
}
|
|
5678
5748
|
},
|
|
5679
5749
|
{
|
|
5680
|
-
"name": "
|
|
5750
|
+
"name": "sitemap",
|
|
5681
5751
|
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5682
|
-
"repo": "
|
|
5683
|
-
"npm": "
|
|
5752
|
+
"repo": "nuxt-modules/sitemap",
|
|
5753
|
+
"npm": "@nuxtjs/sitemap",
|
|
5684
5754
|
"icon": "simple-sitemap.svg",
|
|
5685
|
-
"github": "https://github.com/
|
|
5686
|
-
"website": "https://nuxtseo.com/
|
|
5687
|
-
"learn_more": "https://nuxtseo.com/
|
|
5755
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
5756
|
+
"website": "https://nuxtseo.com/",
|
|
5757
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
5688
5758
|
"category": "SEO",
|
|
5689
|
-
"type": "
|
|
5759
|
+
"type": "community",
|
|
5690
5760
|
"maintainers": [
|
|
5691
5761
|
{
|
|
5692
5762
|
"name": "Harlan Wilton",
|
|
5693
5763
|
"github": "harlan-zw",
|
|
5694
5764
|
"twitter": "harlan_zw",
|
|
5695
5765
|
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5696
|
-
}
|
|
5697
|
-
],
|
|
5698
|
-
"compatibility": {
|
|
5699
|
-
"nuxt": "^3.0.0",
|
|
5700
|
-
"requires": {}
|
|
5701
|
-
}
|
|
5702
|
-
},
|
|
5703
|
-
{
|
|
5704
|
-
"name": "sitemap",
|
|
5705
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
5706
|
-
"repo": "nuxt-community/sitemap-module#dev",
|
|
5707
|
-
"npm": "@nuxtjs/sitemap",
|
|
5708
|
-
"icon": "",
|
|
5709
|
-
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
5710
|
-
"website": "https://sitemap.nuxtjs.org",
|
|
5711
|
-
"learn_more": "",
|
|
5712
|
-
"category": "SEO",
|
|
5713
|
-
"type": "community",
|
|
5714
|
-
"maintainers": [
|
|
5766
|
+
},
|
|
5715
5767
|
{
|
|
5716
5768
|
"name": "Nicolas PENNEC",
|
|
5717
5769
|
"github": "NicoPennec",
|
|
@@ -5719,7 +5771,7 @@
|
|
|
5719
5771
|
}
|
|
5720
5772
|
],
|
|
5721
5773
|
"compatibility": {
|
|
5722
|
-
"nuxt": "^
|
|
5774
|
+
"nuxt": "^3.0.0",
|
|
5723
5775
|
"requires": {}
|
|
5724
5776
|
}
|
|
5725
5777
|
},
|
|
@@ -6422,6 +6474,28 @@
|
|
|
6422
6474
|
"requires": {}
|
|
6423
6475
|
}
|
|
6424
6476
|
},
|
|
6477
|
+
{
|
|
6478
|
+
"name": "tiptap",
|
|
6479
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6480
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6481
|
+
"npm": "nuxt-tiptap-editor",
|
|
6482
|
+
"icon": "tiptap.png",
|
|
6483
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6484
|
+
"website": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6485
|
+
"learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6486
|
+
"category": "Libraries",
|
|
6487
|
+
"type": "3rd-party",
|
|
6488
|
+
"maintainers": [
|
|
6489
|
+
{
|
|
6490
|
+
"name": "modbender",
|
|
6491
|
+
"github": "modbender"
|
|
6492
|
+
}
|
|
6493
|
+
],
|
|
6494
|
+
"compatibility": {
|
|
6495
|
+
"nuxt": "^3.0.0",
|
|
6496
|
+
"requires": {}
|
|
6497
|
+
}
|
|
6498
|
+
},
|
|
6425
6499
|
{
|
|
6426
6500
|
"name": "toast",
|
|
6427
6501
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
@@ -6445,6 +6519,28 @@
|
|
|
6445
6519
|
"requires": {}
|
|
6446
6520
|
}
|
|
6447
6521
|
},
|
|
6522
|
+
{
|
|
6523
|
+
"name": "translation-manager",
|
|
6524
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6525
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6526
|
+
"npm": "nuxt-translation-manager",
|
|
6527
|
+
"icon": "translation-manager.png",
|
|
6528
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6529
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6530
|
+
"learn_more": "",
|
|
6531
|
+
"category": "Extensions",
|
|
6532
|
+
"type": "3rd-party",
|
|
6533
|
+
"maintainers": [
|
|
6534
|
+
{
|
|
6535
|
+
"name": "Sam K",
|
|
6536
|
+
"github": "samk-dev"
|
|
6537
|
+
}
|
|
6538
|
+
],
|
|
6539
|
+
"compatibility": {
|
|
6540
|
+
"nuxt": "^3.0.0",
|
|
6541
|
+
"requires": {}
|
|
6542
|
+
}
|
|
6543
|
+
},
|
|
6448
6544
|
{
|
|
6449
6545
|
"name": "tresjs",
|
|
6450
6546
|
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
@@ -6774,28 +6870,6 @@
|
|
|
6774
6870
|
}
|
|
6775
6871
|
}
|
|
6776
6872
|
},
|
|
6777
|
-
{
|
|
6778
|
-
"name": "unhead",
|
|
6779
|
-
"description": "Experimental features for Nuxt SEO / head management.",
|
|
6780
|
-
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6781
|
-
"npm": "nuxt-seo-experiments",
|
|
6782
|
-
"icon": "",
|
|
6783
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6784
|
-
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6785
|
-
"learn_more": "",
|
|
6786
|
-
"category": "SEO",
|
|
6787
|
-
"type": "3rd-party",
|
|
6788
|
-
"maintainers": [
|
|
6789
|
-
{
|
|
6790
|
-
"name": "harlan-zw",
|
|
6791
|
-
"github": "harlan-zw"
|
|
6792
|
-
}
|
|
6793
|
-
],
|
|
6794
|
-
"compatibility": {
|
|
6795
|
-
"nuxt": "^3.0.0",
|
|
6796
|
-
"requires": {}
|
|
6797
|
-
}
|
|
6798
|
-
},
|
|
6799
6873
|
{
|
|
6800
6874
|
"name": "universal-storage",
|
|
6801
6875
|
"description": "Universal Storage Utilities for Nuxt",
|
|
@@ -7208,12 +7282,12 @@
|
|
|
7208
7282
|
{
|
|
7209
7283
|
"name": "vue-email",
|
|
7210
7284
|
"description": "💌 Write email templates with vue",
|
|
7211
|
-
"repo": "
|
|
7212
|
-
"npm": "vue-email",
|
|
7285
|
+
"repo": "vue-email/nuxt",
|
|
7286
|
+
"npm": "@vue-email/nuxt",
|
|
7213
7287
|
"icon": "vue-email.svg",
|
|
7214
|
-
"github": "https://github.com/
|
|
7215
|
-
"website": "https://
|
|
7216
|
-
"learn_more": "https://
|
|
7288
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7289
|
+
"website": "https://vuemail.net/",
|
|
7290
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
7217
7291
|
"category": "UI",
|
|
7218
7292
|
"type": "3rd-party",
|
|
7219
7293
|
"maintainers": [
|