@nuxt/modules 0.6.0-763a55 → 0.6.0-78da74
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 +269 -194
- package/package.json +2 -1
package/modules.json
CHANGED
|
@@ -1,26 +1,4 @@
|
|
|
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
|
-
},
|
|
24
2
|
{
|
|
25
3
|
"name": "ackee",
|
|
26
4
|
"description": "Nuxt module for Ackee analytics",
|
|
@@ -778,10 +756,10 @@
|
|
|
778
756
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
779
757
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
780
758
|
"npm": "nuxt-chiffre",
|
|
781
|
-
"icon": "
|
|
759
|
+
"icon": "chiffre.png",
|
|
782
760
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
783
761
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
784
|
-
"learn_more": "https://chiffre.io",
|
|
762
|
+
"learn_more": "https://chiffre.io/",
|
|
785
763
|
"category": "Analytics",
|
|
786
764
|
"type": "3rd-party",
|
|
787
765
|
"maintainers": [
|
|
@@ -1411,8 +1389,8 @@
|
|
|
1411
1389
|
"npm": "nuxtjs-drupal-ce",
|
|
1412
1390
|
"icon": "drupal-ce.png",
|
|
1413
1391
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1414
|
-
"website": "https://
|
|
1415
|
-
"learn_more": "https://
|
|
1392
|
+
"website": "https://lupus-decoupled.org",
|
|
1393
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1416
1394
|
"category": "CMS",
|
|
1417
1395
|
"type": "3rd-party",
|
|
1418
1396
|
"maintainers": [
|
|
@@ -1427,13 +1405,13 @@
|
|
|
1427
1405
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1428
1406
|
},
|
|
1429
1407
|
{
|
|
1430
|
-
"name": "
|
|
1431
|
-
"github": "
|
|
1432
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1408
|
+
"name": "Matic",
|
|
1409
|
+
"github": "TurtlBbx",
|
|
1410
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1433
1411
|
}
|
|
1434
1412
|
],
|
|
1435
1413
|
"compatibility": {
|
|
1436
|
-
"nuxt": "^2.0.0",
|
|
1414
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1437
1415
|
"requires": {}
|
|
1438
1416
|
}
|
|
1439
1417
|
},
|
|
@@ -1600,6 +1578,29 @@
|
|
|
1600
1578
|
"requires": {}
|
|
1601
1579
|
}
|
|
1602
1580
|
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "fathom-analytics",
|
|
1583
|
+
"description": "Fathom analytics integration for Nuxt",
|
|
1584
|
+
"repo": "valgeirb/nuxt-fathom",
|
|
1585
|
+
"npm": "nuxt-fathom",
|
|
1586
|
+
"icon": "fathom-analytics.svg",
|
|
1587
|
+
"github": "https://github.com/valgeirb/nuxt-fathom",
|
|
1588
|
+
"website": "https://github.com/valgeirb/nuxt-fathom#readme",
|
|
1589
|
+
"learn_more": "",
|
|
1590
|
+
"category": "Analytics",
|
|
1591
|
+
"type": "3rd-party",
|
|
1592
|
+
"maintainers": [
|
|
1593
|
+
{
|
|
1594
|
+
"name": "Valgeir Björnsson",
|
|
1595
|
+
"github": "valgeirb",
|
|
1596
|
+
"avatar": "https://avatars.githubusercontent.com/valgeirb"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"compatibility": {
|
|
1600
|
+
"nuxt": "^3.0.0",
|
|
1601
|
+
"requires": {}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1603
1604
|
{
|
|
1604
1605
|
"name": "fathom",
|
|
1605
1606
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1803,7 +1804,7 @@
|
|
|
1803
1804
|
{
|
|
1804
1805
|
"name": "form-actions",
|
|
1805
1806
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1806
|
-
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-
|
|
1807
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
|
|
1807
1808
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1808
1809
|
"icon": "form-actions.svg",
|
|
1809
1810
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
@@ -1831,7 +1832,7 @@
|
|
|
1831
1832
|
"icon": "formkit.png",
|
|
1832
1833
|
"github": "https://github.com/formkit/formkit",
|
|
1833
1834
|
"website": "https://formkit.com",
|
|
1834
|
-
"learn_more": "https://formkit.com/
|
|
1835
|
+
"learn_more": "https://formkit.com/getting-started/installation",
|
|
1835
1836
|
"category": "Libraries",
|
|
1836
1837
|
"type": "3rd-party",
|
|
1837
1838
|
"maintainers": [
|
|
@@ -2044,7 +2045,7 @@
|
|
|
2044
2045
|
"icon": "graphql-client.svg",
|
|
2045
2046
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
2046
2047
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
2047
|
-
"learn_more": "https://
|
|
2048
|
+
"learn_more": "https://nuxt-graphql-client.web.app/",
|
|
2048
2049
|
"category": "Request",
|
|
2049
2050
|
"type": "3rd-party",
|
|
2050
2051
|
"maintainers": [
|
|
@@ -2903,7 +2904,7 @@
|
|
|
2903
2904
|
},
|
|
2904
2905
|
{
|
|
2905
2906
|
"name": "link-checker",
|
|
2906
|
-
"description": "Find and magically fix links that may be negatively effecting your
|
|
2907
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2907
2908
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2908
2909
|
"npm": "nuxt-link-checker",
|
|
2909
2910
|
"icon": "link-checker.svg",
|
|
@@ -3072,10 +3073,10 @@
|
|
|
3072
3073
|
{
|
|
3073
3074
|
"name": "magic-regexp",
|
|
3074
3075
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
3075
|
-
"repo": "
|
|
3076
|
+
"repo": "unjs/magic-regexp",
|
|
3076
3077
|
"npm": "magic-regexp",
|
|
3077
3078
|
"icon": "magic-regexp.svg",
|
|
3078
|
-
"github": "https://github.com/
|
|
3079
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
3079
3080
|
"website": "https://magic-regexp.roe.dev",
|
|
3080
3081
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
3081
3082
|
"category": "Libraries",
|
|
@@ -3140,14 +3141,14 @@
|
|
|
3140
3141
|
{
|
|
3141
3142
|
"name": "maz-ui",
|
|
3142
3143
|
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3143
|
-
"repo": "louismazel/maz-ui",
|
|
3144
|
-
"npm": "
|
|
3144
|
+
"repo": "louismazel/maz-ui#master/packages/nuxt-module",
|
|
3145
|
+
"npm": "nuxt-module",
|
|
3145
3146
|
"icon": "maz-ui.png",
|
|
3146
3147
|
"github": "https://github.com/louismazel/maz-ui",
|
|
3147
|
-
"website": "https://
|
|
3148
|
-
"learn_more": "https://
|
|
3148
|
+
"website": "https://maz-ui.com/",
|
|
3149
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3149
3150
|
"category": "UI",
|
|
3150
|
-
"type": "
|
|
3151
|
+
"type": "3rd-party",
|
|
3151
3152
|
"maintainers": [
|
|
3152
3153
|
{
|
|
3153
3154
|
"name": "Loïc Mazuel",
|
|
@@ -3255,28 +3256,6 @@
|
|
|
3255
3256
|
"requires": {}
|
|
3256
3257
|
}
|
|
3257
3258
|
},
|
|
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
3259
|
{
|
|
3281
3260
|
"name": "module-feed",
|
|
3282
3261
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -3419,12 +3398,12 @@
|
|
|
3419
3398
|
{
|
|
3420
3399
|
"name": "netlify",
|
|
3421
3400
|
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3422
|
-
"repo": "
|
|
3401
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
3423
3402
|
"npm": "@aceforth/nuxt-netlify",
|
|
3424
3403
|
"icon": "netlify.png",
|
|
3425
|
-
"github": "https://github.com/
|
|
3426
|
-
"website": "https://
|
|
3427
|
-
"learn_more": "",
|
|
3404
|
+
"github": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3405
|
+
"website": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3406
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
|
|
3428
3407
|
"category": "Deployment",
|
|
3429
3408
|
"type": "3rd-party",
|
|
3430
3409
|
"maintainers": [
|
|
@@ -3532,6 +3511,29 @@
|
|
|
3532
3511
|
"requires": {}
|
|
3533
3512
|
}
|
|
3534
3513
|
},
|
|
3514
|
+
{
|
|
3515
|
+
"name": "nuxt-asciidoc",
|
|
3516
|
+
"description": "Transformer for using asciidoc in nuxt",
|
|
3517
|
+
"repo": "Chris2011/nuxt-asciidoc",
|
|
3518
|
+
"npm": "nuxt-asciidoc",
|
|
3519
|
+
"icon": "nuxt-asciidoc.svg",
|
|
3520
|
+
"github": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3521
|
+
"website": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3522
|
+
"learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
|
|
3523
|
+
"category": "Extensions",
|
|
3524
|
+
"type": "3rd-party",
|
|
3525
|
+
"maintainers": [
|
|
3526
|
+
{
|
|
3527
|
+
"name": "Christian Lenz",
|
|
3528
|
+
"github": "Chris2011",
|
|
3529
|
+
"twitter": "Chrizzly42"
|
|
3530
|
+
}
|
|
3531
|
+
],
|
|
3532
|
+
"compatibility": {
|
|
3533
|
+
"nuxt": "^3.0.0",
|
|
3534
|
+
"requires": {}
|
|
3535
|
+
}
|
|
3536
|
+
},
|
|
3535
3537
|
{
|
|
3536
3538
|
"name": "nuxt-auth-sanctum",
|
|
3537
3539
|
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
@@ -3647,6 +3649,28 @@
|
|
|
3647
3649
|
"requires": {}
|
|
3648
3650
|
}
|
|
3649
3651
|
},
|
|
3652
|
+
{
|
|
3653
|
+
"name": "nuxt-feather-icons",
|
|
3654
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
3655
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
3656
|
+
"npm": "nuxt-feather-icons",
|
|
3657
|
+
"icon": "nuxt-feather-icons.png",
|
|
3658
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3659
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3660
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3661
|
+
"category": "UI",
|
|
3662
|
+
"type": "3rd-party",
|
|
3663
|
+
"maintainers": [
|
|
3664
|
+
{
|
|
3665
|
+
"name": "4sllan",
|
|
3666
|
+
"github": "4sllan"
|
|
3667
|
+
}
|
|
3668
|
+
],
|
|
3669
|
+
"compatibility": {
|
|
3670
|
+
"nuxt": "^3.0.0",
|
|
3671
|
+
"requires": {}
|
|
3672
|
+
}
|
|
3673
|
+
},
|
|
3650
3674
|
{
|
|
3651
3675
|
"name": "nuxt-feedme",
|
|
3652
3676
|
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
@@ -3818,8 +3842,8 @@
|
|
|
3818
3842
|
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3819
3843
|
"icon": "nuxt-localtunnel.svg",
|
|
3820
3844
|
"github": "https://github.com/nuxtus/localtunnel",
|
|
3821
|
-
"website": "https://nuxtus.com",
|
|
3822
|
-
"learn_more": "https://docs.nuxtus.com
|
|
3845
|
+
"website": "https://docs.nuxtus.com",
|
|
3846
|
+
"learn_more": "https://docs.nuxtus.com/localtunnel.html",
|
|
3823
3847
|
"category": "Devtools",
|
|
3824
3848
|
"type": "3rd-party",
|
|
3825
3849
|
"maintainers": [
|
|
@@ -3968,6 +3992,51 @@
|
|
|
3968
3992
|
"devtools": "^0.0.0"
|
|
3969
3993
|
}
|
|
3970
3994
|
},
|
|
3995
|
+
{
|
|
3996
|
+
"name": "nuxt-oidc-auth",
|
|
3997
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
3998
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
3999
|
+
"npm": "nuxt-oidc-auth",
|
|
4000
|
+
"icon": "",
|
|
4001
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4002
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4003
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4004
|
+
"category": "Security",
|
|
4005
|
+
"type": "3rd-party",
|
|
4006
|
+
"maintainers": [
|
|
4007
|
+
{
|
|
4008
|
+
"name": "Jan-Henrik Damaschke",
|
|
4009
|
+
"github": "itpropro",
|
|
4010
|
+
"twitter": "jandamaschke"
|
|
4011
|
+
}
|
|
4012
|
+
],
|
|
4013
|
+
"compatibility": {
|
|
4014
|
+
"nuxt": "^3.0.0",
|
|
4015
|
+
"requires": {}
|
|
4016
|
+
}
|
|
4017
|
+
},
|
|
4018
|
+
{
|
|
4019
|
+
"name": "nuxt-openapi-docs-module",
|
|
4020
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
4021
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4022
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4023
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4024
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4025
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4026
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4027
|
+
"category": "Libraries",
|
|
4028
|
+
"type": "3rd-party",
|
|
4029
|
+
"maintainers": [
|
|
4030
|
+
{
|
|
4031
|
+
"name": "Pavel Kuzmin",
|
|
4032
|
+
"github": "s00d"
|
|
4033
|
+
}
|
|
4034
|
+
],
|
|
4035
|
+
"compatibility": {
|
|
4036
|
+
"nuxt": "^3.0.0",
|
|
4037
|
+
"requires": {}
|
|
4038
|
+
}
|
|
4039
|
+
},
|
|
3971
4040
|
{
|
|
3972
4041
|
"name": "nuxt-payload-analyzer",
|
|
3973
4042
|
"description": "Analyze Nuxt Payload Size",
|
|
@@ -4021,8 +4090,8 @@
|
|
|
4021
4090
|
"npm": "nuxt-phosphor-icons",
|
|
4022
4091
|
"icon": "phosphor-icons.svg",
|
|
4023
4092
|
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4024
|
-
"website": "https://
|
|
4025
|
-
"learn_more": "https://
|
|
4093
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4094
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
4026
4095
|
"category": "UI",
|
|
4027
4096
|
"type": "3rd-party",
|
|
4028
4097
|
"maintainers": [
|
|
@@ -4208,7 +4277,7 @@
|
|
|
4208
4277
|
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
4209
4278
|
"repo": "fumeapp/nuxt-storm",
|
|
4210
4279
|
"npm": "nuxt-storm",
|
|
4211
|
-
"icon": "
|
|
4280
|
+
"icon": "",
|
|
4212
4281
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
4213
4282
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
4214
4283
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -4225,6 +4294,30 @@
|
|
|
4225
4294
|
"requires": {}
|
|
4226
4295
|
}
|
|
4227
4296
|
},
|
|
4297
|
+
{
|
|
4298
|
+
"name": "nuxt-svgo-loader",
|
|
4299
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4300
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4301
|
+
"npm": "nuxt-svgo-loader",
|
|
4302
|
+
"icon": "",
|
|
4303
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4304
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4305
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4306
|
+
"category": "Images",
|
|
4307
|
+
"type": "3rd-party",
|
|
4308
|
+
"maintainers": [
|
|
4309
|
+
{
|
|
4310
|
+
"name": "Alex Liu",
|
|
4311
|
+
"github": "Mini-ghost",
|
|
4312
|
+
"twitter": "Minighost_Alex"
|
|
4313
|
+
}
|
|
4314
|
+
],
|
|
4315
|
+
"compatibility": {
|
|
4316
|
+
"nuxt": "^3.0.0",
|
|
4317
|
+
"requires": {},
|
|
4318
|
+
"devtools": "^0.0.0"
|
|
4319
|
+
}
|
|
4320
|
+
},
|
|
4228
4321
|
{
|
|
4229
4322
|
"name": "nuxt-svgo",
|
|
4230
4323
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -4269,28 +4362,6 @@
|
|
|
4269
4362
|
"requires": {}
|
|
4270
4363
|
}
|
|
4271
4364
|
},
|
|
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
4365
|
{
|
|
4295
4366
|
"name": "nuxt-use-sound",
|
|
4296
4367
|
"description": "A Nuxt module for playing sound effects.",
|
|
@@ -4360,7 +4431,7 @@
|
|
|
4360
4431
|
}
|
|
4361
4432
|
},
|
|
4362
4433
|
{
|
|
4363
|
-
"name": "
|
|
4434
|
+
"name": "nuxt-zod-i18n",
|
|
4364
4435
|
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4365
4436
|
"repo": "xibman/nuxt-zod-i18n",
|
|
4366
4437
|
"npm": "nuxt-zod-i18n",
|
|
@@ -4451,14 +4522,14 @@
|
|
|
4451
4522
|
{
|
|
4452
4523
|
"name": "og-image",
|
|
4453
4524
|
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4454
|
-
"repo": "
|
|
4525
|
+
"repo": "nuxt-modules/og-image",
|
|
4455
4526
|
"npm": "nuxt-og-image",
|
|
4456
4527
|
"icon": "og-image.svg",
|
|
4457
|
-
"github": "https://github.com/
|
|
4528
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4458
4529
|
"website": "https://nuxtseo.com/og-image",
|
|
4459
4530
|
"learn_more": "https://nuxtseo.com/og-image",
|
|
4460
4531
|
"category": "SEO",
|
|
4461
|
-
"type": "
|
|
4532
|
+
"type": "community",
|
|
4462
4533
|
"maintainers": [
|
|
4463
4534
|
{
|
|
4464
4535
|
"name": "Harlan Wilton",
|
|
@@ -4503,8 +4574,8 @@
|
|
|
4503
4574
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
4504
4575
|
"icon": "",
|
|
4505
4576
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4506
|
-
"website": "https://
|
|
4507
|
-
"learn_more": "",
|
|
4577
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4578
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
4508
4579
|
"category": "Images",
|
|
4509
4580
|
"type": "3rd-party",
|
|
4510
4581
|
"maintainers": [
|
|
@@ -4803,7 +4874,7 @@
|
|
|
4803
4874
|
"npm": "nuxt-prepare",
|
|
4804
4875
|
"icon": "prepare.svg",
|
|
4805
4876
|
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4806
|
-
"website": "https://nuxt-prepare.
|
|
4877
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
4807
4878
|
"learn_more": "",
|
|
4808
4879
|
"category": "Devtools",
|
|
4809
4880
|
"type": "3rd-party",
|
|
@@ -5203,7 +5274,7 @@
|
|
|
5203
5274
|
"icon": "robots.png",
|
|
5204
5275
|
"github": "https://github.com/nuxt-modules/robots",
|
|
5205
5276
|
"website": "https://github.com/nuxt-modules/robots",
|
|
5206
|
-
"learn_more": "
|
|
5277
|
+
"learn_more": "",
|
|
5207
5278
|
"category": "SEO",
|
|
5208
5279
|
"type": "community",
|
|
5209
5280
|
"maintainers": [
|
|
@@ -5314,7 +5385,7 @@
|
|
|
5314
5385
|
},
|
|
5315
5386
|
{
|
|
5316
5387
|
"name": "schema-org",
|
|
5317
|
-
"description": "Schema.org
|
|
5388
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5318
5389
|
"repo": "harlan-zw/nuxt-schema-org",
|
|
5319
5390
|
"npm": "nuxt-schema-org",
|
|
5320
5391
|
"icon": "schema-org.svg",
|
|
@@ -5389,7 +5460,7 @@
|
|
|
5389
5460
|
"icon": "segment.png",
|
|
5390
5461
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
5391
5462
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
5392
|
-
"learn_more": "
|
|
5463
|
+
"learn_more": "",
|
|
5393
5464
|
"category": "Analytics",
|
|
5394
5465
|
"type": "3rd-party",
|
|
5395
5466
|
"maintainers": [
|
|
@@ -5427,7 +5498,7 @@
|
|
|
5427
5498
|
},
|
|
5428
5499
|
{
|
|
5429
5500
|
"name": "seo-experiments",
|
|
5430
|
-
"description": "Powerful SEO DX improvements
|
|
5501
|
+
"description": "Powerful SEO DX improvements.",
|
|
5431
5502
|
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5432
5503
|
"npm": "nuxt-seo-experiments",
|
|
5433
5504
|
"icon": "seo-experiments.svg",
|
|
@@ -5449,28 +5520,6 @@
|
|
|
5449
5520
|
"requires": {}
|
|
5450
5521
|
}
|
|
5451
5522
|
},
|
|
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
5523
|
{
|
|
5475
5524
|
"name": "seo-meta",
|
|
5476
5525
|
"description": "Simple generate seo metadata",
|
|
@@ -5494,6 +5543,28 @@
|
|
|
5494
5543
|
"requires": {}
|
|
5495
5544
|
}
|
|
5496
5545
|
},
|
|
5546
|
+
{
|
|
5547
|
+
"name": "seo",
|
|
5548
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
5549
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
5550
|
+
"npm": "@nuxtjs/seo",
|
|
5551
|
+
"icon": "nuxt.svg",
|
|
5552
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
5553
|
+
"website": "https://nuxtseo.com/",
|
|
5554
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5555
|
+
"category": "SEO",
|
|
5556
|
+
"type": "3rd-party",
|
|
5557
|
+
"maintainers": [
|
|
5558
|
+
{
|
|
5559
|
+
"name": "harlan-zw",
|
|
5560
|
+
"github": "harlan-zw"
|
|
5561
|
+
}
|
|
5562
|
+
],
|
|
5563
|
+
"compatibility": {
|
|
5564
|
+
"nuxt": "^3.0.0",
|
|
5565
|
+
"requires": {}
|
|
5566
|
+
}
|
|
5567
|
+
},
|
|
5497
5568
|
{
|
|
5498
5569
|
"name": "seomatic-meta",
|
|
5499
5570
|
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
@@ -5542,7 +5613,7 @@
|
|
|
5542
5613
|
{
|
|
5543
5614
|
"name": "server-block",
|
|
5544
5615
|
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5545
|
-
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt
|
|
5616
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
5546
5617
|
"npm": "@hebilicious/server-block-nuxt",
|
|
5547
5618
|
"icon": "server-block.svg",
|
|
5548
5619
|
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
@@ -5677,41 +5748,23 @@
|
|
|
5677
5748
|
}
|
|
5678
5749
|
},
|
|
5679
5750
|
{
|
|
5680
|
-
"name": "
|
|
5751
|
+
"name": "sitemap",
|
|
5681
5752
|
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5682
|
-
"repo": "
|
|
5683
|
-
"npm": "
|
|
5753
|
+
"repo": "nuxt-modules/sitemap",
|
|
5754
|
+
"npm": "@nuxtjs/sitemap",
|
|
5684
5755
|
"icon": "simple-sitemap.svg",
|
|
5685
|
-
"github": "https://github.com/
|
|
5686
|
-
"website": "https://nuxtseo.com/
|
|
5687
|
-
"learn_more": "https://nuxtseo.com/
|
|
5756
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
5757
|
+
"website": "https://nuxtseo.com/",
|
|
5758
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
5688
5759
|
"category": "SEO",
|
|
5689
|
-
"type": "
|
|
5760
|
+
"type": "community",
|
|
5690
5761
|
"maintainers": [
|
|
5691
5762
|
{
|
|
5692
5763
|
"name": "Harlan Wilton",
|
|
5693
5764
|
"github": "harlan-zw",
|
|
5694
5765
|
"twitter": "harlan_zw",
|
|
5695
5766
|
"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": [
|
|
5767
|
+
},
|
|
5715
5768
|
{
|
|
5716
5769
|
"name": "Nicolas PENNEC",
|
|
5717
5770
|
"github": "NicoPennec",
|
|
@@ -5719,7 +5772,7 @@
|
|
|
5719
5772
|
}
|
|
5720
5773
|
],
|
|
5721
5774
|
"compatibility": {
|
|
5722
|
-
"nuxt": "^
|
|
5775
|
+
"nuxt": "^3.0.0",
|
|
5723
5776
|
"requires": {}
|
|
5724
5777
|
}
|
|
5725
5778
|
},
|
|
@@ -5959,7 +6012,7 @@
|
|
|
5959
6012
|
{
|
|
5960
6013
|
"name": "storyblok",
|
|
5961
6014
|
"description": "Storyblok Nuxt module",
|
|
5962
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6015
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
5963
6016
|
"npm": "@storyblok/nuxt",
|
|
5964
6017
|
"icon": "storyblok.png",
|
|
5965
6018
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -6422,6 +6475,28 @@
|
|
|
6422
6475
|
"requires": {}
|
|
6423
6476
|
}
|
|
6424
6477
|
},
|
|
6478
|
+
{
|
|
6479
|
+
"name": "tiptap",
|
|
6480
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6481
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6482
|
+
"npm": "nuxt-tiptap-editor",
|
|
6483
|
+
"icon": "tiptap.png",
|
|
6484
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6485
|
+
"website": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6486
|
+
"learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6487
|
+
"category": "Libraries",
|
|
6488
|
+
"type": "3rd-party",
|
|
6489
|
+
"maintainers": [
|
|
6490
|
+
{
|
|
6491
|
+
"name": "modbender",
|
|
6492
|
+
"github": "modbender"
|
|
6493
|
+
}
|
|
6494
|
+
],
|
|
6495
|
+
"compatibility": {
|
|
6496
|
+
"nuxt": "^3.0.0",
|
|
6497
|
+
"requires": {}
|
|
6498
|
+
}
|
|
6499
|
+
},
|
|
6425
6500
|
{
|
|
6426
6501
|
"name": "toast",
|
|
6427
6502
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
@@ -6445,6 +6520,28 @@
|
|
|
6445
6520
|
"requires": {}
|
|
6446
6521
|
}
|
|
6447
6522
|
},
|
|
6523
|
+
{
|
|
6524
|
+
"name": "translation-manager",
|
|
6525
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6526
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6527
|
+
"npm": "nuxt-translation-manager",
|
|
6528
|
+
"icon": "translation-manager.png",
|
|
6529
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6530
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6531
|
+
"learn_more": "",
|
|
6532
|
+
"category": "Extensions",
|
|
6533
|
+
"type": "3rd-party",
|
|
6534
|
+
"maintainers": [
|
|
6535
|
+
{
|
|
6536
|
+
"name": "Sam K",
|
|
6537
|
+
"github": "samk-dev"
|
|
6538
|
+
}
|
|
6539
|
+
],
|
|
6540
|
+
"compatibility": {
|
|
6541
|
+
"nuxt": "^3.0.0",
|
|
6542
|
+
"requires": {}
|
|
6543
|
+
}
|
|
6544
|
+
},
|
|
6448
6545
|
{
|
|
6449
6546
|
"name": "tresjs",
|
|
6450
6547
|
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
@@ -6774,28 +6871,6 @@
|
|
|
6774
6871
|
}
|
|
6775
6872
|
}
|
|
6776
6873
|
},
|
|
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
6874
|
{
|
|
6800
6875
|
"name": "universal-storage",
|
|
6801
6876
|
"description": "Universal Storage Utilities for Nuxt",
|
|
@@ -6827,7 +6902,7 @@
|
|
|
6827
6902
|
{
|
|
6828
6903
|
"name": "unlazy",
|
|
6829
6904
|
"description": "Lazy loading library for placeholder images",
|
|
6830
|
-
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6905
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
6831
6906
|
"npm": "@unlazy/nuxt",
|
|
6832
6907
|
"icon": "unlazy.svg",
|
|
6833
6908
|
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
@@ -6976,7 +7051,7 @@
|
|
|
6976
7051
|
"icon": "vee-validate.png",
|
|
6977
7052
|
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
6978
7053
|
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
6979
|
-
"learn_more": "
|
|
7054
|
+
"learn_more": "",
|
|
6980
7055
|
"category": "Libraries",
|
|
6981
7056
|
"type": "3rd-party",
|
|
6982
7057
|
"maintainers": [
|
|
@@ -7208,12 +7283,12 @@
|
|
|
7208
7283
|
{
|
|
7209
7284
|
"name": "vue-email",
|
|
7210
7285
|
"description": "💌 Write email templates with vue",
|
|
7211
|
-
"repo": "
|
|
7212
|
-
"npm": "vue-email",
|
|
7286
|
+
"repo": "vue-email/nuxt",
|
|
7287
|
+
"npm": "@vue-email/nuxt",
|
|
7213
7288
|
"icon": "vue-email.svg",
|
|
7214
|
-
"github": "https://github.com/
|
|
7215
|
-
"website": "https://
|
|
7216
|
-
"learn_more": "https://
|
|
7289
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7290
|
+
"website": "https://vuemail.net/",
|
|
7291
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
7217
7292
|
"category": "UI",
|
|
7218
7293
|
"type": "3rd-party",
|
|
7219
7294
|
"maintainers": [
|
|
@@ -7239,7 +7314,7 @@
|
|
|
7239
7314
|
{
|
|
7240
7315
|
"name": "vue-final-modal",
|
|
7241
7316
|
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7242
|
-
"repo": "vue-final/vue-final-modal",
|
|
7317
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7243
7318
|
"npm": "@vue-final-modal/nuxt",
|
|
7244
7319
|
"icon": "vue-final-modal.svg",
|
|
7245
7320
|
"github": "https://github.com/vue-final/vue-final-modal",
|
|
@@ -7354,7 +7429,7 @@
|
|
|
7354
7429
|
{
|
|
7355
7430
|
"name": "vue-query",
|
|
7356
7431
|
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
7357
|
-
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt
|
|
7432
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
7358
7433
|
"npm": "@hebilicious/vue-query-nuxt",
|
|
7359
7434
|
"icon": "vue-query.svg",
|
|
7360
7435
|
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
@@ -7451,7 +7526,7 @@
|
|
|
7451
7526
|
"npm": "vue3-carousel-nuxt",
|
|
7452
7527
|
"icon": "",
|
|
7453
7528
|
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7454
|
-
"website": "",
|
|
7529
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7455
7530
|
"learn_more": "",
|
|
7456
7531
|
"category": "UI",
|
|
7457
7532
|
"type": "3rd-party",
|
|
@@ -7470,7 +7545,7 @@
|
|
|
7470
7545
|
{
|
|
7471
7546
|
"name": "vuefire",
|
|
7472
7547
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
7473
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
7548
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
7474
7549
|
"npm": "nuxt-vuefire",
|
|
7475
7550
|
"icon": "vuefire.svg",
|
|
7476
7551
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -7492,7 +7567,7 @@
|
|
|
7492
7567
|
{
|
|
7493
7568
|
"name": "vueform-builder",
|
|
7494
7569
|
"description": "Official Vueform Builder module for Nuxt",
|
|
7495
|
-
"repo": "vueform/builder/nuxt",
|
|
7570
|
+
"repo": "vueform/builder#main/nuxt",
|
|
7496
7571
|
"npm": "@vueform/builder-nuxt",
|
|
7497
7572
|
"icon": "vueform.svg",
|
|
7498
7573
|
"github": "https://github.com/vueform/builder",
|
|
@@ -7515,7 +7590,7 @@
|
|
|
7515
7590
|
{
|
|
7516
7591
|
"name": "vueform",
|
|
7517
7592
|
"description": "Official Vueform module for Nuxt",
|
|
7518
|
-
"repo": "vueform/vueform/nuxt",
|
|
7593
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
7519
7594
|
"npm": "@vueform/nuxt",
|
|
7520
7595
|
"icon": "vueform.svg",
|
|
7521
7596
|
"github": "https://github.com/vueform/vueform",
|
|
@@ -7542,8 +7617,8 @@
|
|
|
7542
7617
|
"npm": "@vuestic/nuxt",
|
|
7543
7618
|
"icon": "vuestic.png",
|
|
7544
7619
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
7545
|
-
"website": "https://vuestic.dev",
|
|
7546
|
-
"learn_more": "https://vuestic.dev/
|
|
7620
|
+
"website": "https://ui.vuestic.dev",
|
|
7621
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
7547
7622
|
"category": "UI",
|
|
7548
7623
|
"type": "3rd-party",
|
|
7549
7624
|
"maintainers": [
|
|
@@ -7810,7 +7885,7 @@
|
|
|
7810
7885
|
"icon": "webpack.png",
|
|
7811
7886
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
7812
7887
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
7813
|
-
"learn_more": "
|
|
7888
|
+
"learn_more": "",
|
|
7814
7889
|
"category": "Devtools",
|
|
7815
7890
|
"type": "community",
|
|
7816
7891
|
"maintainers": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/modules",
|
|
3
|
-
"version": "0.6.0-
|
|
3
|
+
"version": "0.6.0-78da74",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "nuxt/modules",
|
|
6
6
|
"homepage": "https://nuxt.com/modules",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"jiti": "^1.20.0",
|
|
30
30
|
"js-yaml": "^4.1.0",
|
|
31
31
|
"ofetch": "^1.3.3",
|
|
32
|
+
"std-env": "^3.7.0",
|
|
32
33
|
"typescript": "^5.2.2"
|
|
33
34
|
},
|
|
34
35
|
"packageManager": "pnpm@8.7.4"
|