@nuxt/modules 0.6.0-c8a54c → 0.6.0-cad801

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 +855 -41
  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": "",
@@ -999,24 +1114,24 @@
999
1114
  },
1000
1115
  {
1001
1116
  "name": "dayjs",
1002
- "description": "The best way for use Day.js easily in your Nuxt.js project.",
1003
- "repo": "nuxt-community/dayjs-module",
1004
- "npm": "@nuxtjs/dayjs",
1117
+ "description": "Day.js module for Nuxt",
1118
+ "repo": "fumeapp/dayjs",
1119
+ "npm": "dayjs-nuxt",
1005
1120
  "icon": "day-js.png",
1006
- "github": "https://github.com/nuxt-community/dayjs-module",
1007
- "website": "https://github.com/nuxt-community/dayjs-module",
1121
+ "github": "https://github.com/fumeapp/dayjs",
1122
+ "website": "https://github.com/fumeapp/dayjs",
1008
1123
  "learn_more": "https://day.js.org/",
1009
- "category": "Date",
1010
- "type": "community",
1124
+ "category": "Libraries",
1125
+ "type": "3rd-party",
1011
1126
  "maintainers": [
1012
1127
  {
1013
- "name": "Takuma HANATANI",
1014
- "github": "potato4d",
1015
- "twitter": "potato4d"
1128
+ "name": "Kevin Olson",
1129
+ "github": "acidjazz",
1130
+ "twitter": "AppFume"
1016
1131
  }
1017
1132
  ],
1018
1133
  "compatibility": {
1019
- "nuxt": "^2.0.0",
1134
+ "nuxt": "^3.0.0",
1020
1135
  "requires": {}
1021
1136
  }
1022
1137
  },
@@ -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": [
@@ -3000,6 +3202,50 @@
3000
3202
  "requires": {}
3001
3203
  }
3002
3204
  },
3205
+ {
3206
+ "name": "nupolyon",
3207
+ "description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
3208
+ "repo": "adenvt/nupolyon",
3209
+ "npm": "nupolyon",
3210
+ "icon": "",
3211
+ "github": "https://github.com/adenvt/nupolyon",
3212
+ "website": "https://github.com/adenvt/nupolyon",
3213
+ "learn_more": "",
3214
+ "category": "Performance",
3215
+ "type": "3rd-party",
3216
+ "maintainers": [
3217
+ {
3218
+ "name": "adenvt",
3219
+ "github": "adenvt"
3220
+ }
3221
+ ],
3222
+ "compatibility": {
3223
+ "nuxt": "^3.0.0",
3224
+ "requires": {}
3225
+ }
3226
+ },
3227
+ {
3228
+ "name": "nuxt-anchorscroll",
3229
+ "description": "Scroll to top and to anchor support for Nuxt",
3230
+ "repo": "helltraitor/nuxt-anchorscroll",
3231
+ "npm": "nuxt-anchorscroll",
3232
+ "icon": "",
3233
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3234
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3235
+ "learn_more": "",
3236
+ "category": "UI",
3237
+ "type": "3rd-party",
3238
+ "maintainers": [
3239
+ {
3240
+ "name": "Helltraitor",
3241
+ "github": "helltraitor"
3242
+ }
3243
+ ],
3244
+ "compatibility": {
3245
+ "nuxt": "^3.0.0",
3246
+ "requires": {}
3247
+ }
3248
+ },
3003
3249
  {
3004
3250
  "name": "nuxt-auth",
3005
3251
  "description": "",
@@ -3022,6 +3268,28 @@
3022
3268
  "requires": {}
3023
3269
  }
3024
3270
  },
3271
+ {
3272
+ "name": "nuxt-bootstrap-icons",
3273
+ "description": "Just a simple integration for Bootstrap Icons",
3274
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3275
+ "npm": "nuxt-bootstrap-icons",
3276
+ "icon": "bootstrap-icons.svg",
3277
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3278
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3279
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3280
+ "category": "UI",
3281
+ "type": "3rd-party",
3282
+ "maintainers": [
3283
+ {
3284
+ "name": "OyewoleOyedeji",
3285
+ "github": "OyewoleOyedeji"
3286
+ }
3287
+ ],
3288
+ "compatibility": {
3289
+ "nuxt": "^3.0.0",
3290
+ "requires": {}
3291
+ }
3292
+ },
3025
3293
  {
3026
3294
  "name": "nuxt-chatgpt",
3027
3295
  "description": "ChatGPT integration for Nuxt 3",
@@ -3044,6 +3312,28 @@
3044
3312
  "requires": {}
3045
3313
  }
