@nuxt/modules 0.6.0-e0bae3 → 0.6.0-e1af31

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 +802 -73
  2. package/package.json +8 -8
package/modules.json CHANGED
@@ -146,6 +146,30 @@
146
146
  "requires": {}
147
147
  }
148
148
  },
149
+ {
150
+ "name": "ant-design-vue",
151
+ "description": "A Vue 3 based component library for designers and developers",
152
+ "repo": "vueComponent/ant-design-vue-nuxt",
153
+ "npm": "@ant-design-vue/nuxt",
154
+ "icon": "ant-design-vue.svg",
155
+ "github": "https://github.com/vueComponent/ant-design-vue-nuxt",
156
+ "website": "https://antdv.com",
157
+ "learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
158
+ "category": "UI",
159
+ "type": "3rd-party",
160
+ "maintainers": [
161
+ {
162
+ "name": "tangjinzhou",
163
+ "github": "tangjinzhou"
164
+ }
165
+ ],
166
+ "compatibility": {
167
+ "nuxt": "^3.0.0",
168
+ "requires": {
169
+ "bridge": "optional"
170
+ }
171
+ }
172
+ },
149
173
  {
150
174
  "name": "api-party",
151
175
  "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
@@ -262,6 +286,29 @@
262
286
  "requires": {}
263
287
  }
264
288
  },
289
+ {
290
+ "name": "ark-ui",
291
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
292
+ "repo": "iamdin/nuxt-ark-ui",
293
+ "npm": "nuxt-ark-ui",
294
+ "icon": "ark-ui.svg",
295
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
296
+ "website": "https://ark-ui.com/",
297
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
298
+ "category": "UI",
299
+ "type": "3rd-party",
300
+ "maintainers": [
301
+ {
302
+ "name": "Din",
303
+ "github": "iamdin",
304
+ "twitter": "iamdinq"
305
+ }
306
+ ],
307
+ "compatibility": {
308
+ "nuxt": "^3.0.0",
309
+ "requires": {}
310
+ }
311
+ },
265
312
  {
266
313
  "name": "auth",
267
314
  "description": "Zero-boilerplate authentication support for Nuxt.js.",
@@ -289,6 +336,29 @@
289
336
  "requires": {}
290
337
  }
291
338
  },
339
+ {
340
+ "name": "authjs",
341
+ "description": "Auth.js authentication Nuxt module. Edge compatible.",
342
+ "repo": "Hebilicious/authjs-nuxt#main",
343
+ "npm": "@hebilicious/authjs-nuxt",
344
+ "icon": "authjs.png",
345
+ "github": "https://github.com/Hebilicious/authjs-nuxt",
346
+ "website": "https://authjs-nuxt.pages.dev/",
347
+ "learn_more": "https://authjs.dev/",
348
+ "category": "Security",
349
+ "type": "3rd-party",
350
+ "maintainers": [
351
+ {
352
+ "name": "Hebilicious",
353
+ "github": "Hebilicious",
354
+ "twitter": "its_hebilicious"
355
+ }
356
+ ],
357
+ "compatibility": {
358
+ "nuxt": "^3.0.0",
359
+ "requires": {}
360
+ }
361
+ },
292
362
  {
293
363
  "name": "axios",
294
364
  "description": "Secure and easy Axios module with Nuxt.js",
@@ -526,6 +596,28 @@
526
596
  "requires": {}
527
597
  }
528
598
  },
599
+ {
600
+ "name": "capo",
601
+ "description": "Capo.js implementation for Nuxt 3",
602
+ "repo": "danielroe/nuxt-capo",
603
+ "npm": "nuxt-capo",
604
+ "icon": "",
605
+ "github": "https://github.com/danielroe/nuxt-capo",
606
+ "website": "https://github.com/danielroe/nuxt-capo",
607
+ "learn_more": "",
608
+ "category": "Performance",
609
+ "type": "3rd-party",
610
+ "maintainers": [
611
+ {
612
+ "name": "danielroe",
613
+ "github": "danielroe"
614
+ }
615
+ ],
616
+ "compatibility": {
617
+ "nuxt": "^3.0.0",
618
+ "requires": {}
619
+ }
620
+ },
529
621
  {
530
622
  "name": "chakra-ui",
531
623
  "description": "Chakra UI Module for Nuxt.js",
@@ -592,6 +684,29 @@
592
684
  "requires": {}
593
685
  }
594
686
  },
