@nuxt/modules 0.6.0-791c3a → 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 +212 -160
- 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.",
|
|
@@ -4359,28 +4429,6 @@
|
|
|
4359
4429
|
"requires": {}
|
|
4360
4430
|
}
|
|
4361
4431
|
},
|
|
4362
|
-
{
|
|
4363
|
-
"name": "nuxt-vuetify",
|
|
4364
|
-
"description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
|
|
4365
|
-
"repo": "invictus-codes/nuxt-vuetify",
|
|
4366
|
-
"npm": "@invictus.codes/nuxt-vuetify",
|
|
4367
|
-
"icon": "vuetify-logo-v3-dark.svg",
|
|
4368
|
-
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
4369
|
-
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
4370
|
-
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
4371
|
-
"category": "UI",
|
|
4372
|
-
"type": "3rd-party",
|
|
4373
|
-
"maintainers": [
|
|
4374
|
-
{
|
|
4375
|
-
"name": "Jens van Hellemondt",
|
|
4376
|
-
"github": "invictus-codes"
|
|
4377
|
-
}
|
|
4378
|
-
],
|
|
4379
|
-
"compatibility": {
|
|
4380
|
-
"nuxt": "^3.0.0",
|
|
4381
|
-
"requires": {}
|
|
4382
|
-
}
|
|
4383
|
-
},
|
|
4384
4432
|
{
|
|
4385
4433
|
"name": "Nuxt zodI18n",
|
|
4386
4434
|
"description": "A Nuxt Module for localizing zod error messages.",
|
|
@@ -4473,14 +4521,14 @@
|
|
|
4473
4521
|
{
|
|
4474
4522
|
"name": "og-image",
|
|
4475
4523
|
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4476
|
-
"repo": "
|
|
4524
|
+
"repo": "nuxt-modules/og-image",
|
|
4477
4525
|
"npm": "nuxt-og-image",
|
|
4478
4526
|
"icon": "og-image.svg",
|
|
4479
|
-
"github": "https://github.com/
|
|
4527
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4480
4528
|
"website": "https://nuxtseo.com/og-image",
|
|
4481
4529
|
"learn_more": "https://nuxtseo.com/og-image",
|
|
4482
4530
|
"category": "SEO",
|
|
4483
|
-
"type": "
|
|
4531
|
+
"type": "community",
|
|
4484
4532
|
"maintainers": [
|
|
4485
4533
|
{
|
|
4486
4534
|
"name": "Harlan Wilton",
|
|
@@ -4825,7 +4873,7 @@
|
|
|
4825
4873
|
"npm": "nuxt-prepare",
|
|
4826
4874
|
"icon": "prepare.svg",
|
|
4827
4875
|
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4828
|
-
"website": "https://nuxt-prepare.
|
|
4876
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
4829
4877
|
"learn_more": "",
|
|
4830
4878
|
"category": "Devtools",
|
|
4831
4879
|
"type": "3rd-party",
|
|
@@ -5336,7 +5384,7 @@
|
|
|
5336
5384
|
},
|
|
5337
5385
|
{
|
|
5338
5386
|
"name": "schema-org",
|
|
5339
|
-
"description": "Schema.org
|
|
5387
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5340
5388
|
"repo": "harlan-zw/nuxt-schema-org",
|
|
5341
5389
|
"npm": "nuxt-schema-org",
|
|
5342
5390
|
"icon": "schema-org.svg",
|
|
@@ -5449,7 +5497,7 @@
|
|
|
5449
5497
|
},
|
|
5450
5498
|
{
|
|
5451
5499
|
"name": "seo-experiments",
|
|
5452
|
-
"description": "Powerful SEO DX improvements
|
|
5500
|
+
"description": "Powerful SEO DX improvements.",
|
|
5453
5501
|
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5454
5502
|
"npm": "nuxt-seo-experiments",
|
|
5455
5503
|
"icon": "seo-experiments.svg",
|
|
@@ -5471,28 +5519,6 @@
|
|
|
5471
5519
|
"requires": {}
|
|
5472
5520
|
}
|
|
5473
5521
|
},
|
|
5474
|
-
{
|
|
5475
|
-
"name": "seo-kit",
|
|
5476
|
-
"description": "The complete SEO solution for Nuxt.",
|
|
5477
|
-
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
5478
|
-
"npm": "nuxt-seo-kit",
|
|
5479
|
-
"icon": "seo-kit.svg",
|
|
5480
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
5481
|
-
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5482
|
-
"learn_more": "",
|
|
5483
|
-
"category": "SEO",
|
|
5484
|
-
"type": "3rd-party",
|
|
5485
|
-
"maintainers": [
|
|
5486
|
-
{
|
|
5487
|
-
"name": "harlan-zw",
|
|
5488
|
-
"github": "harlan-zw"
|
|
5489
|
-
}
|
|
5490
|
-
],
|
|
5491
|
-
"compatibility": {
|
|
5492
|
-
"nuxt": "^3.0.0",
|
|
5493
|
-
"requires": {}
|
|
5494
|
-
}
|
|
5495
|
-
},
|
|
5496
5522
|
{
|
|
5497
5523
|
"name": "seo-meta",
|
|
5498
5524
|
"description": "Simple generate seo metadata",
|
|
@@ -5516,6 +5542,28 @@
|
|
|
5516
5542
|
"requires": {}
|
|
5517
5543
|
}
|
|
5518
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
|
+
},
|
|
5519
5567
|
{
|
|
5520
5568
|
"name": "seomatic-meta",
|
|
5521
5569
|
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
@@ -5699,41 +5747,23 @@
|
|
|
5699
5747
|
}
|
|
5700
5748
|
},
|
|
5701
5749
|
{
|
|
5702
|
-
"name": "
|
|
5750
|
+
"name": "sitemap",
|
|
5703
5751
|
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5704
|
-
"repo": "
|
|
5705
|
-
"npm": "
|
|
5752
|
+
"repo": "nuxt-modules/sitemap",
|
|
5753
|
+
"npm": "@nuxtjs/sitemap",
|
|
5706
5754
|
"icon": "simple-sitemap.svg",
|
|
5707
|
-
"github": "https://github.com/
|
|
5708
|
-
"website": "https://nuxtseo.com/
|
|
5709
|
-
"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",
|
|
5710
5758
|
"category": "SEO",
|
|
5711
|
-
"type": "
|
|
5759
|
+
"type": "community",
|
|
5712
5760
|
"maintainers": [
|
|
5713
5761
|
{
|
|
5714
5762
|
"name": "Harlan Wilton",
|
|
5715
5763
|
"github": "harlan-zw",
|
|
5716
5764
|
"twitter": "harlan_zw",
|
|
5717
5765
|
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5718
|
-
}
|
|
5719
|
-
],
|
|
5720
|
-
"compatibility": {
|
|
5721
|
-
"nuxt": "^3.0.0",
|
|
5722
|
-
"requires": {}
|
|
5723
|
-
}
|
|
5724
|
-
},
|
|
5725
|
-
{
|
|
5726
|
-
"name": "sitemap",
|
|
5727
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
5728
|
-
"repo": "nuxt-community/sitemap-module#dev",
|
|
5729
|
-
"npm": "@nuxtjs/sitemap",
|
|
5730
|
-
"icon": "",
|
|
5731
|
-
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
5732
|
-
"website": "https://sitemap.nuxtjs.org",
|
|
5733
|
-
"learn_more": "",
|
|
5734
|
-
"category": "SEO",
|
|
5735
|
-
"type": "community",
|
|
5736
|
-
"maintainers": [
|
|
5766
|
+
},
|
|
5737
5767
|
{
|
|
5738
5768
|
"name": "Nicolas PENNEC",
|
|
5739
5769
|
"github": "NicoPennec",
|
|
@@ -5741,7 +5771,7 @@
|
|
|
5741
5771
|
}
|
|
5742
5772
|
],
|
|
5743
5773
|
"compatibility": {
|
|
5744
|
-
"nuxt": "^
|
|
5774
|
+
"nuxt": "^3.0.0",
|
|
5745
5775
|
"requires": {}
|
|
5746
5776
|
}
|
|
5747
5777
|
},
|
|
@@ -6444,6 +6474,28 @@
|
|
|
6444
6474
|
"requires": {}
|
|
6445
6475
|
}
|
|
6446
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
|
+
},
|
|
6447
6499
|
{
|
|
6448
6500
|
"name": "toast",
|
|
6449
6501
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
@@ -6467,6 +6519,28 @@
|
|
|
6467
6519
|
"requires": {}
|
|
6468
6520
|
}
|
|
6469
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
|
+
},
|
|
6470
6544
|
{
|
|
6471
6545
|
"name": "tresjs",
|
|
6472
6546
|
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
@@ -6796,28 +6870,6 @@
|
|
|
6796
6870
|
}
|
|
6797
6871
|
}
|
|
6798
6872
|
},
|
|
6799
|
-
{
|
|
6800
|
-
"name": "unhead",
|
|
6801
|
-
"description": "Experimental features for Nuxt SEO / head management.",
|
|
6802
|
-
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6803
|
-
"npm": "nuxt-seo-experiments",
|
|
6804
|
-
"icon": "",
|
|
6805
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6806
|
-
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6807
|
-
"learn_more": "",
|
|
6808
|
-
"category": "SEO",
|
|
6809
|
-
"type": "3rd-party",
|
|
6810
|
-
"maintainers": [
|
|
6811
|
-
{
|
|
6812
|
-
"name": "harlan-zw",
|
|
6813
|
-
"github": "harlan-zw"
|
|
6814
|
-
}
|
|
6815
|
-
],
|
|
6816
|
-
"compatibility": {
|
|
6817
|
-
"nuxt": "^3.0.0",
|
|
6818
|
-
"requires": {}
|
|
6819
|
-
}
|
|
6820
|
-
},
|
|
6821
6873
|
{
|
|
6822
6874
|
"name": "universal-storage",
|
|
6823
6875
|
"description": "Universal Storage Utilities for Nuxt",
|
|
@@ -7230,12 +7282,12 @@
|
|
|
7230
7282
|
{
|
|
7231
7283
|
"name": "vue-email",
|
|
7232
7284
|
"description": "💌 Write email templates with vue",
|
|
7233
|
-
"repo": "
|
|
7234
|
-
"npm": "vue-email",
|
|
7285
|
+
"repo": "vue-email/nuxt",
|
|
7286
|
+
"npm": "@vue-email/nuxt",
|
|
7235
7287
|
"icon": "vue-email.svg",
|
|
7236
|
-
"github": "https://github.com/
|
|
7237
|
-
"website": "https://
|
|
7238
|
-
"learn_more": "https://
|
|
7288
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7289
|
+
"website": "https://vuemail.net/",
|
|
7290
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
7239
7291
|
"category": "UI",
|
|
7240
7292
|
"type": "3rd-party",
|
|
7241
7293
|
"maintainers": [
|
|
@@ -7898,11 +7950,11 @@
|
|
|
7898
7950
|
{
|
|
7899
7951
|
"name": "windicss",
|
|
7900
7952
|
"description": "Next generation utility-first CSS framework.",
|
|
7901
|
-
"repo": "windicss/nuxt-windicss
|
|
7953
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
7902
7954
|
"npm": "nuxt-windicss",
|
|
7903
7955
|
"icon": "windicss.svg",
|
|
7904
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
7905
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
7956
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
7957
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
7906
7958
|
"learn_more": "https://windicss.org/",
|
|
7907
7959
|
"category": "UI",
|
|
7908
7960
|
"type": "3rd-party",
|