3046
3314
  },
3315
+ {
3316
+ "name": "nuxt-feedme",
3317
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3318
+ "repo": "helltraitor/nuxt-feedme",
3319
+ "npm": "nuxt-feedme",
3320
+ "icon": "",
3321
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3322
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3323
+ "learn_more": "",
3324
+ "category": "SEO",
3325
+ "type": "3rd-party",
3326
+ "maintainers": [
3327
+ {
3328
+ "name": "Helltraitor",
3329
+ "github": "helltraitor"
3330
+ }
3331
+ ],
3332
+ "compatibility": {
3333
+ "nuxt": "^3.0.0",
3334
+ "requires": {}
3335
+ }
3336
+ },
3047
3337
  {
3048
3338
  "name": "nuxt-graphql-middleware",
3049
3339
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3095,6 +3385,28 @@
3095
3385
  "requires": {}
3096
3386
  }
3097
3387
  },
3388
+ {
3389
+ "name": "nuxt-gtm",
3390
+ "description": "A Nuxt.js module for Google Tag Manager",
3391
+ "repo": "zadigetvoltaire/nuxt-gtm",
3392
+ "npm": "@zadigetvoltaire/nuxt-gtm",
3393
+ "icon": "nuxt-gtm.svg",
3394
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3395
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3396
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3397
+ "category": "Analytics",
3398
+ "type": "3rd-party",
3399
+ "maintainers": [
3400
+ {
3401
+ "name": "Zadig&Voltaire Team",
3402
+ "github": "https://github.com/zadigetvoltaire"
3403
+ }
3404
+ ],
3405
+ "compatibility": {
3406
+ "nuxt": "^3.0.0",
3407
+ "requires": {}
3408
+ }
3409
+ },
3098
3410
  {
3099
3411
  "name": "nuxt-hue",
3100
3412
  "description": "Enlighten your Nuxt experience",
@@ -3216,7 +3528,7 @@
3216
3528
  "npm": "nuxt-mongoose",
3217
3529
  "icon": "nuxt-mongoose.svg",
3218
3530
  "github": "https://github.com/arashsheyda/nuxt-mongoose",
3219
- "website": "https://github.com/arashsheyda/nuxt-mongoose",
3531
+ "website": "https://nuxt-mongoose.nuxt.space",
3220
3532
  "learn_more": "",
3221
3533
  "category": "Database",
3222
3534
  "type": "3rd-party",
@@ -3254,6 +3566,28 @@
3254
3566
  "requires": {}
3255
3567
  }
3256
3568
  },
3569
+ {
3570
+ "name": "nuxt-phosphor-icons",
3571
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
3572
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
3573
+ "npm": "nuxt-phosphor-icons",
3574
+ "icon": "phosphor-icons.svg",
3575
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3576
+ "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3577
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3578
+ "category": "UI",
3579
+ "type": "3rd-party",
3580
+ "maintainers": [
3581
+ {
3582
+ "name": "OyewoleOyedeji",
3583
+ "github": "OyewoleOyedeji"
3584
+ }
3585
+ ],
3586
+ "compatibility": {
3587
+ "nuxt": "^3.0.0",
3588
+ "requires": {}
3589
+ }
3590
+ },
3257
3591
  {
3258
3592
  "name": "nuxt-pino-log",
3259
3593
  "description": "Structured logs for nuxt apps using pino",
@@ -3298,6 +3632,32 @@
3298
3632
  "requires": {}
3299
3633
  }
3300
3634
  },