687
+ {
688
+ "name": "clarity-analytics",
689
+ "description": "Clarity Analytics Module for Nuxt",
690
+ "repo": "Barbapapazes/nuxt-clarity-analytics",
691
+ "npm": "nuxt-clarity-analytics",
692
+ "icon": "",
693
+ "github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
694
+ "website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
695
+ "learn_more": "https://clarity.microsoft.com/",
696
+ "category": "Analytics",
697
+ "type": "3rd-party",
698
+ "maintainers": [
699
+ {
700
+ "name": "Barbapapazes",
701
+ "github": "Barbapapazes",
702
+ "twitter": "soubiran_"
703
+ }
704
+ ],
705
+ "compatibility": {
706
+ "nuxt": "^3.0.0",
707
+ "requires": {}
708
+ }
709
+ },
595
710
  {
596
711
  "name": "client-init",
597
712
  "description": "Provide client version of `nuxtServerInit`.",
@@ -785,7 +900,7 @@
785
900
  "description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
786
901
  "repo": "nuxt/content#main",
787
902
  "npm": "@nuxt/content",
788
- "icon": "nuxt.png",
903
+ "icon": "nuxt.svg",
789
904
  "github": "https://github.com/nuxt/content",
790
905
  "website": "https://content.nuxtjs.org",
791
906
  "learn_more": "",
@@ -1068,9 +1183,9 @@
1068
1183
  {
1069
1184
  "name": "devtools",
1070
1185
  "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1071
- "repo": "nuxt/devtools#main",
1186
+ "repo": "nuxt/devtools#main/packages/devtools",
1072
1187
  "npm": "@nuxt/devtools",
1073
- "icon": "nuxt.png",
1188
+ "icon": "nuxt.svg",
1074
1189
  "github": "https://github.com/nuxt/devtools",
1075
1190
  "website": "https://devtools.nuxtjs.org/",
1076
1191
  "learn_more": "",
@@ -1090,13 +1205,13 @@
1090
1205
  },
1091
1206
  {
1092
1207
  "name": "directus",
1093
- "description": "Easily connect your Nuxt3 application to your directus server.",
1208
+ "description": "Easily connect your Nuxt application to your directus server.",
1094
1209
  "repo": "intevel/nuxt-directus",
1095
1210
  "npm": "nuxt-directus",
1096
1211
  "icon": "directus.svg",
1097
- "github": "https://github.com/directus/nuxt-directus/",
1098
- "website": "https://nuxt-directus.netlify.app/",
1099
- "learn_more": "https://nuxt-directus.netlify.app/",
1212
+ "github": "https://github.com/intevel/nuxt-directus/",
1213
+ "website": "https://nuxt-directus.site/",
1214
+ "learn_more": "https://nuxt-directus.site/",
1100
1215
  "category": "CMS",
1101
1216
  "type": "3rd-party",
1102
1217
  "maintainers": [
@@ -1107,10 +1222,30 @@
1107
1222
  }
1108
1223
  ],
1109
1224
  "compatibility": {
1110
- "nuxt": "^2.0.0 || ^3.0.0",
1111
- "requires": {
1112
- "bridge": true
1225
+ "nuxt": "^3.0.0",
1226
+ "requires": {}
1227
+ }
1228
+ },
1229
+ {
1230
+ "name": "disqus",
1231
+ "description": "Disqus for Nuxt 3",
1232
+ "repo": "modbender/nuxt-disqus",
1233
+ "npm": "nuxt-disqus",
1234
+ "icon": "disqus.svg",
1235
+ "github": "https://github.com/modbender/nuxt-disqus",
1236
+ "website": "https://github.com/modbender/nuxt-disqus",
1237
+ "learn_more": "https://github.com/modbender/vue3-disqus",
1238
+ "category": "Libraries",
1239
+ "type": "3rd-party",
1240
+ "maintainers": [
1241
+ {
1242
+ "name": "modbender",
1243
+ "github": "modbender"
1113
1244
  }
1245
+ ],
1246
+ "compatibility": {
1247
+ "nuxt": "^3.0.0",
1248
+ "requires": {}
1114
1249
  }
1115
1250
  },
1116
1251
  {
@@ -1508,6 +1643,29 @@
1508
1643
  "requires": {}
1509
1644
  }
1510
1645
  },
1646
+ {
1647
+ "name": "form-actions",
1648
+ "description": "A set of features and composables to interact with forms and server data.",
1649
+ "repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
1650
+ "npm": "@hebilicious/form-actions-nuxt",
1651
+ "icon": "form-actions.svg",
1652
+ "github": "https://github.com/Hebilicious/form-actions-nuxt",
1653
+ "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1654
+ "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1655
+ "category": "Request",
1656
+ "type": "3rd-party",
1657
+ "maintainers": [
1658
+ {
1659
+ "name": "Hebilicious",
1660
+ "github": "Hebilicious",
1661
+ "twitter": "its_hebilicious"
1662
+ }
1663
+ ],
1664
+ "compatibility": {
1665
+ "nuxt": "^3.0.0",
1666
+ "requires": {}
1667
+ }
1668
+ },
1511
1669
  {
1512
1670
  "name": "formkit",
1513
1671
  "description": "Seamless FormKit integration for Nuxt",
@@ -1856,6 +2014,28 @@
1856
2014
  "requires": {}
1857
2015
  }
1858
2016
  },
2017
+ {
2018
+ "name": "hanko",
2019
+ "description": "Hanko integration for Nuxt for passwordless authentication",
2020
+ "repo": "nuxt-modules/hanko",
2021
+ "npm": "@nuxtjs/hanko",
2022
+ "icon": "hanko.svg",
2023
+ "github": "https://github.com/nuxt-modules/hanko",
2024
+ "website": "https://github.com/nuxt-modules/hanko",
2025
+ "learn_more": "https://hanko.io/",
2026
+ "category": "Security",
2027
+ "type": "community",
2028
+ "maintainers": [
2029
+ {
2030
+ "name": "danielroe",
2031
+ "github": "danielroe"
2032
+ }
2033
+ ],
2034
+ "compatibility": {
2035
+ "nuxt": "^3.0.0",
2036
+ "requires": {}
2037
+ }
2038
+ },
1859
2039
  {
1860
2040
  "name": "harlem",
1861
2041
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -2114,6 +2294,28 @@
2114
2294
  "requires": {}
2115
2295
  }
2116
2296
  },
