@nuxt/modules 0.6.0-4937c7 → 0.6.0-4a4961

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 +813 -369
  2. package/package.json +9 -5
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",
@@ -201,7 +179,7 @@
201
179
  "github": "https://github.com/egidiusmengelberg/nuxt-aos",
202
180
  "website": "https://github.com/egidiusmengelberg/nuxt-aos",
203
181
  "learn_more": "",
204
- "category": "Devtools",
182
+ "category": "Libraries",
205
183
  "type": "3rd-party",
206
184
  "maintainers": [
207
185
  {
@@ -216,12 +194,12 @@
216
194
  },
217
195
  {
218
196
  "name": "api-party",
219
- "description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
197
+ "description": "Securely connect to any API with a server proxy and dynamic composables",
220
198
  "repo": "johannschopplich/nuxt-api-party",
221
199
  "npm": "nuxt-api-party",
222
200
  "icon": "api-party.svg",
223
201
  "github": "https://github.com/johannschopplich/nuxt-api-party",
224
- "website": "https://nuxt-api-party.jhnn.dev/",
202
+ "website": "https://nuxt-api-party.byjohann.dev/",
225
203
  "learn_more": "",
226
204
  "category": "Request",
227
205
  "type": "3rd-party",
@@ -238,6 +216,28 @@
238
216
  "requires": {}
239
217
  }
240
218
  },
219
+ {
220
+ "name": "api-shield",
221
+ "description": "Nuxt API Shield - Rate Limiting",
222
+ "repo": "rrd108/nuxt-api-shield",
223
+ "npm": "nuxt-api-shield",
224
+ "icon": "api-shield.png",
225
+ "github": "https://github.com/rrd108/nuxt-api-shield",
226
+ "website": "https://github.com/rrd108/nuxt-api-shield",
227
+ "learn_more": "",
228
+ "category": "Security",
229
+ "type": "3rd-party",
230
+ "maintainers": [
231
+ {
232
+ "name": "rrd",
233
+ "github": "rrd108"
234
+ }
235
+ ],
236
+ "compatibility": {
237
+ "nuxt": "^3.0.0",
238
+ "requires": {}
239
+ }
240
+ },
241
241
  {
242
242
  "name": "apis-to-file",
243
243
  "description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
@@ -384,7 +384,7 @@
384
384
  "github": "https://github.com/atinux/nuxt-auth-utils",
385
385
  "website": "https://github.com/atinux/nuxt-auth-utils",
386
386
  "learn_more": "",
387
- "category": "Devtools",
387
+ "category": "Security",
388
388
  "type": "3rd-party",
389
389
  "maintainers": [
390
390
  {
@@ -778,10 +778,10 @@
778
778
  "description": "Privacy-first, end-to-end encrypted analytics",
779
779
  "repo": "chiffre-io/nuxt-chiffre",
780
780
  "npm": "nuxt-chiffre",
781
- "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
781
+ "icon": "chiffre.png",
782
782
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
783
783
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
784
- "learn_more": "https://chiffre.io",
784
+ "learn_more": "https://chiffre.io/",
785
785
  "category": "Analytics",
786
786
  "type": "3rd-party",
787
787
  "maintainers": [
@@ -1013,7 +1013,7 @@
1013
1013
  "npm": "@nuxt/content",
1014
1014
  "icon": "nuxt.svg",
1015
1015
  "github": "https://github.com/nuxt/content",
1016
- "website": "https://content.nuxtjs.org",
1016
+ "website": "https://content.nuxt.com",
1017
1017
  "learn_more": "",
1018
1018
  "category": "CMS",
1019
1019
  "type": "official",
@@ -1298,7 +1298,7 @@
1298
1298
  "npm": "@nuxt/devtools",
1299
1299
  "icon": "nuxt.svg",
1300
1300
  "github": "https://github.com/nuxt/devtools",
1301
- "website": "https://devtools.nuxtjs.org/",
1301
+ "website": "https://devtools.nuxt.com",
1302
1302
  "learn_more": "",
1303
1303
  "category": "Devtools",
1304
1304
  "type": "official",
@@ -1557,7 +1557,7 @@
1557
1557
  }
1558
1558
  },
1559
1559
  {
1560
- "name": "eslint",
1560
+ "name": "eslint-module",
1561
1561
  "description": "ESLint module for Nuxt",
1562
1562
  "repo": "nuxt-community/eslint-module",
1563
1563
  "npm": "@nuxtjs/eslint-module",
@@ -1578,6 +1578,29 @@
1578
1578
  "requires": {}
1579
1579
  }
1580
1580
  },
1581
+ {
1582
+ "name": "eslint",
1583
+ "description": "All-in-one ESLint module for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
1584
+ "repo": "nuxt/eslint",
1585
+ "npm": "@nuxt/eslint",
1586
+ "icon": "nuxt.svg",
1587
+ "github": "https://github.com/nuxt/eslint",
1588
+ "website": "https://eslint.nuxt.com",
1589
+ "learn_more": "https://eslint.nuxt.com/packages/module",
1590
+ "category": "Devtools",
1591
+ "type": "official",
1592
+ "maintainers": [
1593
+ {
1594
+ "name": "Anthony Fu",
1595
+ "github": "antfu",
1596
+ "twitter": "antfu7"
1597
+ }
1598
+ ],
1599
+ "compatibility": {
1600
+ "nuxt": "^3.0.0",
1601
+ "requires": {}
1602
+ }
1603
+ },
1581
1604
  {
1582
1605
  "name": "event-trace",
1583
1606
  "description": "Module for event trace in Nuxt",
@@ -1823,10 +1846,33 @@
1823
1846
  "requires": {}
1824
1847
  }
1825
1848
  },
1849
+ {
1850
+ "name": "fonts",
1851
+ "description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
1852
+ "repo": "nuxt/fonts",
1853
+ "npm": "@nuxt/fonts",
1854
+ "icon": "nuxt.svg",
1855
+ "github": "https://github.com/nuxt/fonts",
1856
+ "website": "https://github.com/nuxt/fonts",
1857
+ "learn_more": "",
1858
+ "category": "Libraries",
1859
+ "type": "official",
1860
+ "maintainers": [
1861
+ {
1862
+ "name": "Daniel Roe",
1863
+ "github": "danielroe",
1864
+ "twitter": "danielcroe"
1865
+ }
1866
+ ],
1867
+ "compatibility": {
1868
+ "nuxt": "^3.0.0",
1869
+ "requires": {}
1870
+ }
1871
+ },
1826
1872
  {
1827
1873
  "name": "form-actions",
1828
1874
  "description": "A set of features and composables to interact with forms and server data.",
1829
- "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1875
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1830
1876
  "npm": "@hebilicious/form-actions-nuxt",
1831
1877
  "icon": "form-actions.svg",
1832
1878
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
@@ -1854,7 +1900,7 @@
1854
1900
  "icon": "formkit.png",
1855
1901
  "github": "https://github.com/formkit/formkit",
1856
1902
  "website": "https://formkit.com",
1857
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1903
+ "learn_more": "https://formkit.com/getting-started/installation",
1858
1904
  "category": "Libraries",
1859
1905
  "type": "3rd-party",
1860
1906
  "maintainers": [
@@ -2067,7 +2113,7 @@
2067
2113
  "icon": "graphql-client.svg",
2068
2114
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
2069
2115
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
2070
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2116
+ "learn_more": "https://nuxt-graphql-client.web.app/",
2071
2117
  "category": "Request",
2072
2118
  "type": "3rd-party",
2073
2119
  "maintainers": [
@@ -2128,7 +2174,7 @@
2128
2174
  },
2129
2175
  {
2130
2176
  "name": "gtag",
2131
- "description": "Google Analytics integration for Nuxt",
2177
+ "description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
2132
2178
  "repo": "johannschopplich/nuxt-gtag",
2133
2179
  "npm": "nuxt-gtag",
2134
2180
  "icon": "gtag.svg",
@@ -2351,6 +2397,28 @@
2351
2397
  "requires": {}
2352
2398
  }
2353
2399
  },
2400
+ {
2401
+ "name": "hotjar",
2402
+ "description": "Add HotJar to your Nuxt application",
2403
+ "repo": "damevin/nuxt-module-hotjar",
2404
+ "npm": "nuxt-module-hotjar",
2405
+ "icon": "hotjar.png",
2406
+ "github": "https://github.com/damevin/nuxt-module-hotjar",
2407
+ "website": "https://github.com/damevin/nuxt-module-hotjar",
2408
+ "learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
2409
+ "category": "SEO",
2410
+ "type": "3rd-party",
2411
+ "maintainers": [
2412
+ {
2413
+ "name": "Raphaël DAMEVIN",
2414
+ "github": "damevin"
2415
+ }
2416
+ ],
2417
+ "compatibility": {
2418
+ "nuxt": "^3.0.0",
2419
+ "requires": {}
2420
+ }
2421
+ },
2354
2422
  {
2355
2423
  "name": "html-minifier",
2356
2424
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
@@ -2380,7 +2448,7 @@
2380
2448
  "npm": "@nuxtjs/html-validator",
2381
2449
  "icon": "html-validator.png",
2382
2450
  "github": "https://github.com/nuxt-modules/html-validator",
2383
- "website": "https://html-validator.nuxtjs.org",
2451
+ "website": "https://github.com/nuxt-modules/html-validator",
2384
2452
  "learn_more": "https://html-validate.org",
2385
2453
  "category": "Performance",
2386
2454
  "type": "community",
@@ -2426,6 +2494,44 @@
2426
2494
  "requires": {}
2427
2495
  }
2428
2496
  },