3635
+ {
3636
+ "name": "nuxt-plotly",
3637
+ "description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
3638
+ "repo": "superdev-tech/nuxt-plotly",
3639
+ "npm": "nuxt-plotly",
3640
+ "icon": "nuxt-plotly.svg",
3641
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
3642
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
3643
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
3644
+ "category": "Libraries",
3645
+ "type": "3rd-party",
3646
+ "maintainers": [
3647
+ {
3648
+ "name": "Supanut Dokmaithong",
3649
+ "github": "Boomgeek"
3650
+ },
3651
+ {
3652
+ "name": "superdev-tech",
3653
+ "github": "superdev-tech"
3654
+ }
3655
+ ],
3656
+ "compatibility": {
3657
+ "nuxt": "^3.0.0",
3658
+ "requires": {}
3659
+ }
3660
+ },
3301
3661
  {
3302
3662
  "name": "nuxt-png-to-ico",
3303
3663
  "description": "Nuxt.js module for auto generating favicons",
@@ -3510,12 +3870,12 @@
3510
3870
  {
3511
3871
  "name": "nuxt-vue3-google-signin",
3512
3872
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3513
- "repo": "syetalabs/nuxt-vue3-google-signin",
3873
+ "repo": "wavezync/nuxt-vue3-google-signin",
3514
3874
  "npm": "nuxt-vue3-google-signin",
3515
3875
  "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",
3876
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
3877
+ "website": "https://vue3-google-signin.wavezync.com",
3878
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3519
3879
  "category": "Libraries",
3520
3880
  "type": "3rd-party",
3521
3881
  "maintainers": [
@@ -3531,7 +3891,7 @@
3531
3891
  },
3532
3892
  {
3533
3893
  "name": "nuxt-vuetify",
3534
- "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
3894
+ "description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
3535
3895
  "repo": "invictus-codes/nuxt-vuetify",
3536
3896
  "npm": "@invictus.codes/nuxt-vuetify",
3537
3897
  "icon": "vuetify-logo-v3-dark.svg",
@@ -3551,6 +3911,28 @@
3551
3911
  "requires": {}
3552
3912
  }
3553
3913
  },
3914
+ {
3915
+ "name": "nuxt3-leaflet",
3916
+ "description": "Leaflet integration with Nuxt",
3917
+ "repo": "Gugustinette/Nuxt-Leaflet",
3918
+ "npm": "nuxt3-leaflet",
3919
+ "icon": "leaflet.png",
3920
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
3921
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
3922
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
3923
+ "category": "Libraries",
3924
+ "type": "3rd-party",
3925
+ "maintainers": [
3926
+ {
3927
+ "name": "Augustin MERCIER",
3928
+ "github": "Gugustinette"
3929
+ }
3930
+ ],
3931
+ "compatibility": {
3932
+ "nuxt": "^3.0.0",
3933
+ "requires": {}
3934
+ }
3935
+ },
3554
3936
  {
3555
3937
  "name": "nuxt7",
3556
3938
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -3574,6 +3956,29 @@
3574
3956
  "requires": {}
3575
3957
  }
3576
3958
  },
3959
+ {
3960
+ "name": "nuxtlabs-ui",
3961
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3962
+ "repo": "nuxtlabs/ui",
3963
+ "npm": "@nuxthq/ui",
3964
+ "icon": "nuxtlabs-ui.svg",
3965
+ "github": "https://github.com/nuxtlabs/ui",
3966
+ "website": "https://ui.nuxtlabs.com",
3967
+ "learn_more": "https://ui.nuxtlabs.com",
3968
+ "category": "UI",
3969
+ "type": "3rd-party",
3970
+ "maintainers": [
3971
+ {
3972
+ "name": "Benjamin Canac",
3973
+ "github": "benjamincanac",
3974
+ "twitter": "benjamincanac"
3975
+ }
3976
+ ],
3977
+ "compatibility": {
3978
+ "nuxt": "^3.0.0",
3979
+ "requires": {}
3980
+ }
3981
+ },
3577
3982
  {
3578
3983
  "name": "og-image",
3579
3984
  "description": "Easily generate dynamic social share images.",
@@ -3713,6 +4118,30 @@
3713
4118
  }
3714
4119
  }
3715
4120
  },