2297
+ {
2298
+ "name": "icon-font",
2299
+ "description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
2300
+ "repo": "coremyslo/nuxt-icon-font",
2301
+ "npm": "@coremyslo/nuxt-icon-font",
2302
+ "icon": "",
2303
+ "github": "https://github.com/coremyslo/nuxt-icon-font",
2304
+ "website": "https://github.com/coremyslo/nuxt-icon-font",
2305
+ "learn_more": "",
2306
+ "category": "UI",
2307
+ "type": "3rd-party",
2308
+ "maintainers": [
2309
+ {
2310
+ "name": "coremyslo",
2311
+ "github": "coremyslo"
2312
+ }
2313
+ ],
2314
+ "compatibility": {
2315
+ "nuxt": "^3.0.0",
2316
+ "requires": {}
2317
+ }
2318
+ },
2117
2319
  {
2118
2320
  "name": "icon",
2119
2321
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2240,12 +2442,12 @@
2240
2442
  {
2241
2443
  "name": "inkline",
2242
2444
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
2243
- "repo": "inkline/nuxt-module-inkline",
2244
- "npm": "@inkline/nuxt",
2445
+ "repo": "inkline/plugin",
2446
+ "npm": "@inkline/plugin",
2245
2447
  "icon": "inkline.svg",
2246
- "github": "https://github.com/inkline/nuxt-module-inkline",
2448
+ "github": "https://github.com/inkline/plugin",
2247
2449
  "website": "https://inkline.io",
2248
- "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
2450
+ "learn_more": "https://inkline.io/docs/installation/nuxt",
2249
2451
  "category": "UI",
2250
2452
  "type": "3rd-party",
2251
2453
  "maintainers": [
@@ -2582,6 +2784,32 @@
2582
2784
  "requires": {}
2583
2785
  }
2584
2786
  },
2787
+ {
2788
+ "name": "lucide-icons",
2789
+ "description": "Nuxt 3 module to integrate Lucide icons",
2790
+ "repo": "swisnl/nuxt-lucide-icons",
2791
+ "npm": "nuxt-lucide-icons",
2792
+ "icon": "lucide-icons.svg",
2793
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
2794
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
2795
+ "learn_more": "",
2796
+ "category": "UI",
2797
+ "type": "3rd-party",
2798
+ "maintainers": [
2799
+ {
2800
+ "name": "SWIS",
2801
+ "github": "swisnl"
2802
+ },
2803
+ {
2804
+ "name": "Jasper Zonneveld",
2805
+ "github": "JaZo"
2806
+ }
2807
+ ],
2808
+ "compatibility": {
2809
+ "nuxt": "^3.0.0",
2810
+ "requires": {}
2811
+ }
2812
+ },
2585
2813
  {
2586
2814
  "name": "lunr",
2587
2815
  "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
@@ -3000,6 +3228,50 @@
3000
3228
  "requires": {}
3001
3229
  }
3002
3230
  },
3231
+ {
3232
+ "name": "nupolyon",
3233
+ "description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
3234
+ "repo": "adenvt/nupolyon",
3235
+ "npm": "nupolyon",
3236
+ "icon": "",
3237
+ "github": "https://github.com/adenvt/nupolyon",
3238
+ "website": "https://github.com/adenvt/nupolyon",
3239
+ "learn_more": "",
3240
+ "category": "Performance",
3241
+ "type": "3rd-party",
3242
+ "maintainers": [
3243
+ {
3244
+ "name": "adenvt",
3245
+ "github": "adenvt"
3246
+ }
3247
+ ],
3248
+ "compatibility": {
3249
+ "nuxt": "^3.0.0",
3250
+ "requires": {}
3251
+ }
3252
+ },
3253
+ {
3254
+ "name": "nuxt-anchorscroll",
3255
+ "description": "Scroll to top and to anchor support for Nuxt",
3256
+ "repo": "helltraitor/nuxt-anchorscroll",
3257
+ "npm": "nuxt-anchorscroll",
3258
+ "icon": "",
3259
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3260
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3261
+ "learn_more": "",
3262
+ "category": "UI",
3263
+ "type": "3rd-party",
3264
+ "maintainers": [
3265
+ {
3266
+ "name": "Helltraitor",
3267
+ "github": "helltraitor"
3268
+ }
3269
+ ],
3270
+ "compatibility": {
3271
+ "nuxt": "^3.0.0",
3272
+ "requires": {}
3273
+ }
3274
+ },
3003
3275
  {
3004
3276
  "name": "nuxt-auth",
3005
3277
  "description": "",
@@ -3022,6 +3294,28 @@
3022
3294
  "requires": {}
3023
3295
  }
3024
3296
  },
3297
+ {
3298
+ "name": "nuxt-bootstrap-icons",
3299
+ "description": "Just a simple integration for Bootstrap Icons",
3300
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3301
+ "npm": "nuxt-bootstrap-icons",
3302
+ "icon": "bootstrap-icons.svg",
3303
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3304
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3305
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3306
+ "category": "UI",
3307
+ "type": "3rd-party",
3308
+ "maintainers": [
3309
+ {
3310
+ "name": "OyewoleOyedeji",
3311
+ "github": "OyewoleOyedeji"
3312
+ }
3313
+ ],
3314
+ "compatibility": {
3315
+ "nuxt": "^3.0.0",
3316
+ "requires": {}
3317
+ }
3318
+ },
3025
3319
  {
3026
3320
  "name": "nuxt-chatgpt",
3027
3321
  "description": "ChatGPT integration for Nuxt 3",
@@ -3044,6 +3338,28 @@
3044
3338
  "requires": {}
3045
3339
  }
3046
3340
  },