2497
+ {
2498
+ "name": "hub",
2499
+ "description": "Build full-stack Nuxt applications on the edge, with zero configuration.",
2500
+ "repo": "nuxt-hub/core",
2501
+ "npm": "@nuxthub/core",
2502
+ "icon": "nuxthub.svg",
2503
+ "github": "https://github.com/nuxt-hub/core",
2504
+ "website": "https://hub.nuxt.com",
2505
+ "learn_more": "",
2506
+ "category": "Database",
2507
+ "type": "3rd-party",
2508
+ "maintainers": [
2509
+ {
2510
+ "name": "Sebastien Chopin",
2511
+ "github": "Atinux"
2512
+ },
2513
+ {
2514
+ "name": "Ahad Birang",
2515
+ "github": "farnabaz"
2516
+ },
2517
+ {
2518
+ "name": "Sylvain Marroufin",
2519
+ "github": "smarroufin"
2520
+ },
2521
+ {
2522
+ "name": "Florent Delerue",
2523
+ "github": "flosciante"
2524
+ },
2525
+ {
2526
+ "name": "NuxtLabs",
2527
+ "github": "nuxtlabs"
2528
+ }
2529
+ ],
2530
+ "compatibility": {
2531
+ "nuxt": "^3.0.0",
2532
+ "requires": {}
2533
+ }
2534
+ },
2429
2535
  {
2430
2536
  "name": "humans-txt",
2431
2537
  "description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
@@ -2456,8 +2562,8 @@
2456
2562
  "npm": "@nuxtjs/i18n",
2457
2563
  "icon": "i18n.png",
2458
2564
  "github": "https://github.com/nuxt-modules/i18n",
2459
- "website": "https://v8.i18n.nuxtjs.org",
2460
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2565
+ "website": "https://i18n.nuxtjs.org",
2566
+ "learn_more": "https://vue-i18n.intlify.dev/",
2461
2567
  "category": "Extensions",
2462
2568
  "type": "community",
2463
2569
  "maintainers": [
@@ -2468,6 +2574,10 @@
2468
2574
  {
2469
2575
  "name": "Kazuya Kawaguchi",
2470
2576
  "github": "kazupon"
2577
+ },
2578
+ {
2579
+ "name": "Bobbie Goede",
2580
+ "github": "BobbieGoede"
2471
2581
  }
2472
2582
  ],
2473
2583
  "compatibility": {
@@ -2788,7 +2898,8 @@
2788
2898
  "compatibility": {
2789
2899
  "nuxt": "^3.0.0",
2790
2900
  "requires": {}
2791
- }
2901
+ },
2902
+ "sponsor": true
2792
2903
  },
2793
2904
  {
2794
2905
  "name": "kql",
@@ -2797,7 +2908,7 @@
2797
2908
  "npm": "nuxt-kql",
2798
2909
  "icon": "kql.svg",
2799
2910
  "github": "https://github.com/johannschopplich/nuxt-kql",
2800
- "website": "https://nuxt-kql.jhnn.dev",
2911
+ "website": "https://nuxt-kql.byjohann.dev/",
2801
2912
  "learn_more": "",
2802
2913
  "category": "CMS",
2803
2914
  "type": "3rd-party",
@@ -2926,7 +3037,7 @@
2926
3037
  },
2927
3038
  {
2928
3039
  "name": "link-checker",
2929
- "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
3040
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2930
3041
  "repo": "harlan-zw/nuxt-link-checker",
2931
3042
  "npm": "nuxt-link-checker",
2932
3043
  "icon": "link-checker.svg",
@@ -3044,6 +3155,29 @@
3044
3155
  "requires": {}
3045
3156
  }
3046
3157
  },
3158
+ {
3159
+ "name": "logto",
3160
+ "description": "The better Nuxt auth module for developers.",
3161
+ "repo": "logto-io/js#master/packages/nuxt",
3162
+ "npm": "@logto/nuxt",
3163
+ "icon": "logto.svg",
3164
+ "github": "https://github.com/logto-io/js/tree/master/packages/nuxt",
3165
+ "website": "https://logto.io",
3166
+ "learn_more": "https://docs.logto.io",
3167
+ "category": "Security",
3168
+ "type": "3rd-party",
3169
+ "maintainers": [
3170
+ {
3171
+ "name": "logto",
3172
+ "github": "logto-io",
3173
+ "twitter": "logto_io"
3174
+ }
3175
+ ],
3176
+ "compatibility": {
3177
+ "nuxt": "^3.0.0",
3178
+ "requires": {}
3179
+ }
3180
+ },
3047
3181
  {
3048
3182
  "name": "lucide-icons",
3049
3183
  "description": "Nuxt module to integrate Lucide icons",
@@ -3095,10 +3229,10 @@
3095
3229
  {
3096
3230
  "name": "magic-regexp",
3097
3231
  "description": "A compiled-away, type-safe, readable RegExp alternative",
3098
- "repo": "danielroe/magic-regexp",
3232
+ "repo": "unjs/magic-regexp",
3099
3233
  "npm": "magic-regexp",
3100
3234
  "icon": "magic-regexp.svg",
3101
- "github": "https://github.com/danielroe/magic-regexp",
3235
+ "github": "https://github.com/unjs/magic-regexp",
3102
3236
  "website": "https://magic-regexp.roe.dev",
3103
3237
  "learn_more": "https://magic-regexp.roe.dev",
3104
3238
  "category": "Libraries",
@@ -3115,6 +3249,29 @@
3115
3249
  "requires": {}
3116
3250
  }
3117
3251
  },
3252
+ {
3253
+ "name": "mailpit",
3254
+ "description": "Integrates Mailpit web UI in Nuxt devtools",
3255
+ "repo": "tdolsen/nuxt-mailpit",
3256
+ "npm": "nuxt-mailpit",
3257
+ "icon": "mailpit.svg",
3258
+ "github": "https://github.com/tdolsen/nuxt-mailpit",
3259
+ "website": "https://github.com/tdolsen/nuxt-mailpit",
3260
+ "learn_more": "https://github.com/tdolsen/nuxt-mailpit",
3261
+ "category": "Devtools",
3262
+ "type": "3rd-party",
3263
+ "maintainers": [
3264
+ {
3265
+ "name": "Torkild Dyvik Olsen",
3266
+ "github": "tdolsen",
3267
+ "twitter": "tdolsen"
3268
+ }
3269
+ ],
3270
+ "compatibility": {
3271
+ "nuxt": "^3.8.0",
3272
+ "requires": {}
3273
+ }
3274
+ },
3118
3275
  {
3119
3276
  "name": "markdownit",
3120
3277
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -3138,6 +3295,30 @@
3138
3295
  "requires": {}
3139
3296
  }
3140
3297
  },