4121
+ {
4122
+ "name": "pdfeasy",
4123
+ "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
4124
+ "repo": "betterwrite/pdfeasy#main/packages/nuxt",
4125
+ "npm": "nuxt-pdfeasy",
4126
+ "icon": "pdfeasy.png",
4127
+ "github": "https://github.com/betterwrite/pdfeasy",
4128
+ "website": "https://github.com/betterwrite/pdfeasy",
4129
+ "learn_more": "https://github.com/betterwrite/pdfeasy",
4130
+ "category": "Extensions",
4131
+ "type": "3rd-party",
4132
+ "maintainers": [
4133
+ {
4134
+ "name": "Giovane Cardoso",
4135
+ "github": "novout",
4136
+ "twitter": "novoutttttt",
4137
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
4138
+ }
4139
+ ],
4140
+ "compatibility": {
4141
+ "nuxt": "^3.0.0",
4142
+ "requires": {}
4143
+ }
4144
+ },
3716
4145
  {
3717
4146
  "name": "persian-datepicker",
3718
4147
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -4056,6 +4485,28 @@
4056
4485
  "requires": {}
4057
4486
  }
4058
4487
  },
4488
+ {
4489
+ "name": "radash",
4490
+ "description": "radash module with auto-import and custom prefix",
4491
+ "repo": "bbg/nuxt-radash",
4492
+ "npm": "nuxt-radash",
4493
+ "icon": "radash.svg",
4494
+ "github": "https://github.com/bbg/nuxt-radash",
4495
+ "website": "https://github.com/bbg/nuxt-radash#readme",
4496
+ "learn_more": "https://github.com/rayepps/radash/",
4497
+ "category": "Libraries",
4498
+ "type": "3rd-party",
4499
+ "maintainers": [
4500
+ {
4501
+ "name": "Batuhan Göksu",
4502
+ "github": "bbg"
4503
+ }
4504
+ ],
4505
+ "compatibility": {
4506
+ "nuxt": "^3.0.0",
4507
+ "requires": {}
4508
+ }
4509
+ },
4059
4510
  {
4060
4511
  "name": "recaptcha",
4061
4512
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
@@ -4443,6 +4894,29 @@
4443
4894
  "requires": {}
4444
4895
  }
4445
4896
  },
4897
+ {
4898
+ "name": "server-block",
4899
+ "description": "Use <server> tags in your Nuxt pages components.",
4900
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
4901
+ "npm": "@hebilicious/server-block-nuxt",
4902
+ "icon": "server-block.svg",
4903
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
4904
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
4905
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
4906
+ "category": "Extensions",
4907
+ "type": "3rd-party",
4908
+ "maintainers": [
4909
+ {
4910
+ "name": "Hebilicious",
4911
+ "github": "Hebilicious",
4912
+ "twitter": "its_hebilicious"
4913
+ }
4914
+ ],
4915
+ "compatibility": {
4916
+ "nuxt": "^3.0.0",
4917
+ "requires": {}
4918
+ }
4919
+ },
4446
4920
  {
4447
4921
  "name": "session",
4448
4922
  "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",
@@ -4919,6 +5393,32 @@
4919
5393
  }
4920
5394
  }
4921
5395
  },
5396
+ {
5397
+ "name": "stripe-next",
5398
+ "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.",
5399
+ "repo": "fuentesloic/nuxt-stripe",
5400
+ "npm": "@unlok-co/nuxt-stripe",
5401
+ "icon": "stripe.png",
5402
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
5403
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
5404
+ "learn_more": "https://stripe.com/docs",
5405
+ "category": "Payment",
5406
+ "type": "3rd-party",
5407
+ "maintainers": [
5408
+ {
5409
+ "name": "Loic Fuentes",
5410
+ "github": "fuentesloic"
5411
+ },
5412
+ {
5413
+ "name": "Florent Giraud",
5414
+ "github": "flozero"
5415
+ }
5416
+ ],
5417
+ "compatibility": {
5418
+ "nuxt": "^3.0.0",
5419
+ "requires": {}
5420
+ }
5421
+ },
4922
5422
  {
4923
5423
  "name": "stripe",
4924
5424
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
@@ -5222,6 +5722,28 @@
5222
5722
  "requires": {}
5223
5723
  }