3341
+ {
3342
+ "name": "nuxt-feedme",
3343
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3344
+ "repo": "helltraitor/nuxt-feedme",
3345
+ "npm": "nuxt-feedme",
3346
+ "icon": "",
3347
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3348
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3349
+ "learn_more": "",
3350
+ "category": "SEO",
3351
+ "type": "3rd-party",
3352
+ "maintainers": [
3353
+ {
3354
+ "name": "Helltraitor",
3355
+ "github": "helltraitor"
3356
+ }
3357
+ ],
3358
+ "compatibility": {
3359
+ "nuxt": "^3.0.0",
3360
+ "requires": {}
3361
+ }
3362
+ },
3047
3363
  {
3048
3364
  "name": "nuxt-graphql-middleware",
3049
3365
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3095,6 +3411,28 @@
3095
3411
  "requires": {}
3096
3412
  }
3097
3413
  },
3414
+ {
3415
+ "name": "nuxt-gtm",
3416
+ "description": "A Nuxt.js module for Google Tag Manager",
3417
+ "repo": "zadigetvoltaire/nuxt-gtm",
3418
+ "npm": "@zadigetvoltaire/nuxt-gtm",
3419
+ "icon": "nuxt-gtm.svg",
3420
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3421
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3422
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3423
+ "category": "Analytics",
3424
+ "type": "3rd-party",
3425
+ "maintainers": [
3426
+ {
3427
+ "name": "Zadig&Voltaire Team",
3428
+ "github": "https://github.com/zadigetvoltaire"
3429
+ }
3430
+ ],
3431
+ "compatibility": {
3432
+ "nuxt": "^3.0.0",
3433
+ "requires": {}
3434
+ }
3435
+ },
3098
3436
  {
3099
3437
  "name": "nuxt-hue",
3100
3438
  "description": "Enlighten your Nuxt experience",
@@ -3216,7 +3554,7 @@
3216
3554
  "npm": "nuxt-mongoose",
3217
3555
  "icon": "nuxt-mongoose.svg",
3218
3556
  "github": "https://github.com/arashsheyda/nuxt-mongoose",
3219
- "website": "https://github.com/arashsheyda/nuxt-mongoose",
3557
+ "website": "https://nuxt-mongoose.nuxt.space",
3220
3558
  "learn_more": "",
3221
3559
  "category": "Database",
3222
3560
  "type": "3rd-party",
@@ -3254,6 +3592,28 @@
3254
3592
  "requires": {}
3255
3593
  }
3256
3594
  },
3595
+ {
3596
+ "name": "nuxt-phosphor-icons",
3597
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
3598
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
3599
+ "npm": "nuxt-phosphor-icons",
3600
+ "icon": "phosphor-icons.svg",
3601
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3602
+ "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3603
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3604
+ "category": "UI",
3605
+ "type": "3rd-party",
3606
+ "maintainers": [
3607
+ {
3608
+ "name": "OyewoleOyedeji",
3609
+ "github": "OyewoleOyedeji"
3610
+ }
3611
+ ],
3612
+ "compatibility": {
3613
+ "nuxt": "^3.0.0",
3614
+ "requires": {}
3615
+ }
3616
+ },
3257
3617
  {
3258
3618
  "name": "nuxt-pino-log",
3259
3619
  "description": "Structured logs for nuxt apps using pino",
@@ -3298,6 +3658,32 @@
3298
3658
  "requires": {}
3299
3659
  }
3300
3660
  },
3661
+ {
3662
+ "name": "nuxt-plotly",
3663
+ "description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
3664
+ "repo": "superdev-tech/nuxt-plotly",
3665
+ "npm": "nuxt-plotly",
3666
+ "icon": "nuxt-plotly.svg",
3667
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
3668
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
3669
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
3670
+ "category": "Libraries",
3671
+ "type": "3rd-party",
3672
+ "maintainers": [
3673
+ {
3674
+ "name": "Supanut Dokmaithong",
3675
+ "github": "Boomgeek"
3676
+ },
3677
+ {
3678
+ "name": "superdev-tech",
3679
+ "github": "superdev-tech"
3680
+ }
3681
+ ],
3682
+ "compatibility": {
3683
+ "nuxt": "^3.0.0",
3684
+ "requires": {}
3685
+ }
3686
+ },
3301
3687
  {
3302
3688
  "name": "nuxt-png-to-ico",
3303
3689
  "description": "Nuxt.js module for auto generating favicons",
@@ -3510,12 +3896,12 @@
3510
3896
  {
3511
3897
  "name": "nuxt-vue3-google-signin",
3512
3898
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3513
- "repo": "syetalabs/nuxt-vue3-google-signin",
3899
+ "repo": "wavezync/nuxt-vue3-google-signin",
3514
3900
  "npm": "nuxt-vue3-google-signin",
3515
3901
  "icon": "vue3-google-signin.svg",
3516
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3517
- "website": "https://vue3-google-signin.syetalabs.io",
3518
- "learn_more": "https://vue3-google-signin.syetalabs.io",
3902
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
3903
+ "website": "https://vue3-google-signin.wavezync.com",
3904
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3519
3905
  "category": "Libraries",
3520
3906
  "type": "3rd-party",
3521
3907
  "maintainers": [
@@ -3531,7 +3917,7 @@
3531
3917
  },
3532
3918
  {
3533
3919
  "name": "nuxt-vuetify",
3534
- "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
3920
+ "description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
3535
3921
  "repo": "invictus-codes/nuxt-vuetify",
3536
3922
  "npm": "@invictus.codes/nuxt-vuetify",
3537
3923
  "icon": "vuetify-logo-v3-dark.svg",
@@ -3551,6 +3937,28 @@
3551
3937
  "requires": {}
3552
3938
  }
3553
3939
  },
3940
+ {
3941
+ "name": "nuxt3-leaflet",
3942
+ "description": "Leaflet integration with Nuxt",
3943
+ "repo": "Gugustinette/Nuxt-Leaflet",
3944
+ "npm": "nuxt3-leaflet",
3945
+ "icon": "leaflet.png",
3946
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
3947
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
3948
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
3949
+ "category": "Libraries",
3950
+ "type": "3rd-party",
3951
+ "maintainers": [
3952
+ {
3953
+ "name": "Augustin MERCIER",
3954
+ "github": "Gugustinette"
3955
+ }
3956
+ ],
3957
+ "compatibility": {
3958
+ "nuxt": "^3.0.0",
3959
+ "requires": {}
3960
+ }
3961
+ },
3554
3962
  {
3555
3963
  "name": "nuxt7",
3556
3964
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -3574,6 +3982,29 @@
3574
3982
  "requires": {}
3575
3983
  }
3576
3984
  },