3298
+ {
3299
+ "name": "marquee",
3300
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3301
+ "repo": "hanzydev/nuxt-marquee",
3302
+ "npm": "nuxt-marquee",
3303
+ "icon": "marquee.png",
3304
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3305
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3306
+ "learn_more": "",
3307
+ "category": "UI",
3308
+ "type": "3rd-party",
3309
+ "maintainers": [
3310
+ {
3311
+ "name": "Hànzy",
3312
+ "github": "hanzydev",
3313
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3314
+ }
3315
+ ],
3316
+ "compatibility": {
3317
+ "nuxt": "^3.0.0",
3318
+ "requires": {},
3319
+ "devtools": "^0.0.0"
3320
+ }
3321
+ },
3141
3322
  {
3142
3323
  "name": "matomo",
3143
3324
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -3163,14 +3344,14 @@
3163
3344
  {
3164
3345
  "name": "maz-ui",
3165
3346
  "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3166
- "repo": "louismazel/maz-ui",
3347
+ "repo": "louismazel/maz-ui#master/packages/lib",
3167
3348
  "npm": "maz-ui",
3168
3349
  "icon": "maz-ui.png",
3169
3350
  "github": "https://github.com/louismazel/maz-ui",
3170
- "website": "https://louismazel.github.io/maz-ui-3/",
3171
- "learn_more": "https://louismazel.github.io/maz-ui-3/",
3351
+ "website": "https://maz-ui.com/",
3352
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3172
3353
  "category": "UI",
3173
- "type": "community",
3354
+ "type": "3rd-party",
3174
3355
  "maintainers": [
3175
3356
  {
3176
3357
  "name": "Loïc Mazuel",
@@ -3182,6 +3363,28 @@
3182
3363
  "requires": {}
3183
3364
  }
3184
3365
  },
3366
+ {
3367
+ "name": "mdc",
3368
+ "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
3369
+ "repo": "nuxt-modules/mdc",
3370
+ "npm": "@nuxtjs/mdc",
3371
+ "icon": "mdc.png",
3372
+ "github": "https://github.com/nuxt-modules/mdc",
3373
+ "website": "https://github.com/nuxt-modules/mdc",
3374
+ "learn_more": "",
3375
+ "category": "Extensions",
3376
+ "type": "community",
3377
+ "maintainers": [
3378
+ {
3379
+ "name": "farnabaz",
3380
+ "github": "farnabaz"
3381
+ }
3382
+ ],
3383
+ "compatibility": {
3384
+ "nuxt": "^3.0.0",
3385
+ "requires": {}
3386
+ }
3387
+ },
3185
3388
  {
3186
3389
  "name": "mdx",
3187
3390
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -3329,20 +3532,20 @@
3329
3532
  }
3330
3533
  },
3331
3534
  {
3332
- "name": "mq",
3333
- "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3334
- "repo": "vanhoofmaarten/nuxt-mq",
3335
- "npm": "nuxt-mq",
3535
+ "name": "neo",
3536
+ "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
3537
+ "repo": "ezypeeze/nuxt-neo",
3538
+ "npm": "nuxt-neo",
3336
3539
  "icon": "",
3337
- "github": "https://github.com/vanhoofmaarten/nuxt-mq",
3338
- "website": "https://github.com/vanhoofmaarten/nuxt-mq",
3339
- "learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
3340
- "category": "Libraries",
3540
+ "github": "https://github.com/ezypeeze/nuxt-neo",
3541
+ "website": "https://ezypeeze.github.io/nuxt-neo",
3542
+ "learn_more": "",
3543
+ "category": "Request",
3341
3544
  "type": "3rd-party",
3342
3545
  "maintainers": [
3343
3546
  {
3344
- "name": "vanhoofmaarten",
3345
- "github": "vanhoofmaarten"
3547
+ "name": "ezypeeze",
3548
+ "github": "ezypeeze"
3346
3549
  }
3347
3550
  ],
3348
3551
  "compatibility": {
@@ -3351,24 +3554,24 @@
3351
3554
  }
3352
3555
  },
3353
3556
  {
3354
- "name": "neo",
3355
- "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
3356
- "repo": "ezypeeze/nuxt-neo",
3357
- "npm": "nuxt-neo",
3358
- "icon": "",
3359
- "github": "https://github.com/ezypeeze/nuxt-neo",
3360
- "website": "https://ezypeeze.github.io/nuxt-neo",
3557
+ "name": "neo4j",
3558
+ "description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
3559
+ "repo": "arashsheyda/nuxt-neo4j",
3560
+ "npm": "nuxt-neo4j",
3561
+ "icon": "nuxt-neo4j.png",
3562
+ "github": "https://github.com/arashsheyda/nuxt-neo4j",
3563
+ "website": "https://github.com/arashsheyda/nuxt-neo4j",
3361
3564
  "learn_more": "",
3362
- "category": "Request",
3565
+ "category": "Database",
3363
3566
  "type": "3rd-party",
3364
3567
  "maintainers": [
3365
3568
  {
3366
- "name": "ezypeeze",
3367
- "github": "ezypeeze"
3569
+ "name": "arashsheyda",
3570
+ "github": "arashsheyda"
3368
3571
  }
3369
3572
  ],
3370
3573
  "compatibility": {
3371
- "nuxt": "^2.0.0",
3574
+ "nuxt": "^3.0.0",
3372
3575
  "requires": {}
3373
3576
  }
3374
3577
  },
@@ -3420,12 +3623,12 @@
3420
3623
  {
3421
3624
  "name": "netlify",
3422
3625
  "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3423
- "repo": "bazzite/nuxt-netlify",
3626
+ "repo": "juliomrqz/nuxt-netlify",
3424
3627
  "npm": "@aceforth/nuxt-netlify",
3425
3628
  "icon": "netlify.png",
3426
- "github": "https://github.com/bazzite/nuxt-netlify",
3427
- "website": "https://marquez.co/docs/nuxt-netlify/",
3428
- "learn_more": "",
3629
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3630
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3631
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
3429
3632
  "category": "Deployment",
3430
3633
  "type": "3rd-party",
3431
3634
  "maintainers": [
@@ -3533,6 +3736,29 @@
3533
3736
  "requires": {}
3534
3737
  }
3535
3738
  },
3739
+ {
3740
+ "name": "nuxt-asciidoc",
3741
+ "description": "Transformer for using asciidoc in nuxt",
3742
+ "repo": "Chris2011/nuxt-asciidoc",
3743
+ "npm": "nuxt-asciidoc",
3744
+ "icon": "nuxt-asciidoc.svg",
3745
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3746
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3747
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3748
+ "category": "Extensions",
3749
+ "type": "3rd-party",
3750
+ "maintainers": [
3751
+ {
3752
+ "name": "Christian Lenz",
3753
+ "github": "Chris2011",
3754
+ "twitter": "Chrizzly42"
3755
+ }
3756
+ ],
3757
+ "compatibility": {
3758
+ "nuxt": "^3.0.0",
3759
+ "requires": {}
3760
+ }
3761
+ },
3536
3762
  {
3537
3763
  "name": "nuxt-auth-sanctum",
3538
3764
  "description": "Nuxt module for Laravel Sanctum authentication",
@@ -3540,8 +3766,8 @@
3540
3766
  "npm": "nuxt-auth-sanctum",
3541
3767
  "icon": "laravel.svg",
3542
3768
  "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3543
- "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3544
- "learn_more": "",
3769
+ "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3770
+ "learn_more": "https://laravel.com/docs/10.x/sanctum",
3545
3771
  "category": "Security",
3546
3772
  "type": "3rd-party",
3547
3773
  "maintainers": [
@@ -3552,7 +3778,7 @@
3552
3778
  }
3553
3779
  ],
3554
3780
  "compatibility": {
3555
- "nuxt": "^3.0.0",
3781
+ "nuxt": "^3.9.0",
3556
3782
  "requires": {}
3557
3783
  }
3558
3784
  },
@@ -3578,6 +3804,57 @@
3578
3804
  "requires": {}
3579
3805
  }
3580
3806
  },
3807
+ {
3808
+ "name": "nuxt-bezier",
3809
+ "description": "Reusable transition components",
3810
+ "repo": "50rayn/nuxt-bezier",
3811
+ "npm": "nuxt-bezier",
3812
+ "icon": "nuxt-bezier.png",
3813
+ "github": "https://github.com/50rayn/nuxt-bezier",
3814
+ "website": "https://github.com/50rayn/nuxt-bezier",
3815
+ "learn_more": "https://github.com/Noction/vue-bezier",
3816
+ "category": "UI",
3817
+ "type": "3rd-party",
3818
+ "maintainers": [
3819
+ {
3820
+ "name": "Soryn Gitlan",
3821
+ "github": "50rayn"
3822
+ }
3823
+ ],
3824
+ "compatibility": {
3825
+ "nuxt": "^3.0.0",
3826
+ "requires": {}
3827
+ }
3828
+ },
3829
+ {
3830
+ "name": "nuxt-booster",
3831
+ "description": "nuxt-booster will help you to improve the lighthouse performance score (100/100) of your website.",
3832
+ "repo": "basics/nuxt-booster",
3833
+ "npm": "nuxt-booster",
3834
+ "icon": "nuxt-booster.svg",
3835
+ "github": "https://github.com/basics/nuxt-booster",
3836
+ "website": "https://basics.github.io/nuxt-booster/",
3837
+ "learn_more": "https://basics.github.io/nuxt-booster/",
3838
+ "category": "Performance",
3839
+ "type": "3rd-party",
3840
+ "maintainers": [
3841
+ {
3842
+ "name": "Thorn Walli",
3843
+ "github": "ThornWalli",
3844
+ "avatar": "https://avatars.githubusercontent.com/u/8287751?v=4"
3845
+ },
3846
+ {
3847
+ "name": "Stephan Gerbeth",
3848
+ "github": "StephanGerbeth",
3849
+ "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
3850
+ }
3851
+ ],
3852
+ "compatibility": {
3853
+ "nuxt": "^3.0.0",
3854
+ "requires": {},
3855
+ "devtools": "^0.0.0"
3856
+ }
3857
+ },
3581
3858
  {
3582
3859
  "name": "nuxt-bootstrap-icons",
3583
3860
  "description": "Just a simple integration for Bootstrap Icons",
@@ -3622,6 +3899,28 @@
3622
3899
  "requires": {}
3623
3900
  }
3624
3901
  },
3902
+ {
3903
+ "name": "nuxt-cookie-consent",
3904
+ "description": "Nuxt module for integrating with cookie consent providers with ease",
3905
+ "repo": "weareheavy/nuxt-cookie-consent",
3906
+ "npm": "@weareheavy/nuxt-cookie-consent",
3907
+ "icon": "wah.svg",
3908
+ "github": "https://github.com/weareheavy/nuxt-cookie-consent",
3909
+ "website": "https://nuxt-cookie-consent.packages.weareheavy.com",
3910
+ "learn_more": "",
3911
+ "category": "Extensions",
3912
+ "type": "3rd-party",
3913
+ "maintainers": [
3914
+ {
3915
+ "name": "weareheavy",
3916
+ "github": "weareheavy"
3917
+ }
3918
+ ],
3919
+ "compatibility": {
3920
+ "nuxt": "^3.0.0",
3921
+ "requires": {}
3922
+ }
3923
+ },
3625
3924
  {
3626
3925
  "name": "nuxt-facebook-chat",
3627
3926
  "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
@@ -3653,7 +3952,7 @@
3653
3952
  "description": "The Feather Icons in Nuxt 3.",
3654
3953
  "repo": "4sllan/nuxt-feather-icons",
3655
3954
  "npm": "nuxt-feather-icons",
3656
- "icon": "nuxt-feather-icons.svg",
3955
+ "icon": "nuxt-feather-icons.png",
3657
3956
  "github": "https://github.com/4sllan/nuxt-feather-icons",
3658
3957
  "website": "https://github.com/4sllan/nuxt-feather-icons",
3659
3958
  "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
@@ -3693,13 +3992,58 @@
3693
3992
  }