5224
5724
  },
5725
+ {
5726
+ "name": "time",
5727
+ "description": "Safely render local dates and times on the server with Nuxt",
5728
+ "repo": "danielroe/nuxt-time",
5729
+ "npm": "nuxt-time",
5730
+ "icon": "",
5731
+ "github": "https://github.com/danielroe/nuxt-time",
5732
+ "website": "https://github.com/danielroe/nuxt-time",
5733
+ "learn_more": "",
5734
+ "category": "Extensions",
5735
+ "type": "3rd-party",
5736
+ "maintainers": [
5737
+ {
5738
+ "name": "danielroe",
5739
+ "github": "danielroe"
5740
+ }
5741
+ ],
5742
+ "compatibility": {
5743
+ "nuxt": "^3.0.0",
5744
+ "requires": {}
5745
+ }
5746
+ },
5225
5747
  {
5226
5748
  "name": "toast",
5227
5749
  "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
@@ -5245,6 +5767,39 @@
5245
5767
  "requires": {}
5246
5768
  }
5247
5769
  },
5770
+ {
5771
+ "name": "tresjs",
5772
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
5773
+ "repo": "tresjs/nuxt",
5774
+ "npm": "@tresjs/nuxt",
5775
+ "icon": "tresjs.svg",
5776
+ "github": "https://github.com/Tresjs/nuxt",
5777
+ "website": "https://tresjs.org/guide/nuxt.html",
5778
+ "learn_more": "https://tresjs.org/",
5779
+ "category": "Libraries",
5780
+ "type": "3rd-party",
5781
+ "maintainers": [
5782
+ {
5783
+ "name": "Alvaro Saburido",
5784
+ "github": "alvarosabu",
5785
+ "twitter": "alvarosabu"
5786
+ },
5787
+ {
5788
+ "name": "Jaime Torrealba",
5789
+ "github": "JaimeTorrealba",
5790
+ "twitter": "jaimebboyjt"
5791
+ },
5792
+ {
5793
+ "name": "Tino Koch",
5794
+ "github": "Tinoooo",
5795
+ "twitter": "ichbintino"
5796
+ }
5797
+ ],
5798
+ "compatibility": {
5799
+ "nuxt": "^3.0.0",
5800
+ "requires": {}
5801
+ }
5802
+ },
5248
5803
  {
5249
5804
  "name": "turnstile",
5250
5805
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5294,6 +5849,28 @@
5294
5849
  }
5295
5850
  }
5296
5851
  },
5852
+ {
5853
+ "name": "twemoji",
5854
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
5855
+ "repo": "yizack/nuxt-twemoji",
5856
+ "npm": "nuxt-twemoji",
5857
+ "icon": "twemoji.svg",
5858
+ "github": "https://github.com/Yizack/nuxt-twemoji",
5859
+ "website": "https://github.com/Yizack/nuxt-twemoji",
5860
+ "learn_more": "",
5861
+ "category": "UI",
5862
+ "type": "3rd-party",
5863
+ "maintainers": [
5864
+ {
5865
+ "name": "Yizack Rangel",
5866
+ "github": "yizack"
5867
+ }
5868
+ ],
5869
+ "compatibility": {
5870
+ "nuxt": "^3.0.0",
5871
+ "requires": {}
5872
+ }
5873
+ },
5297
5874
  {
5298
5875
  "name": "twicpics",
5299
5876
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5465,11 +6042,11 @@
5465
6042
  {
5466
6043
  "name": "unhead",
5467
6044
  "description": "Experimental features for Nuxt SEO / head management.",
5468
- "repo": "harlan-zw/nuxt-unhead",
5469
- "npm": "nuxt-unhead",
6045
+ "repo": "harlan-zw/nuxt-seo-experiments",
6046
+ "npm": "nuxt-seo-experiments",
5470
6047
  "icon": "",
5471
- "github": "https://github.com/harlan-zw/nuxt-unhead",
5472
- "website": "https://github.com/harlan-zw/nuxt-unhead",
6048
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6049
+ "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
5473
6050
  "learn_more": "",
5474
6051
  "category": "SEO",
5475
6052
  "type": "3rd-party",
@@ -5512,6 +6089,28 @@
5512
6089
  "requires": {}
5513
6090
  }
5514
6091
  },