3985
+ {
3986
+ "name": "nuxtlabs-ui",
3987
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3988
+ "repo": "nuxtlabs/ui",
3989
+ "npm": "@nuxthq/ui",
3990
+ "icon": "nuxtlabs-ui.svg",
3991
+ "github": "https://github.com/nuxtlabs/ui",
3992
+ "website": "https://ui.nuxtlabs.com",
3993
+ "learn_more": "https://ui.nuxtlabs.com",
3994
+ "category": "UI",
3995
+ "type": "3rd-party",
3996
+ "maintainers": [
3997
+ {
3998
+ "name": "Benjamin Canac",
3999
+ "github": "benjamincanac",
4000
+ "twitter": "benjamincanac"
4001
+ }
4002
+ ],
4003
+ "compatibility": {
4004
+ "nuxt": "^3.0.0",
4005
+ "requires": {}
4006
+ }
4007
+ },
3577
4008
  {
3578
4009
  "name": "og-image",
3579
4010
  "description": "Easily generate dynamic social share images.",
@@ -4080,6 +4511,28 @@
4080
4511
  "requires": {}
4081
4512
  }
4082
4513
  },
4514
+ {
4515
+ "name": "radash",
4516
+ "description": "radash module with auto-import and custom prefix",
4517
+ "repo": "bbg/nuxt-radash",
4518
+ "npm": "nuxt-radash",
4519
+ "icon": "radash.png",
4520
+ "github": "https://github.com/bbg/nuxt-radash",
4521
+ "website": "https://github.com/bbg/nuxt-radash#readme",
4522
+ "learn_more": "https://github.com/rayepps/radash/",
4523
+ "category": "Libraries",
4524
+ "type": "3rd-party",
4525
+ "maintainers": [
4526
+ {
4527
+ "name": "Batuhan Göksu",
4528
+ "github": "bbg"
4529
+ }
4530
+ ],
4531
+ "compatibility": {
4532
+ "nuxt": "^3.0.0",
4533
+ "requires": {}
4534
+ }
4535
+ },
4083
4536
  {
4084
4537
  "name": "recaptcha",
4085
4538
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
@@ -4360,7 +4813,7 @@
4360
4813
  "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
4361
4814
  "repo": "nuxt-community/sentry-module",
4362
4815
  "npm": "@nuxtjs/sentry",
4363
- "icon": "sentry.png",
4816
+ "icon": "sentry.svg",
4364
4817
  "github": "https://github.com/nuxt-community/sentry-module",
4365
4818
  "website": "https://sentry.nuxtjs.org/",
4366
4819
  "learn_more": "https://sentry.io/welcome/",
@@ -4467,6 +4920,29 @@
4467
4920
  "requires": {}
4468
4921
  }
4469
4922
  },
4923
+ {
4924
+ "name": "server-block",
4925
+ "description": "Use <server> tags in your Nuxt pages components.",
4926
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
4927
+ "npm": "@hebilicious/server-block-nuxt",
4928
+ "icon": "server-block.svg",
4929
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
4930
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
4931
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
4932
+ "category": "Extensions",
4933
+ "type": "3rd-party",
4934
+ "maintainers": [
4935
+ {
4936
+ "name": "Hebilicious",
4937
+ "github": "Hebilicious",
4938
+ "twitter": "its_hebilicious"
4939
+ }
4940
+ ],
4941
+ "compatibility": {
4942
+ "nuxt": "^3.0.0",
4943
+ "requires": {}
4944
+ }
4945
+ },
4470
4946
  {
4471
4947
  "name": "session",
4472
4948
  "description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
@@ -4943,6 +5419,32 @@
4943
5419
  }
4944
5420
  }
4945
5421
  },
5422
+ {
5423
+ "name": "stripe-next",
5424
+ "description": "This Nuxt module provides an easy way to integrate Stripe in your Nuxt application, both on the client-side and server-side. It utilizes the official stripe package for server-side usage and @stripe/stripe-js for the client-side.",
5425
+ "repo": "fuentesloic/nuxt-stripe",
5426
+ "npm": "@unlok-co/nuxt-stripe",
5427
+ "icon": "stripe.png",
5428
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
5429
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
5430
+ "learn_more": "https://stripe.com/docs",
5431
+ "category": "Payment",
5432
+ "type": "3rd-party",
5433
+ "maintainers": [
5434
+ {
5435
+ "name": "Loic Fuentes",
5436
+ "github": "fuentesloic"
5437
+ },
5438
+ {
5439
+ "name": "Florent Giraud",
5440
+ "github": "flozero"
5441
+ }
5442
+ ],
5443
+ "compatibility": {
5444
+ "nuxt": "^3.0.0",
5445
+ "requires": {}
5446
+ }
5447
+ },
4946
5448
  {
4947
5449
  "name": "stripe",
4948
5450
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
@@ -5216,6 +5718,10 @@
5216
5718
  "name": "Sébastien Chopin",
5217
5719
  "github": "Atinux",
5218
5720
  "twitter": "Atinux"
5721
+ },
5722
+ {
5723
+ "name": "Inesh Bose",
5724
+ "github": "ineshbose"
5219
5725
  }