3694
3993
  },
3695
3994
  {
3696
- "name": "nuxt-graphql-middleware",
3697
- "description": "Expose GraphQL queries and mutations as server API routes.",
3698
- "repo": "dulnan/nuxt-graphql-middleware",
3699
- "npm": "nuxt-graphql-middleware",
3700
- "icon": "nuxt-graphql-middleware.svg",
3995
+ "name": "nuxt-file-storage",
3996
+ "description": "Easy solution to store files in your nuxt apps. Upload files from the frontend and recieve them from the backend to save the files in your project.",
3997
+ "repo": "nyllre/nuxt-file-storage",
3998
+ "npm": "nuxt-file-storage",
3999
+ "icon": "nuxt-file-storage.svg",
4000
+ "github": "https://github.com/nyllre/nuxt-file-storage",
4001
+ "website": "https://github.com/nyllre/nuxt-file-storage",
4002
+ "learn_more": "https://github.com/nyllre/nuxt-file-storage",
4003
+ "category": "Database",
4004
+ "type": "3rd-party",
4005
+ "maintainers": [
4006
+ {
4007
+ "name": "NyllRE",
4008
+ "github": "NyllRE"
4009
+ }
4010
+ ],
4011
+ "compatibility": {
4012
+ "nuxt": "^3.0.0",
4013
+ "requires": {}
4014
+ }
4015
+ },
4016
+ {
4017
+ "name": "nuxt-fontawesome",
4018
+ "description": "Module to use Font Awesome 6 icons in your Nuxt project",
4019
+ "repo": "bezumkin/nuxt-fontawesome",
4020
+ "npm": "@vesp/nuxt-fontawesome",
4021
+ "icon": "nuxt-fontawesome.svg",
4022
+ "github": "https://github.com/bezumkin/nuxt-fontawesome",
4023
+ "website": "https://github.com/bezumkin/nuxt-fontawesome",
4024
+ "learn_more": "https://fontawesome.com",
4025
+ "category": "UI",
4026
+ "type": "3rd-party",
4027
+ "maintainers": [
4028
+ {
4029
+ "name": "Vasily Naumkin",
4030
+ "github": "bezumkin",
4031
+ "avatar": "https://avatars.githubusercontent.com/u/1257284"
4032
+ }
4033
+ ],
4034
+ "compatibility": {
4035
+ "nuxt": "^3.0.0",
4036
+ "requires": {}
4037
+ }
4038
+ },
4039
+ {
4040
+ "name": "nuxt-graphql-middleware",
4041
+ "description": "Expose GraphQL queries and mutations as server API routes.",
4042
+ "repo": "dulnan/nuxt-graphql-middleware",
4043
+ "npm": "nuxt-graphql-middleware",
4044
+ "icon": "nuxt-graphql-middleware.svg",
3701
4045
  "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3702
- "website": "https://nuxt-graphql-middleware.dulnan.net",
4046
+ "website": "https://github.com/dulnan/nuxt-graphql-middleware",
3703
4047
  "learn_more": "",
3704
4048
  "category": "Request",
3705
4049
  "type": "3rd-party",
@@ -3757,7 +4101,7 @@
3757
4101
  "maintainers": [
3758
4102
  {
3759
4103
  "name": "Zadig&Voltaire Team",
3760
- "github": "https://github.com/zadigetvoltaire"
4104
+ "github": "zadigetvoltaire"
3761
4105
  }
3762
4106
  ],
3763
4107
  "compatibility": {
@@ -3841,8 +4185,8 @@
3841
4185
  "npm": "@nuxtus/nuxt-localtunnel",
3842
4186
  "icon": "nuxt-localtunnel.svg",
3843
4187
  "github": "https://github.com/nuxtus/localtunnel",
3844
- "website": "https://nuxtus.com",
3845
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
4188
+ "website": "https://docs.nuxtus.com",
4189
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3846
4190
  "category": "Devtools",
3847
4191
  "type": "3rd-party",
3848
4192
  "maintainers": [
@@ -4019,7 +4363,7 @@
4019
4363
  "description": "Generate pages from OpenAPI specifications",
4020
4364
  "repo": "on-org/nuxt-openapi-docs-module",
4021
4365
  "npm": "nuxt-openapi-docs-module",
4022
- "icon": "nuxt-openapi-docs-module.svg",
4366
+ "icon": "nuxt-openapi-docs-module.png",
4023
4367
  "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4024
4368
  "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4025
4369
  "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
@@ -4036,6 +4380,33 @@
4036
4380
  "requires": {}
4037
4381
  }
4038
4382
  },
4383
+ {
4384
+ "name": "nuxt-openid-connect",
4385
+ "description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
4386
+ "repo": "aborn/nuxt-openid-connect",
4387
+ "npm": "nuxt-openid-connect",
4388
+ "icon": "",
4389
+ "github": "https://github.com/aborn/nuxt-openid-connect",
4390
+ "website": "https://github.com/aborn/nuxt-openid-connect",
4391
+ "learn_more": "",
4392
+ "category": "Security",
4393
+ "type": "3rd-party",
4394
+ "maintainers": [
4395
+ {
4396
+ "name": "Aborn Jiang",
4397
+ "github": "aborn"
4398
+ },
4399
+ {
4400
+ "name": "Khaled Almana",
4401
+ "github": "KhaledAlMana"
4402
+ }
4403
+ ],
4404
+ "compatibility": {
4405
+ "nuxt": "^3.0.0",
4406
+ "requires": {},
4407
+ "devtools": "^0.0.0"
4408
+ }
4409
+ },
4039
4410
  {
4040
4411
  "name": "nuxt-payload-analyzer",
4041
4412
  "description": "Analyze Nuxt Payload Size",
@@ -4059,6 +4430,29 @@
4059
4430
  "requires": {}
4060
4431
  }
4061
4432
  },
4433
+ {
4434
+ "name": "nuxt-pdf-frame",
4435
+ "description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
4436
+ "repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
4437
+ "npm": "@i2d/nuxt-pdf-frame",
4438
+ "icon": "pdf-frame.svg",
4439
+ "github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
4440
+ "website": "https://www.pdf-frame.org",
4441
+ "learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
4442
+ "category": "Libraries",
4443
+ "type": "3rd-party",
4444
+ "maintainers": [
4445
+ {
4446
+ "name": "Narayana Swamy",
4447
+ "github": "nswamy14",
4448
+ "email": "narayanaswamy14@gmail.com"
4449
+ }
4450
+ ],
4451
+ "compatibility": {
4452
+ "nuxt": "^3.0.0",
4453
+ "requires": {}
4454
+ }
4455
+ },
4062
4456
  {
4063
4457
  "name": "nuxt-pdf",
4064
4458
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -4126,28 +4520,6 @@
4126
4520
  "requires": {}
4127
4521
  }
4128
4522
  },
4129
- {
4130
- "name": "plausible",
4131
- "description": "Nuxt module to natively integrate Plausible analytics",
4132
- "repo": "nuxt-modules/plausible",
4133
- "npm": "@nuxtjs/plausible",
4134
- "icon": "plausible.png",
4135
- "github": "https://github.com/nuxt-modules/plausible",
4136
- "website": "https://github.com/nuxt-modules/plausible",
4137
- "learn_more": "https://plausible.io/",
4138
- "category": "Analytics",
4139
- "type": "community",
4140
- "maintainers": [
4141
- {
4142
- "name": "Johann Schopplich",
4143
- "github": "johannschopplich"
4144
- }
4145
- ],
4146
- "compatibility": {
4147
- "nuxt": "^3.0.0",
4148
- "requires": {}
4149
- }
4150
- },
4151
4523
  {
4152
4524
  "name": "nuxt-plotly",
4153
4525
  "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
@@ -4197,6 +4569,28 @@
4197
4569
  "requires": {}
4198
4570
  }
4199
4571
  },
4572
+ {
4573
+ "name": "nuxt-posthog",
4574
+ "description": "Integrate PostHog into your application with minimal configuration",
4575
+ "repo": "mitjans/nuxt-posthog",
4576
+ "npm": "nuxt-posthog",
4577
+ "icon": "posthog.svg",
4578
+ "github": "https://github.com/mitjans/nuxt-posthog",
4579
+ "website": "https://nuxt-posthog.cmitjans.dev",
4580
+ "learn_more": "https://posthog.com",
4581
+ "category": "Analytics",
4582
+ "type": "3rd-party",
4583
+ "maintainers": [
4584
+ {
4585
+ "name": "Carles Mitjans",
4586
+ "github": "mitjans"
4587
+ }
4588
+ ],
4589
+ "compatibility": {
4590
+ "nuxt": "^3.0.0",
4591
+ "requires": {}
4592
+ }
4593
+ },
4200
4594
  {
4201
4595
  "name": "nuxt-smartlook",
4202
4596
  "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
@@ -4276,7 +4670,7 @@
4276
4670
  "description": "WebStorm & PHPStorm support for Nuxt components",
4277
4671
  "repo": "fumeapp/nuxt-storm",
4278
4672
  "npm": "nuxt-storm",
4279
- "icon": "nuxt-storm.png",
4673
+ "icon": "",
4280
4674
  "github": "https://github.com/fumeapp/nuxt-storm",
4281
4675
  "website": "https://github.com/fumeapp/nuxt-storm",
4282
4676
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -4383,6 +4777,28 @@
4383
4777
  "requires": {}
4384
4778
  }