6092
+ {
6093
+ "name": "unlazy",
6094
+ "description": "Lazy loading library for placeholder images",
6095
+ "repo": "johannschopplich/unlazy/packages/nuxt",
6096
+ "npm": "@unlazy/nuxt",
6097
+ "icon": "unlazy.svg",
6098
+ "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
6099
+ "website": "https://unlazy.byjohann.dev/",
6100
+ "learn_more": "",
6101
+ "category": "Images",
6102
+ "type": "3rd-party",
6103
+ "maintainers": [
6104
+ {
6105
+ "name": "Johann Schopplich",
6106
+ "github": "johannschopplich"
6107
+ }
6108
+ ],
6109
+ "compatibility": {
6110
+ "nuxt": "^3.0.0",
6111
+ "requires": {}
6112
+ }
6113
+ },
5515
6114
  {
5516
6115
  "name": "unlighthouse",
5517
6116
  "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
@@ -5587,6 +6186,30 @@
5587
6186
  "requires": {}
5588
6187
  }
5589
6188
  },
6189
+ {
6190
+ "name": "use-wagmi",
6191
+ "description": "Vue Composition for Ethereum based on wagmi",
6192
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
6193
+ "npm": "@use-wagmi/nuxt",
6194
+ "icon": "use-wagmi.png",
6195
+ "github": "https://github.com/unicape/use-wagmi",
6196
+ "website": "https://github.com/unicape/use-wagmi",
6197
+ "learn_more": "https://github.com/unicape/use-wagmi",
6198
+ "category": "Extensions",
6199
+ "type": "3rd-party",
6200
+ "maintainers": [
6201
+ {
6202
+ "name": "Unic Ape",
6203
+ "github": "unicape"
6204
+ }
6205
+ ],
6206
+ "compatibility": {
6207
+ "nuxt": "^2.0.0 || ^3.0.0",
6208
+ "requires": {
6209
+ "bridge": true
6210
+ }
6211
+ }
6212
+ },
5590
6213
  {
5591
6214
  "name": "user-agent",
5592
6215
  "description": "Nuxt.js module for handling User-Agent.",
@@ -5679,6 +6302,28 @@
5679
6302
  }
5680
6303
  }
5681
6304
  },
6305
+ {
6306
+ "name": "vcalendar",
6307
+ "description": "VCalendar module for Nuxt",
6308
+ "repo": "samk-dev/nuxt-vcalendar",
6309
+ "npm": "@samk-dev/nuxt-vcalendar",
6310
+ "icon": "vcalendar.png",
6311
+ "github": "https://github.com/samk-dev/vcalendar",
6312
+ "website": "https://github.com/samk-dev/vcalendar",
6313
+ "learn_more": "",
6314
+ "category": "Libraries",
6315
+ "type": "3rd-party",
6316
+ "maintainers": [
6317
+ {
6318
+ "name": "Sam K",
6319
+ "github": "samk-dev"
6320
+ }
6321
+ ],
6322
+ "compatibility": {
6323
+ "nuxt": "^3.0.0",
6324
+ "requires": {}
6325
+ }
6326
+ },
5682
6327
  {
5683
6328
  "name": "vee-validate",
5684
6329
  "description": "Painless Vue forms for Nuxt.js",
@@ -5724,6 +6369,51 @@
5724
6369
  "requires": {}
5725
6370
  }
5726
6371
  },