5220
5726
  ],
5221
5727
  "compatibility": {
@@ -5246,6 +5752,28 @@
5246
5752
  "requires": {}
5247
5753
  }
5248
5754
  },
5755
+ {
5756
+ "name": "time",
5757
+ "description": "Safely render local dates and times on the server with Nuxt",
5758
+ "repo": "danielroe/nuxt-time",
5759
+ "npm": "nuxt-time",
5760
+ "icon": "",
5761
+ "github": "https://github.com/danielroe/nuxt-time",
5762
+ "website": "https://github.com/danielroe/nuxt-time",
5763
+ "learn_more": "",
5764
+ "category": "Extensions",
5765
+ "type": "3rd-party",
5766
+ "maintainers": [
5767
+ {
5768
+ "name": "danielroe",
5769
+ "github": "danielroe"
5770
+ }
5771
+ ],
5772
+ "compatibility": {
5773
+ "nuxt": "^3.0.0",
5774
+ "requires": {}
5775
+ }
5776
+ },
5249
5777
  {
5250
5778
  "name": "toast",
5251
5779
  "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
@@ -5269,6 +5797,39 @@
5269
5797
  "requires": {}
5270
5798
  }
5271
5799
  },
5800
+ {
5801
+ "name": "tresjs",
5802
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
5803
+ "repo": "tresjs/nuxt",
5804
+ "npm": "@tresjs/nuxt",
5805
+ "icon": "tresjs.svg",
5806
+ "github": "https://github.com/Tresjs/nuxt",
5807
+ "website": "https://tresjs.org/guide/nuxt.html",
5808
+ "learn_more": "https://tresjs.org/",
5809
+ "category": "Libraries",
5810
+ "type": "3rd-party",
5811
+ "maintainers": [
5812
+ {
5813
+ "name": "Alvaro Saburido",
5814
+ "github": "alvarosabu",
5815
+ "twitter": "alvarosabu"
5816
+ },
5817
+ {
5818
+ "name": "Jaime Torrealba",
5819
+ "github": "JaimeTorrealba",
5820
+ "twitter": "jaimebboyjt"
5821
+ },
5822
+ {
5823
+ "name": "Tino Koch",
5824
+ "github": "Tinoooo",
5825
+ "twitter": "ichbintino"
5826
+ }
5827
+ ],
5828
+ "compatibility": {
5829
+ "nuxt": "^3.0.0",
5830
+ "requires": {}
5831
+ }
5832
+ },
5272
5833
  {
5273
5834
  "name": "turnstile",
5274
5835
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5318,6 +5879,28 @@
5318
5879
  }
5319
5880
  }
5320
5881
  },
5882
+ {
5883
+ "name": "twemoji",
5884
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
5885
+ "repo": "yizack/nuxt-twemoji",
5886
+ "npm": "nuxt-twemoji",
5887
+ "icon": "twemoji.svg",
5888
+ "github": "https://github.com/Yizack/nuxt-twemoji",
5889
+ "website": "https://github.com/Yizack/nuxt-twemoji",
5890
+ "learn_more": "",
5891
+ "category": "UI",
5892
+ "type": "3rd-party",
5893
+ "maintainers": [
5894
+ {
5895
+ "name": "Yizack Rangel",
5896
+ "github": "yizack"
5897
+ }
5898
+ ],
5899
+ "compatibility": {
5900
+ "nuxt": "^3.0.0",
5901
+ "requires": {}
5902
+ }
5903
+ },
5321
5904
  {
5322
5905
  "name": "twicpics",
5323
5906
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5633,6 +6216,30 @@
5633
6216
  "requires": {}
5634
6217
  }
5635
6218
  },
6219
+ {
6220
+ "name": "use-wagmi",
6221
+ "description": "Vue Composition for Ethereum based on wagmi",
6222
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
6223
+ "npm": "@use-wagmi/nuxt",
6224
+ "icon": "use-wagmi.png",
6225
+ "github": "https://github.com/unicape/use-wagmi",
6226
+ "website": "https://github.com/unicape/use-wagmi",
6227
+ "learn_more": "https://github.com/unicape/use-wagmi",
6228
+ "category": "Extensions",
6229
+ "type": "3rd-party",
6230
+ "maintainers": [
6231
+ {
6232
+ "name": "Unic Ape",
6233
+ "github": "unicape"
6234
+ }
6235
+ ],
6236
+ "compatibility": {
6237
+ "nuxt": "^2.0.0 || ^3.0.0",
6238
+ "requires": {
6239
+ "bridge": true
6240
+ }
6241
+ }
6242
+ },
5636
6243
  {
5637
6244
  "name": "user-agent",
5638
6245
  "description": "Nuxt.js module for handling User-Agent.",
@@ -5725,6 +6332,28 @@
5725
6332
  }
5726
6333
  }
5727
6334
  },