4385
4779
  },
4780
+ {
4781
+ "name": "nuxt-uswds",
4782
+ "description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
4783
+ "repo": "patrickcate/nuxt-uswds",
4784
+ "npm": "nuxt-uswds",
4785
+ "icon": "nuxt-uswds.svg",
4786
+ "github": "https://github.com/patrickcate/nuxt-uswds",
4787
+ "website": "https://github.com/patrickcate/nuxt-uswds",
4788
+ "learn_more": "",
4789
+ "category": "UI",
4790
+ "type": "3rd-party",
4791
+ "maintainers": [
4792
+ {
4793
+ "name": "Patrick Cate",
4794
+ "github": "patrickcate"
4795
+ }
4796
+ ],
4797
+ "compatibility": {
4798
+ "nuxt": "^3.0.0",
4799
+ "requires": {}
4800
+ }
4801
+ },
4386
4802
  {
4387
4803
  "name": "nuxt-viewport",
4388
4804
  "description": "Define custom viewports for your Nuxt project",
@@ -4430,7 +4846,7 @@
4430
4846
  }
4431
4847
  },
4432
4848
  {
4433
- "name": "Nuxt zodI18n",
4849
+ "name": "nuxt-zod-i18n",
4434
4850
  "description": "A Nuxt Module for localizing zod error messages.",
4435
4851
  "repo": "xibman/nuxt-zod-i18n",
4436
4852
  "npm": "nuxt-zod-i18n",
@@ -4454,7 +4870,7 @@
4454
4870
  {
4455
4871
  "name": "nuxt3-interpolation",
4456
4872
  "description": "",
4457
- "repo": "daliborgogic/interpolation#master",
4873
+ "repo": "daliborgogic/interpolation",
4458
4874
  "npm": "nuxt3-interpolation",
4459
4875
  "icon": "",
4460
4876
  "github": "https://github.com/daliborgogic/interpolation/tree/master",
@@ -4480,7 +4896,7 @@
4480
4896
  "npm": "nuxt3-leaflet",
4481
4897
  "icon": "leaflet.png",
4482
4898
  "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4483
- "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4899
+ "website": "https://gugustinette.github.io/Nuxt-Leaflet",
4484
4900
  "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4485
4901
  "category": "Libraries",
4486
4902
  "type": "3rd-party",
@@ -4521,14 +4937,14 @@
4521
4937
  {
4522
4938
  "name": "og-image",
4523
4939
  "description": "Enlightened runtime images generated with Vue templates.",
4524
- "repo": "harlan-zw/nuxt-og-image",
4940
+ "repo": "nuxt-modules/og-image",
4525
4941
  "npm": "nuxt-og-image",
4526
4942
  "icon": "og-image.svg",
4527
- "github": "https://github.com/harlan-zw/nuxt-og-image",
4943
+ "github": "https://github.com/nuxt-modules/og-image",
4528
4944
  "website": "https://nuxtseo.com/og-image",
4529
4945
  "learn_more": "https://nuxtseo.com/og-image",
4530
4946
  "category": "SEO",
4531
- "type": "3rd-party",
4947
+ "type": "community",
4532
4948
  "maintainers": [
4533
4949
  {
4534
4950
  "name": "Harlan Wilton",
@@ -4573,8 +4989,8 @@
4573
4989
  "npm": "@aceforth/nuxt-optimized-images",
4574
4990
  "icon": "",
4575
4991
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
4576
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
4577
- "learn_more": "",
4992
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4993
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
4578
4994
  "category": "Images",
4579
4995
  "type": "3rd-party",
4580
4996
  "maintainers": [
@@ -4727,6 +5143,28 @@
4727
5143
  "requires": {}
4728
5144
  }
4729
5145
  },
5146
+ {
5147
+ "name": "pergel",
5148
+ "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
5149
+ "repo": "oku-ui/pergel#main/packages-core/pergel",
5150
+ "npm": "pergel",
5151
+ "icon": "pergel.svg",
5152
+ "github": "https://github.com/oku-ui/pergel",
5153
+ "website": "https://oku-ui.com/pergel",
5154
+ "learn_more": "",
5155
+ "category": "Devtools",
5156
+ "type": "3rd-party",
5157
+ "maintainers": [
5158
+ {
5159
+ "name": "Mehmet - productdevbook",
5160
+ "github": "productdevbook"
5161
+ }
5162
+ ],
5163
+ "compatibility": {
5164
+ "nuxt": "^3.10.0",
5165
+ "requires": {}
5166
+ }
5167
+ },
4730
5168
  {
4731
5169
  "name": "persian-datepicker",
4732
5170
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -4753,7 +5191,7 @@
4753
5191
  {
4754
5192
  "name": "pinia-orm",
4755
5193
  "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
4756
- "repo": "CodeDredd/pinia-orm#master/packages/nuxt",
5194
+ "repo": "CodeDredd/pinia-orm#main/packages/nuxt",
4757
5195
  "npm": "@pinia-orm/nuxt",
4758
5196
  "icon": "pinia-orm.svg",
4759
5197
  "github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
@@ -4827,20 +5265,20 @@
4827
5265
  "description": "Nuxt module to natively integrate Plausible analytics",
4828
5266
  "repo": "nuxt-modules/plausible",
4829
5267
  "npm": "@nuxtjs/plausible",
4830
- "icon": "",
5268
+ "icon": "plausible.svg",
4831
5269
  "github": "https://github.com/nuxt-modules/plausible",
4832
5270
  "website": "https://github.com/nuxt-modules/plausible",
4833
5271
  "learn_more": "",
4834
- "category": "Devtools",
5272
+ "category": "Analytics",
4835
5273
  "type": "community",
4836
5274
  "maintainers": [
4837
5275
  {
4838
- "name": "nuxt-modules",
4839
- "github": "nuxt-modules"
5276
+ "name": "Johann Schopplich",
5277
+ "github": "johannschopplich"
4840
5278
  }
4841
5279
  ],
4842
5280
  "compatibility": {
4843
- "nuxt": "^2.0.0",
5281
+ "nuxt": "^2.0.0 || ^3.0.0",
4844
5282
  "requires": {}
4845
5283
  }
4846
5284
  },
@@ -5273,7 +5711,7 @@
5273
5711
  "icon": "robots.png",
5274
5712
  "github": "https://github.com/nuxt-modules/robots",
5275
5713
  "website": "https://github.com/nuxt-modules/robots",
5276
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5714
+ "learn_more": "",
5277
5715
  "category": "SEO",
5278
5716
  "type": "community",
5279
5717
  "maintainers": [
@@ -5382,9 +5820,32 @@
5382
5820
  }
5383
5821
  }
5384
5822
  },
5823
+ {
5824
+ "name": "scalar",
5825
+ "description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
5826
+ "repo": "scalar/scalar#main/packages/nuxt",
5827
+ "npm": "@scalar/nuxt",
5828
+ "icon": "scalar.svg",
5829
+ "github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
5830
+ "website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
5831
+ "learn_more": "https://scalar.com",
5832
+ "category": "Devtools",
5833
+ "type": "3rd-party",
5834
+ "maintainers": [
5835
+ {
5836
+ "name": "scalar",
5837
+ "github": "scalar",
5838
+ "twitter": "scalar"
5839
+ }
5840
+ ],
5841
+ "compatibility": {
5842
+ "nuxt": "^3.0.0",
5843
+ "requires": {}
5844
+ }
5845
+ },
5385
5846
  {
5386
5847
  "name": "schema-org",
5387
- "description": "Schema.org for Nuxt.",
5848
+ "description": "Quick and easy Schema.org graphs.",
5388
5849
  "repo": "harlan-zw/nuxt-schema-org",
5389
5850
  "npm": "nuxt-schema-org",
5390
5851
  "icon": "schema-org.svg",
@@ -5406,6 +5867,29 @@
5406
5867
  "requires": {}
5407
5868
  }
5408
5869
  },
5870
+ {
5871
+ "name": "scripts",
5872
+ "description": "Plug-and-play script optimization for Nuxt applications.",
5873
+ "repo": "nuxt/scripts",
5874
+ "npm": "@nuxt/scripts",
5875
+ "icon": "nuxt.svg",
5876
+ "github": "https://github.com/nuxt/scripts",
5877
+ "website": "https://scripts.nuxt.com",
5878
+ "learn_more": "",
5879
+ "category": "Libraries",
5880
+ "type": "official",
5881
+ "maintainers": [
5882
+ {
5883
+ "name": "Harlan Wilton",
5884
+ "github": "harlan-zw",
5885
+ "twitter": "harlan_zw"
5886
+ }
5887
+ ],
5888
+ "compatibility": {
5889
+ "nuxt": "^3.0.0",
5890
+ "requires": {}
5891
+ }
5892
+ },
5409
5893
  {
5410
5894
  "name": "scss-to-js",
5411
5895
  "description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
@@ -5459,7 +5943,7 @@
5459
5943
  "icon": "segment.png",
5460
5944
  "github": "https://github.com/dansmaculotte/nuxt-segment",
5461
5945
  "website": "https://github.com/dansmaculotte/nuxt-segment",
5462
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5946
+ "learn_more": "",
5463
5947
  "category": "Analytics",
5464
5948
  "type": "3rd-party",
5465
5949
  "maintainers": [
@@ -5497,7 +5981,7 @@
5497
5981
  },
5498
5982
  {
5499
5983
  "name": "seo-experiments",
5500
- "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5984
+ "description": "Powerful SEO DX improvements.",
5501
5985
  "repo": "harlan-zw/nuxt-seo-experiments",
5502
5986
  "npm": "nuxt-seo-experiments",
5503
5987
  "icon": "seo-experiments.svg",
@@ -5519,28 +6003,6 @@
5519
6003
  "requires": {}
5520
6004
  }
5521
6005
  },
5522
- {
5523
- "name": "seo-kit",
5524
- "description": "The complete SEO solution for Nuxt.",
5525
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
5526
- "npm": "nuxt-seo-kit",
5527
- "icon": "seo-kit.svg",
5528
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
5529
- "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5530
- "learn_more": "",
5531
- "category": "SEO",
5532
- "type": "3rd-party",
5533
- "maintainers": [
5534
- {
5535
- "name": "harlan-zw",
5536
- "github": "harlan-zw"
5537
- }
5538
- ],
5539
- "compatibility": {
5540
- "nuxt": "^3.0.0",
5541
- "requires": {}
5542
- }
5543
- },
5544
6006
  {
5545
6007
  "name": "seo-meta",
5546
6008
  "description": "Simple generate seo metadata",
@@ -5564,6 +6026,28 @@
5564
6026
  "requires": {}
5565
6027
  }
5566
6028
  },
6029
+ {
6030
+ "name": "seo",
6031
+ "description": "The complete SEO solution for Nuxt.",
6032
+ "repo": "harlan-zw/nuxt-seo",
6033
+ "npm": "@nuxtjs/seo",
6034
+ "icon": "nuxt.svg",
6035
+ "github": "https://github.com/harlan-zw/nuxt-seo",
6036
+ "website": "https://nuxtseo.com/",
6037
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
6038
+ "category": "SEO",
6039
+ "type": "3rd-party",
6040
+ "maintainers": [
6041
+ {
6042
+ "name": "harlan-zw",
6043
+ "github": "harlan-zw"
6044
+ }
6045
+ ],
6046
+ "compatibility": {
6047
+ "nuxt": "^3.0.0",
6048
+ "requires": {}
6049
+ }
6050
+ },
5567
6051
  {
5568
6052
  "name": "seomatic-meta",
5569
6053
  "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
@@ -5612,7 +6096,7 @@
5612
6096
  {
5613
6097
  "name": "server-block",
5614
6098
  "description": "Use <server> tags in your Nuxt pages components.",
5615
- "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
6099
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5616
6100
  "npm": "@hebilicious/server-block-nuxt",
5617
6101
  "icon": "server-block.svg",
5618
6102
  "github": "https://github.com/Hebilicious/server-block-nuxt",
@@ -5633,21 +6117,25 @@
5633
6117
  }
5634
6118
  },
5635
6119
  {
5636
- "name": "session",
5637
- "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",
5638
- "repo": "sidebase/nuxt-session",
5639
- "npm": "@sidebase/nuxt-session",
5640
- "icon": "session.png",
5641
- "github": "https://github.com/sidebase/nuxt-session",
5642
- "website": "https://github.com/sidebase/nuxt-session",
5643
- "learn_more": "https://github.com/sidebase",
5644
- "category": "Security",
6120
+ "name": "shadcn",
6121
+ "description": "Re-usable components built with Radix Vue and Tailwind CSS.",
6122
+ "repo": "radix-vue/shadcn-vue#dev/packages/module",
6123
+ "npm": "shadcn-nuxt",
6124
+ "icon": "",
6125
+ "github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
6126
+ "website": "https://www.shadcn-vue.com",
6127
+ "learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
6128
+ "category": "UI",
5645
6129
  "type": "3rd-party",
5646
6130
  "maintainers": [
5647
6131
  {
5648
- "name": "sidebase",
5649
- "github": "sidebase",
5650
- "twitter": "sidebase_io"
6132
+ "name": "Zernonia",
6133
+ "github": "zernonia",
6134
+ "twitter": "zernonia"
6135
+ },
6136
+ {
6137
+ "name": "Sadegh Barati",
6138
+ "github": "sadeghbarati"
5651
6139
  }
5652
6140
  ],
5653
6141
  "compatibility": {
@@ -5677,6 +6165,28 @@
5677
6165
  "requires": {}
5678
6166
  }
5679
6167
  },
6168
+ {
6169
+ "name": "shuimo-ui",
6170
+ "description": "A Chinese Shuimo style component library.",
6171
+ "repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
6172
+ "npm": "@shuimo-design/shuimo-ui-nuxt",
6173
+ "icon": "shuimo-ui.svg",
6174
+ "github": "https://github.com/shuimo-design/shuimo-ui",
6175
+ "website": "https://shuimo.design",
6176
+ "learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
6177
+ "category": "UI",
6178
+ "type": "3rd-party",
6179
+ "maintainers": [
6180
+ {
6181
+ "name": "higuaifan",
6182
+ "github": "higuaifan"
6183
+ }
6184
+ ],
6185
+ "compatibility": {
6186
+ "nuxt": "^3.0.0",
6187
+ "requires": {}
6188
+ }
6189
+ },
5680
6190
  {
5681
6191
  "name": "sidebase-auth",
5682
6192
  "description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
@@ -5747,41 +6257,23 @@
5747
6257
  }
5748
6258
  },