6372
+ {
6373
+ "name": "vercel-analytics",
6374
+ "description": "Vercel Analytics integration for Nuxt",
6375
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
6376
+ "npm": "nuxt-vercel-analytics",
6377
+ "icon": "",
6378
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6379
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6380
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
6381
+ "category": "Analytics",
6382
+ "type": "3rd-party",
6383
+ "maintainers": [
6384
+ {
6385
+ "name": "Alexander B.",
6386
+ "github": "xanderbarkhatov"
6387
+ }
6388
+ ],
6389
+ "compatibility": {
6390
+ "nuxt": "^3.0.0",
6391
+ "requires": {}
6392
+ }
6393
+ },
6394
+ {
6395
+ "name": "vexip-ui",
6396
+ "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
6397
+ "repo": "vexip-ui/nuxt",
6398
+ "npm": "@vexip-ui/nuxt",
6399
+ "icon": "vexip-ui.svg",
6400
+ "github": "https://github.com/vexip-ui/vexip-ui",
6401
+ "website": "https://www.vexipui.com/",
6402
+ "learn_more": "https://github.com/vexip-ui/nuxt",
6403
+ "category": "UI",
6404
+ "type": "3rd-party",
6405
+ "maintainers": [
6406
+ {
6407
+ "name": "未觉雨声",
6408
+ "github": "qmhc",
6409
+ "twitter": "qmhc95"
6410
+ }
6411
+ ],
6412
+ "compatibility": {
6413
+ "nuxt": "^3.0.0",
6414
+ "requires": {}
6415
+ }
6416
+ },
5727
6417
  {
5728
6418
  "name": "vite-pwa-nuxt",
5729
6419
  "description": "Zero-config PWA Plugin for Nuxt 3",
@@ -5755,13 +6445,13 @@
5755
6445
  {
5756
6446
  "name": "vitest",
5757
6447
  "description": "Vitest integration with Nuxt",
5758
- "repo": "danielroe/nuxt-vitest#main",
6448
+ "repo": "danielroe/nuxt-vitest",
5759
6449
  "npm": "nuxt-vitest",
5760
6450
  "icon": "vitest.svg",
5761
6451
  "github": "https://github.com/danielroe/nuxt-vitest",
5762
6452
  "website": "https://github.com/danielroe/nuxt-vitest",
5763
6453
  "learn_more": "",
5764
- "category": "Extensions",
6454
+ "category": "Devtools",
5765
6455
  "type": "3rd-party",
5766
6456
  "maintainers": [
5767
6457
  {
@@ -5778,15 +6468,45 @@
5778
6468
  "requires": {}
5779
6469
  }
5780
6470
  },
6471
+ {
6472
+ "name": "vue-email",
6473
+ "description": "Write email templates with vue",
6474
+ "repo": "Dave136/vue-email#main/packages/vue-email",
6475
+ "npm": "vue-email",
6476
+ "icon": "vue-email.svg",
6477
+ "github": "https://github.com/Dave136/vue-email",
6478
+ "website": "https://vue-email.vercel.app/",
6479
+ "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
6480
+ "category": "UI",
6481
+ "type": "3rd-party",
6482
+ "maintainers": [
6483
+ {
6484
+ "name": "David Arenas",
6485
+ "github": "Dave136",
6486
+ "twitter": "davejs4",
6487
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
6488
+ },
6489
+ {
6490
+ "name": "Younes Barrad",
6491
+ "github": "Flowko",
6492
+ "twitter": "imflowko",
6493
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6494
+ }
6495
+ ],
6496
+ "compatibility": {
6497
+ "nuxt": "^3.0.0",
6498
+ "requires": {}
6499
+ }
6500
+ },
5781
6501
  {
5782
6502
  "name": "vue-macros",
5783
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5784
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
6503
+ "description": "Explore more macros and syntax sugar to Vue.",
6504
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5785
6505
  "npm": "@vue-macros/nuxt",
5786
6506
  "icon": "vue-macros.svg",
5787
- "github": "https://github.com/sxzz/unplugin-vue-macros",
6507
+ "github": "https://github.com/sxzz/vue-macros",
5788
6508
  "website": "https://vue-macros.sxzz.moe",
5789
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
6509
+ "learn_more": "https://github.com/sxzz/vue-macros",
5790
6510
  "category": "Extensions",
5791
6511
  "type": "3rd-party",
5792
6512
  "maintainers": [
@@ -5869,6 +6589,29 @@
5869
6589
  "requires": {}
5870
6590
  }
5871
6591
  },
6592
+ {
6593
+ "name": "vue-query",
6594
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6595
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
6596
+ "npm": "@hebilicious/vue-query-nuxt",
6597
+ "icon": "vue-query.svg",
6598
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
6599
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
6600
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
6601
+ "category": "Request",
6602
+ "type": "3rd-party",
6603
+ "maintainers": [
6604
+ {
6605
+ "name": "Hebilicious",
6606
+ "github": "Hebilicious",
6607
+ "twitter": "its_hebilicious"
6608
+ }
6609
+ ],
6610
+ "compatibility": {
6611
+ "nuxt": "^3.0.0",
6612
+ "requires": {}
6613
+ }
6614
+ },
5872
6615
  {
5873
6616
  "name": "vue-select",
5874
6617
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -5939,6 +6682,29 @@
5939
6682
  "requires": {}
5940
6683
  }
5941
6684
  },
6685
+ {
6686
+ "name": "vue3-carousel-nuxt",
6687
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
6688
+ "repo": "gaetansenn/vue3-carousel-nuxt",
6689
+ "npm": "vue3-carousel-nuxt",
6690
+ "icon": "",
6691
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6692
+ "website": "",
6693
+ "learn_more": "",
6694
+ "category": "UI",
6695
+ "type": "3rd-party",
6696
+ "maintainers": [
6697
+ {
6698
+ "name": "Gaetan SENN",
6699
+ "github": "gaetansenn",
6700
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
6701
+ }
6702
+ ],
6703
+ "compatibility": {
6704
+ "nuxt": "^3.0.0",
6705
+ "requires": {}
6706
+ }
6707
+ },
5942
6708
  {
5943
6709
  "name": "vuefire",
5944
6710
  "description": "Idiomatic composables for the Firebase SDK",
@@ -5983,6 +6749,28 @@
5983
6749
  "requires": {}
5984
6750
  }
5985
6751
  },