6335
+ {
6336
+ "name": "vcalendar",
6337
+ "description": "VCalendar module for Nuxt",
6338
+ "repo": "samk-dev/nuxt-vcalendar",
6339
+ "npm": "@samk-dev/nuxt-vcalendar",
6340
+ "icon": "vcalendar.png",
6341
+ "github": "https://github.com/samk-dev/vcalendar",
6342
+ "website": "https://github.com/samk-dev/vcalendar",
6343
+ "learn_more": "",
6344
+ "category": "Libraries",
6345
+ "type": "3rd-party",
6346
+ "maintainers": [
6347
+ {
6348
+ "name": "Sam K",
6349
+ "github": "samk-dev"
6350
+ }
6351
+ ],
6352
+ "compatibility": {
6353
+ "nuxt": "^3.0.0",
6354
+ "requires": {}
6355
+ }
6356
+ },
5728
6357
  {
5729
6358
  "name": "vee-validate",
5730
6359
  "description": "Painless Vue forms for Nuxt.js",
@@ -5770,6 +6399,28 @@
5770
6399
  "requires": {}
5771
6400
  }
5772
6401
  },
6402
+ {
6403
+ "name": "vercel-analytics",
6404
+ "description": "Vercel Analytics integration for Nuxt",
6405
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
6406
+ "npm": "nuxt-vercel-analytics",
6407
+ "icon": "",
6408
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6409
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6410
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
6411
+ "category": "Analytics",
6412
+ "type": "3rd-party",
6413
+ "maintainers": [
6414
+ {
6415
+ "name": "Alexander B.",
6416
+ "github": "xanderbarkhatov"
6417
+ }
6418
+ ],
6419
+ "compatibility": {
6420
+ "nuxt": "^3.0.0",
6421
+ "requires": {}
6422
+ }
6423
+ },
5773
6424
  {
5774
6425
  "name": "vexip-ui",
5775
6426
  "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
@@ -5824,13 +6475,13 @@
5824
6475
  {
5825
6476
  "name": "vitest",
5826
6477
  "description": "Vitest integration with Nuxt",
5827
- "repo": "danielroe/nuxt-vitest#main",
6478
+ "repo": "danielroe/nuxt-vitest",
5828
6479
  "npm": "nuxt-vitest",
5829
6480
  "icon": "vitest.svg",
5830
6481
  "github": "https://github.com/danielroe/nuxt-vitest",
5831
6482
  "website": "https://github.com/danielroe/nuxt-vitest",
5832
6483
  "learn_more": "",
5833
- "category": "Extensions",
6484
+ "category": "Devtools",
5834
6485
  "type": "3rd-party",
5835
6486
  "maintainers": [
5836
6487
  {
@@ -5847,15 +6498,45 @@
5847
6498
  "requires": {}
5848
6499
  }
5849
6500
  },
6501
+ {
6502
+ "name": "vue-email",
6503
+ "description": "Write email templates with vue",
6504
+ "repo": "Dave136/vue-email#main/packages/vue-email",
6505
+ "npm": "vue-email",
6506
+ "icon": "vue-email.svg",
6507
+ "github": "https://github.com/Dave136/vue-email",
6508
+ "website": "https://vue-email.vercel.app/",
6509
+ "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
6510
+ "category": "UI",
6511
+ "type": "3rd-party",
6512
+ "maintainers": [
6513
+ {
6514
+ "name": "David Arenas",
6515
+ "github": "Dave136",
6516
+ "twitter": "davejs4",
6517
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
6518
+ },
6519
+ {
6520
+ "name": "Younes Barrad",
6521
+ "github": "Flowko",
6522
+ "twitter": "imflowko",
6523
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6524
+ }
6525
+ ],
6526
+ "compatibility": {
6527
+ "nuxt": "^3.0.0",
6528
+ "requires": {}
6529
+ }
6530
+ },
5850
6531
  {
5851
6532
  "name": "vue-macros",
5852
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5853
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
6533
+ "description": "Explore more macros and syntax sugar to Vue.",
6534
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5854
6535
  "npm": "@vue-macros/nuxt",
5855
6536
  "icon": "vue-macros.svg",
5856
- "github": "https://github.com/sxzz/unplugin-vue-macros",
6537
+ "github": "https://github.com/sxzz/vue-macros",
5857
6538
  "website": "https://vue-macros.sxzz.moe",
5858
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
6539
+ "learn_more": "https://github.com/sxzz/vue-macros",
5859
6540
  "category": "Extensions",
5860
6541
  "type": "3rd-party",
5861
6542
  "maintainers": [
@@ -5938,6 +6619,29 @@
5938
6619
  "requires": {}
5939
6620
  }
5940
6621
  },
6622
+ {
6623
+ "name": "vue-query",
6624
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6625
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
6626
+ "npm": "@hebilicious/vue-query-nuxt",
6627
+ "icon": "vue-query.svg",
6628
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
6629
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
6630
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
6631
+ "category": "Request",
6632
+ "type": "3rd-party",
6633
+ "maintainers": [
6634
+ {
6635
+ "name": "Hebilicious",
6636
+ "github": "Hebilicious",
6637
+ "twitter": "its_hebilicious"
6638
+ }
6639
+ ],
6640
+ "compatibility": {
6641
+ "nuxt": "^3.0.0",
6642
+ "requires": {}
6643
+ }
6644
+ },
5941
6645
  {
5942
6646
  "name": "vue-select",
5943
6647
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -6008,6 +6712,29 @@
6008
6712
  "requires": {}
6009
6713
  }
6010
6714
  },
6715
+ {
6716
+ "name": "vue3-carousel-nuxt",
6717
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
6718
+ "repo": "gaetansenn/vue3-carousel-nuxt",
6719
+ "npm": "vue3-carousel-nuxt",
6720
+ "icon": "",
6721
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6722
+ "website": "",
6723
+ "learn_more": "",
6724
+ "category": "UI",
6725
+ "type": "3rd-party",
6726
+ "maintainers": [
6727
+ {
6728
+ "name": "Gaetan SENN",
6729
+ "github": "gaetansenn",
6730
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
6731
+ }
6732
+ ],
6733
+ "compatibility": {
6734
+ "nuxt": "^3.0.0",
6735
+ "requires": {}
6736
+ }
6737
+ },
6011
6738
  {
6012
6739
  "name": "vuefire",
6013
6740
  "description": "Idiomatic composables for the Firebase SDK",
@@ -6052,6 +6779,28 @@
6052
6779
  "requires": {}
6053
6780
  }
6054
6781
  },