5749
6259
  {
5750
- "name": "simple-sitemap",
6260
+ "name": "sitemap",
5751
6261
  "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5752
- "repo": "harlan-zw/nuxt-simple-sitemap",
5753
- "npm": "nuxt-simple-sitemap",
6262
+ "repo": "nuxt-modules/sitemap",
6263
+ "npm": "@nuxtjs/sitemap",
5754
6264
  "icon": "simple-sitemap.svg",
5755
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5756
- "website": "https://nuxtseo.com/simple-sitemap",
5757
- "learn_more": "https://nuxtseo.com/simple-sitemap",
6265
+ "github": "https://github.com/nuxt-modules/sitemap",
6266
+ "website": "https://nuxtseo.com/",
6267
+ "learn_more": "https://nuxtseo.com/sitemap",
5758
6268
  "category": "SEO",
5759
- "type": "3rd-party",
6269
+ "type": "community",
5760
6270
  "maintainers": [
5761
6271
  {
5762
6272
  "name": "Harlan Wilton",
5763
6273
  "github": "harlan-zw",
5764
6274
  "twitter": "harlan_zw",
5765
6275
  "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5766
- }
5767
- ],
5768
- "compatibility": {
5769
- "nuxt": "^3.0.0",
5770
- "requires": {}
5771
- }
5772
- },
5773
- {
5774
- "name": "sitemap",
5775
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
5776
- "repo": "nuxt-community/sitemap-module#dev",
5777
- "npm": "@nuxtjs/sitemap",
5778
- "icon": "",
5779
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
5780
- "website": "https://sitemap.nuxtjs.org",
5781
- "learn_more": "",
5782
- "category": "SEO",
5783
- "type": "community",
5784
- "maintainers": [
6276
+ },
5785
6277
  {
5786
6278
  "name": "Nicolas PENNEC",
5787
6279
  "github": "NicoPennec",
@@ -5789,7 +6281,7 @@
5789
6281
  }
5790
6282
  ],
5791
6283
  "compatibility": {
5792
- "nuxt": "^2.0.0",
6284
+ "nuxt": "^3.0.0",
5793
6285
  "requires": {}
5794
6286
  }
5795
6287
  },
@@ -5823,7 +6315,7 @@
5823
6315
  "icon": "snipcart.png",
5824
6316
  "github": "https://github.com/nuxt-modules/snipcart",
5825
6317
  "website": "https://github.com/nuxt-modules/snipcart",
5826
- "learn_more": "https://snipcart.com",
6318
+ "learn_more": "",
5827
6319
  "category": "Ecommerce",
5828
6320
  "type": "community",
5829
6321
  "maintainers": [
@@ -5905,39 +6397,6 @@
5905
6397
  "requires": {}
5906
6398
  }
5907
6399
  },
5908
- {
5909
- "name": "speedkit",
5910
- "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
5911
- "repo": "GrabarzUndPartner/nuxt-speedkit",
5912
- "npm": "nuxt-speedkit",
5913
- "icon": "speedkit.png",
5914
- "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
5915
- "website": "https://nuxt-speedkit.grabarzundpartner.dev",
5916
- "learn_more": "",
5917
- "category": "Performance",
5918
- "type": "3rd-party",
5919
- "maintainers": [
5920
- {
5921
- "name": "Stephan Gerbeth",
5922
- "github": "StephanGerbeth",
5923
- "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
5924
- },
5925
- {
5926
- "name": "Thorn Walli",
5927
- "github": "ThornWalli",
5928
- "avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
5929
- },
5930
- {
5931
- "name": "Grabarz & Partner",
5932
- "github": "GrabarzUndPartner",
5933
- "avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
5934
- }
5935
- ],
5936
- "compatibility": {
5937
- "nuxt": "^2.0.0",
5938
- "requires": {}
5939
- }
5940
- },
5941
6400
  {
5942
6401
  "name": "ssr-lit",
5943
6402
  "description": "",
@@ -5984,23 +6443,29 @@
5984
6443
  },