6752
+ {
6753
+ "name": "vuetify-nuxt-module",
6754
+ "description": "Zero-config Nuxt Module for Vuetify.",
6755
+ "repo": "userquin/vuetify-nuxt-module",
6756
+ "npm": "vuetify-nuxt-module",
6757
+ "icon": "vuetify-logo-v3-dark.svg",
6758
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
6759
+ "website": "https://github.com/userquin/vuetify-nuxt-module",
6760
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
6761
+ "category": "UI",
6762
+ "type": "3rd-party",
6763
+ "maintainers": [
6764
+ {
6765
+ "name": "Joaquín Sánchez",
6766
+ "github": "userquin"
6767
+ }
6768
+ ],
6769
+ "compatibility": {
6770
+ "nuxt": "^3.0.0",
6771
+ "requires": {}
6772
+ }
6773
+ },
5986
6774
  {
5987
6775
  "name": "vuetify",
5988
6776
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
@@ -6250,6 +7038,32 @@
6250
7038
  "requires": {}
6251
7039
  }
6252
7040
  },
7041
+ {
7042
+ "name": "wideangle",
7043
+ "description": "Nuxt 3 module to integrate Wide Angle Analytics",
7044
+ "repo": "inputobjects/wideangle-nuxt",
7045
+ "npm": "wideangle-nuxt",
7046
+ "icon": "wideangle.png",
7047
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
7048
+ "website": "https://wideangle.co",
7049
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
7050
+ "category": "Analytics",
7051
+ "type": "3rd-party",
7052
+ "maintainers": [
7053
+ {
7054
+ "name": "Wide Angle Analytics by Input Objects GmbH",
7055
+ "github": "inputobjects"
7056
+ },
7057
+ {
7058
+ "name": "Jarek Rozanski",
7059
+ "github": "jrozanski"
7060
+ }
7061
+ ],
7062
+ "compatibility": {
7063
+ "nuxt": "^3.0.0",
7064
+ "requires": {}
7065
+ }
7066
+ },
6253
7067
  {
6254
7068
  "name": "windicss",
6255
7069
  "description": "Next generation utility-first CSS framework.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-c8a54c",
3
+ "version": "0.6.0-cad801",
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
  }