6782
+ {
6783
+ "name": "vuetify-nuxt-module",
6784
+ "description": "Zero-config Nuxt Module for Vuetify.",
6785
+ "repo": "userquin/vuetify-nuxt-module",
6786
+ "npm": "vuetify-nuxt-module",
6787
+ "icon": "vuetify-logo-v3-dark.svg",
6788
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
6789
+ "website": "https://github.com/userquin/vuetify-nuxt-module",
6790
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
6791
+ "category": "UI",
6792
+ "type": "3rd-party",
6793
+ "maintainers": [
6794
+ {
6795
+ "name": "Joaquín Sánchez",
6796
+ "github": "userquin"
6797
+ }
6798
+ ],
6799
+ "compatibility": {
6800
+ "nuxt": "^3.0.0",
6801
+ "requires": {}
6802
+ }
6803
+ },
6055
6804
  {
6056
6805
  "name": "vuetify",
6057
6806
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
@@ -6319,6 +7068,32 @@
6319
7068
  "requires": {}
6320
7069
  }
6321
7070
  },
7071
+ {
7072
+ "name": "wideangle",
7073
+ "description": "Nuxt 3 module to integrate Wide Angle Analytics",
7074
+ "repo": "inputobjects/wideangle-nuxt",
7075
+ "npm": "wideangle-nuxt",
7076
+ "icon": "wideangle.png",
7077
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
7078
+ "website": "https://wideangle.co",
7079
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
7080
+ "category": "Analytics",
7081
+ "type": "3rd-party",
7082
+ "maintainers": [
7083
+ {
7084
+ "name": "Wide Angle Analytics by Input Objects GmbH",
7085
+ "github": "inputobjects"
7086
+ },
7087
+ {
7088
+ "name": "Jarek Rozanski",
7089
+ "github": "jrozanski"
7090
+ }
7091
+ ],
7092
+ "compatibility": {
7093
+ "nuxt": "^3.0.0",
7094
+ "requires": {}
7095
+ }
7096
+ },
6322
7097
  {
6323
7098
  "name": "windicss",
6324
7099
  "description": "Next generation utility-first CSS framework.",
@@ -6462,52 +7237,6 @@
6462
7237
  "requires": {}
6463
7238
  }
6464
7239
  },
6465
- {
6466
- "name": "yandex-metrika-next",
6467
- "description": "Yandex Metrika integration for Nuxt",
6468
- "repo": "artmizu/yandex-metrika-nuxt",
6469
- "npm": "@artmizu/yandex-metrika-nuxt",
6470
- "icon": "yandex-metrika.svg",
6471
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6472
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6473
- "learn_more": "",
6474
- "category": "Analytics",
6475
- "type": "3rd-party",
6476
- "maintainers": [
6477
- {
6478
- "name": "Aleksandr Saburov",
6479
- "github": "artmizu",
6480
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6481
- }
6482
- ],
6483
- "compatibility": {
6484
- "nuxt": "^3.0.0",
6485
- "requires": {}
6486
- }
6487
- },
6488
- {
6489
- "name": "yandex-metrika",
6490
- "description": "Yandex metrika Module for Nuxt.js",
6491
- "repo": "nuxt-community/yandex-metrika-module",
6492
- "npm": "@nuxtjs/yandex-metrika",
6493
- "icon": "",
6494
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
6495
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
6496
- "learn_more": "https://metrica.yandex.com/about",
6497
- "category": "Analytics",
6498
- "type": "community",
6499
- "maintainers": [
6500
- {
6501
- "name": "Pooya Parsa",
6502
- "github": "pi0",
6503
- "twitter": "_pi0_"
6504
- }
6505
- ],
6506
- "compatibility": {
6507
- "nuxt": "^2.0.0",
6508
- "requires": {}
6509
- }
6510
- },
6511
7240
  {
6512
7241
  "name": "zendesk",
6513
7242
  "description": "Nuxt.js module for Zendesk",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-e0bae3",
3
+ "version": "0.6.0-e1af31",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [
@@ -19,15 +19,15 @@
19
19
  "devDependencies": {
20
20
  "@nuxt/eslint-config": "^0.1.1",
21
21
  "@types/js-yaml": "^4.0.5",
22
- "@types/node": "^18.14.0",
23
- "defu": "^6.1.1",
22
+ "@types/node": "^18.16.10",
23
+ "defu": "^6.1.2",
24
24
  "eslint": "^8.34.0",
25
- "globby": "^13.1.3",
25
+ "globby": "^13.1.4",
26
26
  "hasha": "^5.2.2",
27
- "jiti": "^1.17.1",
27
+ "jiti": "^1.17.2",
28
28
  "js-yaml": "^4.1.0",
29
- "ofetch": "^1.0.0",
30
- "typescript": "^4.9.4"
29
+ "ofetch": "^1.0.1",
30
+ "typescript": "^4.9.5"
31
31
  },
32
- "packageManager": "pnpm@7.27.1"
32
+ "packageManager": "pnpm@7.32.4"
33
33
  }