5985
6444
  {
5986
6445
  "name": "storefront-ui",
5987
- "description": "Storefront UI Module for Nuxt",
5988
- "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
6446
+ "description": "Storefront UI for Nuxt by Alokai",
6447
+ "repo": "vuestorefront/storefront-ui#v2-develop/packages/sfui/frameworks/nuxt",
5989
6448
  "npm": "@storefront-ui/nuxt",
5990
6449
  "icon": "storefront-ui.svg",
5991
- "github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
5992
- "website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
5993
- "learn_more": "https://docs.storefrontui.io/",
6450
+ "github": "https://github.com/vuestorefront/storefront-ui",
6451
+ "website": "https://docs.storefrontui.io/v2/",
6452
+ "learn_more": "https://docs.storefrontui.io/v2/getting-started/vue#nuxt-3",
5994
6453
  "category": "UI",
5995
6454
  "type": "3rd-party",
5996
6455
  "maintainers": [
5997
6456
  {
5998
- "name": "Jakub Andrzejewski",
5999
- "github": "Baroshem"
6457
+ "name": "Szymon Dziewoński",
6458
+ "github": "Szymon-dziewonski",
6459
+ "avatar": "https://avatars.githubusercontent.com/u/2566152?v=4"
6460
+ },
6461
+ {
6462
+ "name": "Jakub Freisler",
6463
+ "github": "FRSgit",
6464
+ "avatar": "https://avatars.githubusercontent.com/u/10456649?v=4"
6000
6465
  }
6001
6466
  ],
6002
6467
  "compatibility": {
6003
- "nuxt": "^2.0.0",
6468
+ "nuxt": "^3.0.0",
6004
6469
  "requires": {}
6005
6470
  }
6006
6471
  },
@@ -6029,7 +6494,7 @@
6029
6494
  {
6030
6495
  "name": "storyblok",
6031
6496
  "description": "Storyblok Nuxt module",
6032
- "repo": "storyblok/storyblok-nuxt#master/lib",
6497
+ "repo": "storyblok/storyblok-nuxt#main",
6033
6498
  "npm": "@storyblok/nuxt",
6034
6499
  "icon": "storyblok.png",
6035
6500
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -6229,29 +6694,6 @@
6229
6694
  "requires": {}
6230
6695
  }
6231
6696
  },
6232
- {
6233
- "name": "stylify",
6234
- "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
6235
- "repo": "stylify/packages#master/packages/nuxt",
6236
- "npm": "@stylify/nuxt",
6237
- "icon": "stylify.svg",
6238
- "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
6239
- "website": "https://stylifycss.com/docs/nuxt",
6240
- "learn_more": "https://stylifycss.com",
6241
- "category": "UI",
6242
- "type": "3rd-party",
6243
- "maintainers": [
6244
- {
6245
- "name": "Vladimír Macháček",
6246
- "github": "Machy8",
6247
- "twitter": "8machy"
6248
- }
6249
- ],
6250
- "compatibility": {
6251
- "nuxt": "^2.0.0 || ^3.0.0",
6252
- "requires": {}
6253
- }
6254
- },
6255
6697
  {
6256
6698
  "name": "supabase",
6257
6699
  "description": "First class integration with Supabase",
@@ -6374,6 +6816,30 @@
6374
6816
  "requires": {}
6375
6817
  }
6376
6818
  },
6819
+ {
6820
+ "name": "swiftsearch",
6821
+ "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
6822
+ "repo": "atoms-studio/nuxt-swiftsearch",
6823
+ "npm": "@atoms-studio/nuxt-swiftsearch",
6824
+ "icon": "nuxt-swiftsearch.svg",
6825
+ "github": "https://github.com/atoms-studio/nuxt-swiftsearch",
6826
+ "website": "https://nuxt-swiftsearch.netlify.app/",
6827
+ "learn_more": "",
6828
+ "category": "Libraries",
6829
+ "type": "3rd-party",
6830
+ "maintainers": [
6831
+ {
6832
+ "name": "Matteo Rigoni",
6833
+ "github": "rigo-m",
6834
+ "twitter": "MatteoRigoni",
6835
+ "avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
6836
+ }
6837
+ ],
6838
+ "compatibility": {
6839
+ "nuxt": "^3.10.0",
6840
+ "requires": {}
6841
+ }
6842
+ },
6377
6843
  {
6378
6844
  "name": "swiper",
6379
6845
  "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
@@ -6445,6 +6911,37 @@
6445
6911
  "nuxt": "^2.0.0 || ^3.0.0",
6446
6912
  "requires": {},
6447
6913
  "devtools": "^0.0.0"
6914
+ },
6915
+ "aliases": [
6916
+ "tailwind"
6917
+ ]
6918
+ },
6919
+ {
6920
+ "name": "test-utils",
6921
+ "description": "Test utilities for Nuxt",
6922
+ "repo": "nuxt/test-utils#main",
6923
+ "npm": "@nuxt/test-utils",
6924
+ "icon": "nuxt.svg",
6925
+ "github": "https://github.com/nuxt/test-utils",
6926
+ "website": "https://nuxt.com/docs/getting-started/testing",
6927
+ "learn_more": "",
6928
+ "category": "Devtools",
6929
+ "type": "official",
6930
+ "maintainers": [
6931
+ {
6932
+ "name": "Daniel Roe",
6933
+ "github": "danielroe",
6934
+ "twitter": "danielcroe"
6935
+ },
6936
+ {
6937
+ "name": "Anthony Fu",
6938
+ "github": "antfu",
6939
+ "twitter": "antfu7"
6940
+ }
6941
+ ],
6942
+ "compatibility": {
6943
+ "nuxt": "^3.0.0",
6944
+ "requires": {}
6448
6945
  }
6449
6946
  },
6450
6947
  {
@@ -6499,8 +6996,8 @@
6499
6996
  "npm": "nuxt-tiptap-editor",
6500
6997
  "icon": "tiptap.png",
6501
6998
  "github": "https://github.com/modbender/nuxt-tiptap-editor",
6502
- "website": "https://github.com/modbender/nuxt-tiptap-editor",
6503
- "learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
6999
+ "website": "https://nuxt-tiptap-editor.vercel.app",
7000
+ "learn_more": "https://nuxt-tiptap-editor.vercel.app",
6504
7001
  "category": "Libraries",
6505
7002
  "type": "3rd-party",
6506
7003
  "maintainers": [
@@ -6537,6 +7034,28 @@
6537
7034
  "requires": {}
6538
7035
  }
6539
7036
  },
7037
+ {
7038
+ "name": "tradingview",
7039
+ "description": "Use the TradingView Widgets in your Nuxt Application",
7040
+ "repo": "volkanakkus/nuxt-tradingview",
7041
+ "npm": "nuxt-tradingview",
7042
+ "icon": "tradingview.svg",
7043
+ "github": "https://github.com/volkanakkus/nuxt-tradingview",
7044
+ "website": "https://nuxt-tradingview.volkanakkus.com",
7045
+ "learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
7046
+ "category": "Extensions",
7047
+ "type": "3rd-party",
7048
+ "maintainers": [
7049
+ {
7050
+ "name": "Volkan Akkuş",
7051
+ "github": "volkanakkus"
7052
+ }
7053
+ ],
7054
+ "compatibility": {
7055
+ "nuxt": "^3.0.0",
7056
+ "requires": {}
7057
+ }
7058
+ },
6540
7059
  {
6541
7060
  "name": "translation-manager",
6542
7061
  "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
@@ -6888,28 +7407,6 @@
6888
7407
  }
6889
7408
  }
6890
7409
  },
6891
- {
6892
- "name": "unhead",
6893
- "description": "Experimental features for Nuxt SEO / head management.",
6894
- "repo": "harlan-zw/nuxt-seo-experiments",
6895
- "npm": "nuxt-seo-experiments",
6896
- "icon": "",
6897
- "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6898
- "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
6899
- "learn_more": "",
6900
- "category": "SEO",
6901
- "type": "3rd-party",
6902
- "maintainers": [
6903
- {
6904
- "name": "harlan-zw",
6905
- "github": "harlan-zw"
6906
- }
6907
- ],
6908
- "compatibility": {
6909
- "nuxt": "^3.0.0",
6910
- "requires": {}
6911
- }
6912
- },
6913
7410
  {
6914
7411
  "name": "universal-storage",
6915
7412
  "description": "Universal Storage Utilities for Nuxt",
@@ -6941,7 +7438,7 @@
6941
7438
  {
6942
7439
  "name": "unlazy",
6943
7440
  "description": "Lazy loading library for placeholder images",
6944
- "repo": "johannschopplich/unlazy/packages/nuxt",
7441
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
6945
7442
  "npm": "@unlazy/nuxt",
6946
7443
  "icon": "unlazy.svg",
6947
7444
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -6960,32 +7457,6 @@
6960
7457
  "requires": {}
6961
7458
  }
6962
7459
  },
6963
- {
6964
- "name": "unlighthouse",
6965
- "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
6966
- "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
6967
- "npm": "@unlighthouse/nuxt",
6968
- "icon": "unlighthouse.svg",
6969
- "github": "https://github.com/harlan-zw/unlighthouse",
6970
- "website": "https://github.com/harlan-zw/unlighthouse",
6971
- "learn_more": "https://github.com/harlan-zw/unlighthouse",
6972
- "category": "Devtools",
6973
- "type": "3rd-party",
6974
- "maintainers": [
6975
- {
6976
- "name": "Harlan Wilton",
6977
- "github": "harlan-zw",
6978
- "twitter": "harlan_zw",
6979
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
6980
- }
6981
- ],
6982
- "compatibility": {
6983
- "nuxt": "^2.0.0 || ^3.0.0",
6984
- "requires": {
6985
- "bridge": "optional"
6986
- }
6987
- }
6988
- },
6989
7460
  {
6990
7461
  "name": "unocss",
6991
7462
  "description": "The instant on-demand atomic CSS engine.",
@@ -7020,8 +7491,8 @@
7020
7491
  "npm": "nuxt-ununura",
7021
7492
  "icon": "ununuracss.png",
7022
7493
  "github": "https://github.com/novout/ununuracss",
7023
- "website": "https://ununura.com/#/",
7024
- "learn_more": "https://ununura.com/#/docs/why",
7494
+ "website": "https://github.com/novout/ununuracss",
7495
+ "learn_more": "https://github.com/novout/ununuracss",
7025
7496
  "category": "UI",
7026
7497
  "type": "3rd-party",
7027
7498
  "maintainers": [
@@ -7036,6 +7507,28 @@
7036
7507
  "requires": {}
7037
7508
  }
7038
7509
  },
7510
+ {
7511
+ "name": "use-bootstrap",
7512
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
7513
+ "repo": "simplise/use-bootstrap",
7514
+ "npm": "usebootstrap",
7515
+ "icon": "use-bootstrap.svg",
7516
+ "github": "https://github.com/simplise/use-bootstrap",
7517
+ "website": "https://usebootstrap.org/",
7518
+ "learn_more": "https://usebootstrap.org/",
7519
+ "category": "UI",
7520
+ "type": "3rd-party",
7521
+ "maintainers": [
7522
+ {
7523
+ "name": "KoujiSano",
7524
+ "github": "KoujiSano"
7525
+ }
7526
+ ],
7527
+ "compatibility": {
7528
+ "nuxt": "^3.0.0",
7529
+ "requires": {}
7530
+ }
7531
+ },
7039
7532
  {
7040
7533
  "name": "use-wagmi",
7041
7534
  "description": "Vue Composition for Ethereum based on wagmi",
@@ -7082,28 +7575,6 @@
7082
7575
  "requires": {}
7083
7576
  }
7084
7577
  },
7085
- {
7086
- "name": "validate",
7087
- "description": "Simple Nuxt input validation module using vee-validate",
7088
- "repo": "lewyuburi/nuxt-validate",
7089
- "npm": "nuxt-validate",
7090
- "icon": "vee-validate.png",
7091
- "github": "https://github.com/lewyuburi/nuxt-validate",
7092
- "website": "https://github.com/lewyuburi/nuxt-validate",
7093
- "learn_more": "https://logaretm.github.io/vee-validate/",
7094
- "category": "Libraries",
7095
- "type": "3rd-party",
7096
- "maintainers": [
7097
- {
7098
- "name": "lewyuburi",
7099
- "github": "lewyuburi"
7100
- }
7101
- ],
7102
- "compatibility": {
7103
- "nuxt": "^2.0.0",
7104
- "requires": {}
7105
- }
7106
- },
7107
7578
  {
7108
7579
  "name": "vant",
7109
7580
  "description": "A lightweight, customizable Vue UI library for mobile web apps.",
@@ -7158,8 +7629,8 @@
7158
7629
  "repo": "samk-dev/nuxt-vcalendar",
7159
7630
  "npm": "@samk-dev/nuxt-vcalendar",
7160
7631
  "icon": "vcalendar.png",
7161
- "github": "https://github.com/samk-dev/vcalendar",
7162
- "website": "https://github.com/samk-dev/vcalendar",
7632
+ "github": "https://github.com/samk-dev/nuxt-vcalendar",
7633
+ "website": "https://github.com/samk-dev/nuxt-vcalendar",
7163
7634
  "learn_more": "",
7164
7635
  "category": "Libraries",
7165
7636
  "type": "3rd-party",
@@ -7292,33 +7763,6 @@
7292
7763
  "requires": {}
7293
7764
  }
7294
7765
  },
7295
- {
7296
- "name": "vitest",
7297
- "description": "Vitest integration with Nuxt",
7298
- "repo": "danielroe/nuxt-vitest",
7299
- "npm": "nuxt-vitest",
7300
- "icon": "vitest.svg",
7301
- "github": "https://github.com/danielroe/nuxt-vitest",
7302
- "website": "https://github.com/danielroe/nuxt-vitest",
7303
- "learn_more": "",
7304
- "category": "Devtools",
7305
- "type": "3rd-party",
7306
- "maintainers": [
7307
- {
7308
- "name": "Daniel Roe",
7309
- "github": "danielroe"
7310
- },
7311
- {
7312
- "name": "Anthony Fu",
7313
- "github": "antfu"
7314
- }
7315
- ],
7316
- "compatibility": {
7317
- "nuxt": "^3.0.0",
7318
- "requires": {},
7319
- "devtools": "^0.0.0"
7320
- }
7321
- },
7322
7766
  {
7323
7767
  "name": "vue-email",
7324
7768
  "description": "💌 Write email templates with vue",
@@ -7353,7 +7797,7 @@
7353
7797
  {
7354
7798
  "name": "vue-final-modal",
7355
7799
  "description": "The most powerful yet most light-weight modal library for Vue 3.",
7356
- "repo": "vue-final/vue-final-modal",
7800
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7357
7801
  "npm": "@vue-final-modal/nuxt",
7358
7802
  "icon": "vue-final-modal.svg",
7359
7803
  "github": "https://github.com/vue-final/vue-final-modal",
@@ -7448,7 +7892,7 @@
7448
7892
  "description": "Plausible analytics for Vue.js and Nuxt",
7449
7893
  "repo": "moritzsternemann/vue-plausible",
7450
7894
  "npm": "vue-plausible",
7451
- "icon": "plausible.png",
7895
+ "icon": "plausible.svg",
7452
7896
  "github": "https://github.com/moritzsternemann/vue-plausible",
7453
7897
  "website": "https://github.com/moritzsternemann/vue-plausible",
7454
7898
  "learn_more": "",
@@ -7468,7 +7912,7 @@
7468
7912
  {
7469
7913
  "name": "vue-query",
7470
7914
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7471
- "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
7915
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
7472
7916
  "npm": "@hebilicious/vue-query-nuxt",
7473
7917
  "icon": "vue-query.svg",
7474
7918
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -7565,7 +8009,7 @@
7565
8009
  "npm": "vue3-carousel-nuxt",
7566
8010
  "icon": "",
7567
8011
  "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7568
- "website": "",
8012
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7569
8013
  "learn_more": "",
7570
8014
  "category": "UI",
7571
8015
  "type": "3rd-party",
@@ -7584,7 +8028,7 @@
7584
8028
  {
7585
8029
  "name": "vuefire",
7586
8030
  "description": "Idiomatic composables for the Firebase SDK",
7587
- "repo": "vuejs/vuefire/packages/nuxt",
8031
+ "repo": "vuejs/vuefire#main/packages/nuxt",
7588
8032
  "npm": "nuxt-vuefire",
7589
8033
  "icon": "vuefire.svg",
7590
8034
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -7606,7 +8050,7 @@
7606
8050
  {
7607
8051
  "name": "vueform-builder",
7608
8052
  "description": "Official Vueform Builder module for Nuxt",
7609
- "repo": "vueform/builder/nuxt",
8053
+ "repo": "vueform/builder#main/nuxt",
7610
8054
  "npm": "@vueform/builder-nuxt",
7611
8055
  "icon": "vueform.svg",
7612
8056
  "github": "https://github.com/vueform/builder",
@@ -7629,7 +8073,7 @@
7629
8073
  {
7630
8074
  "name": "vueform",
7631
8075
  "description": "Official Vueform module for Nuxt",
7632
- "repo": "vueform/vueform/nuxt",
8076
+ "repo": "vueform/vueform#main/nuxt",
7633
8077
  "npm": "@vueform/nuxt",
7634
8078
  "icon": "vueform.svg",
7635
8079
  "github": "https://github.com/vueform/vueform",
@@ -7656,8 +8100,8 @@
7656
8100
  "npm": "@vuestic/nuxt",
7657
8101
  "icon": "vuestic.png",
7658
8102
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
7659
- "website": "https://vuestic.dev",
7660
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
8103
+ "website": "https://ui.vuestic.dev",
8104
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
7661
8105
  "category": "UI",
7662
8106
  "type": "3rd-party",
7663
8107
  "maintainers": [
@@ -7924,7 +8368,7 @@
7924
8368
  "icon": "webpack.png",
7925
8369
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
7926
8370
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
7927
- "learn_more": "http://webpackmonitor.com/",
8371
+ "learn_more": "",
7928
8372
  "category": "Devtools",
7929
8373
  "type": "community",
7930
8374
  "maintainers": [