@nuxt/modules 0.6.0-cc88d5 → 0.6.0-cd0281

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 +1050 -404
  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",
@@ -1459,6 +1459,28 @@
1459
1459
  "requires": {}
1460
1460
  }
1461
1461
  },
1462
+ {
1463
+ "name": "easy-lightbox",
1464
+ "description": "A plugin for simple Vue 3 Image Lightbox component with Zoom / Drag / Rotate / Switch.",
1465
+ "repo": "modbender/nuxt-easy-lightbox",
1466
+ "npm": "nuxt-easy-lightbox",
1467
+ "icon": "easy-lightbox.svg",
1468
+ "github": "https://github.com/modbender/nuxt-easy-lightbox",
1469
+ "website": "https://github.com/modbender/nuxt-easy-lightbox",
1470
+ "learn_more": "",
1471
+ "category": "Libraries",
1472
+ "type": "3rd-party",
1473
+ "maintainers": [
1474
+ {
1475
+ "name": "modbender",
1476
+ "github": "modbender"
1477
+ }
1478
+ ],
1479
+ "compatibility": {
1480
+ "nuxt": "^3.0.0",
1481
+ "requires": {}
1482
+ }
1483
+ },
1462
1484
  {
1463
1485
  "name": "edgedb",
1464
1486
  "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
@@ -1557,7 +1579,7 @@
1557
1579
  }
1558
1580
  },
1559
1581
  {
1560
- "name": "eslint",
1582
+ "name": "eslint-module",
1561
1583
  "description": "ESLint module for Nuxt",
1562
1584
  "repo": "nuxt-community/eslint-module",
1563
1585
  "npm": "@nuxtjs/eslint-module",
@@ -1578,6 +1600,29 @@
1578
1600
  "requires": {}
1579
1601
  }
1580
1602
  },
1603
+ {
1604
+ "name": "eslint",
1605
+ "description": "All-in-one ESLint module for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
1606
+ "repo": "nuxt/eslint",
1607
+ "npm": "@nuxt/eslint",
1608
+ "icon": "nuxt.svg",
1609
+ "github": "https://github.com/nuxt/eslint",
1610
+ "website": "https://eslint.nuxt.com",
1611
+ "learn_more": "https://eslint.nuxt.com/packages/module",
1612
+ "category": "Devtools",
1613
+ "type": "official",
1614
+ "maintainers": [
1615
+ {
1616
+ "name": "Anthony Fu",
1617
+ "github": "antfu",
1618
+ "twitter": "antfu7"
1619
+ }
1620
+ ],
1621
+ "compatibility": {
1622
+ "nuxt": "^3.0.0",
1623
+ "requires": {}
1624
+ }
1625
+ },
1581
1626
  {
1582
1627
  "name": "event-trace",
1583
1628
  "description": "Module for event trace in Nuxt",
@@ -1823,10 +1868,33 @@
1823
1868
  "requires": {}
1824
1869
  }
1825
1870
  },
1871
+ {
1872
+ "name": "fonts",
1873
+ "description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
1874
+ "repo": "nuxt/fonts",
1875
+ "npm": "@nuxt/fonts",
1876
+ "icon": "nuxt.svg",
1877
+ "github": "https://github.com/nuxt/fonts",
1878
+ "website": "https://github.com/nuxt/fonts",
1879
+ "learn_more": "",
1880
+ "category": "Libraries",
1881
+ "type": "official",
1882
+ "maintainers": [
1883
+ {
1884
+ "name": "Daniel Roe",
1885
+ "github": "danielroe",
1886
+ "twitter": "danielcroe"
1887
+ }
1888
+ ],
1889
+ "compatibility": {
1890
+ "nuxt": "^3.0.0",
1891
+ "requires": {}
1892
+ }
1893
+ },
1826
1894
  {
1827
1895
  "name": "form-actions",
1828
1896
  "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",
1897
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1830
1898
  "npm": "@hebilicious/form-actions-nuxt",
1831
1899
  "icon": "form-actions.svg",
1832
1900
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
@@ -1854,7 +1922,7 @@
1854
1922
  "icon": "formkit.png",
1855
1923
  "github": "https://github.com/formkit/formkit",
1856
1924
  "website": "https://formkit.com",
1857
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1925
+ "learn_more": "https://formkit.com/getting-started/installation",
1858
1926
  "category": "Libraries",
1859
1927
  "type": "3rd-party",
1860
1928
  "maintainers": [
@@ -2067,7 +2135,7 @@
2067
2135
  "icon": "graphql-client.svg",
2068
2136
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
2069
2137
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
2070
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2138
+ "learn_more": "https://nuxt-graphql-client.web.app/",
2071
2139
  "category": "Request",
2072
2140
  "type": "3rd-party",
2073
2141
  "maintainers": [
@@ -2128,7 +2196,7 @@
2128
2196
  },
2129
2197
  {
2130
2198
  "name": "gtag",
2131
- "description": "Google Analytics integration for Nuxt",
2199
+ "description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
2132
2200
  "repo": "johannschopplich/nuxt-gtag",
2133
2201
  "npm": "nuxt-gtag",
2134
2202
  "icon": "gtag.svg",
@@ -2351,6 +2419,28 @@
2351
2419
  "requires": {}
2352
2420
  }
2353
2421
  },
2422
+ {
2423
+ "name": "hotjar",
2424
+ "description": "Add HotJar to your Nuxt application",
2425
+ "repo": "damevin/nuxt-module-hotjar",
2426
+ "npm": "nuxt-module-hotjar",
2427
+ "icon": "hotjar.png",
2428
+ "github": "https://github.com/damevin/nuxt-module-hotjar",
2429
+ "website": "https://github.com/damevin/nuxt-module-hotjar",
2430
+ "learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
2431
+ "category": "SEO",
2432
+ "type": "3rd-party",
2433
+ "maintainers": [
2434
+ {
2435
+ "name": "Raphaël DAMEVIN",
2436
+ "github": "damevin"
2437
+ }
2438
+ ],
2439
+ "compatibility": {
2440
+ "nuxt": "^3.0.0",
2441
+ "requires": {}
2442
+ }
2443
+ },
2354
2444
  {
2355
2445
  "name": "html-minifier",
2356
2446
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
@@ -2380,7 +2470,7 @@
2380
2470
  "npm": "@nuxtjs/html-validator",
2381
2471
  "icon": "html-validator.png",
2382
2472
  "github": "https://github.com/nuxt-modules/html-validator",
2383
- "website": "https://html-validator.nuxtjs.org",
2473
+ "website": "https://github.com/nuxt-modules/html-validator",
2384
2474
  "learn_more": "https://html-validate.org",
2385
2475
  "category": "Performance",
2386
2476
  "type": "community",
@@ -2426,6 +2516,44 @@
2426
2516
  "requires": {}
2427
2517
  }
2428
2518
  },
2519
+ {
2520
+ "name": "hub",
2521
+ "description": "Build full-stack Nuxt applications on the edge, with zero configuration.",
2522
+ "repo": "nuxt-hub/core",
2523
+ "npm": "@nuxthub/core",
2524
+ "icon": "nuxthub.svg",
2525
+ "github": "https://github.com/nuxt-hub/core",
2526
+ "website": "https://hub.nuxt.com",
2527
+ "learn_more": "",
2528
+ "category": "Database",
2529
+ "type": "3rd-party",
2530
+ "maintainers": [
2531
+ {
2532
+ "name": "Sebastien Chopin",
2533
+ "github": "Atinux"
2534
+ },
2535
+ {
2536
+ "name": "Ahad Birang",
2537
+ "github": "farnabaz"
2538
+ },
2539
+ {
2540
+ "name": "Sylvain Marroufin",
2541
+ "github": "smarroufin"
2542
+ },
2543
+ {
2544
+ "name": "Florent Delerue",
2545
+ "github": "flosciante"
2546
+ },
2547
+ {
2548
+ "name": "NuxtLabs",
2549
+ "github": "nuxtlabs"
2550
+ }
2551
+ ],
2552
+ "compatibility": {
2553
+ "nuxt": "^3.0.0",
2554
+ "requires": {}
2555
+ }
2556
+ },
2429
2557
  {
2430
2558
  "name": "humans-txt",
2431
2559
  "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 +2584,8 @@
2456
2584
  "npm": "@nuxtjs/i18n",
2457
2585
  "icon": "i18n.png",
2458
2586
  "github": "https://github.com/nuxt-modules/i18n",
2459
- "website": "https://v8.i18n.nuxtjs.org",
2460
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2587
+ "website": "https://i18n.nuxtjs.org",
2588
+ "learn_more": "https://vue-i18n.intlify.dev/",
2461
2589
  "category": "Extensions",
2462
2590
  "type": "community",
2463
2591
  "maintainers": [
@@ -2468,6 +2596,10 @@
2468
2596
  {
2469
2597
  "name": "Kazuya Kawaguchi",
2470
2598
  "github": "kazupon"
2599
+ },
2600
+ {
2601
+ "name": "Bobbie Goede",
2602
+ "github": "BobbieGoede"
2471
2603
  }
2472
2604
  ],
2473
2605
  "compatibility": {
@@ -2788,7 +2920,8 @@
2788
2920
  "compatibility": {
2789
2921
  "nuxt": "^3.0.0",
2790
2922
  "requires": {}
2791
- }
2923
+ },
2924
+ "sponsor": true
2792
2925
  },
2793
2926
  {
2794
2927
  "name": "kql",
@@ -2797,7 +2930,7 @@
2797
2930
  "npm": "nuxt-kql",
2798
2931
  "icon": "kql.svg",
2799
2932
  "github": "https://github.com/johannschopplich/nuxt-kql",
2800
- "website": "https://nuxt-kql.jhnn.dev",
2933
+ "website": "https://nuxt-kql.byjohann.dev/",
2801
2934
  "learn_more": "",
2802
2935
  "category": "CMS",
2803
2936
  "type": "3rd-party",
@@ -2926,7 +3059,7 @@
2926
3059
  },
2927
3060
  {
2928
3061
  "name": "link-checker",
2929
- "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
3062
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2930
3063
  "repo": "harlan-zw/nuxt-link-checker",
2931
3064
  "npm": "nuxt-link-checker",
2932
3065
  "icon": "link-checker.svg",
@@ -3044,6 +3177,30 @@
3044
3177
  "requires": {}
3045
3178
  }
3046
3179
  },
3180
+ {
3181
+ "name": "logto",
3182
+ "description": "The better Nuxt auth module for developers.",
3183
+ "repo": "logto-io/js#master/packages/nuxt",
3184
+ "npm": "@logto/nuxt",
3185
+ "icon": "logto.svg",
3186
+ "github": "https://github.com/logto-io/js/tree/master/packages/nuxt",
3187
+ "website": "https://logto.io",
3188
+ "learn_more": "https://docs.logto.io",
3189
+ "category": "Security",
3190
+ "type": "3rd-party",
3191
+ "maintainers": [
3192
+ {
3193
+ "name": "logto",
3194
+ "github": "logto-io",
3195
+ "twitter": "logto_io"
3196
+ }
3197
+ ],
3198
+ "compatibility": {
3199
+ "nuxt": "^3.0.0",
3200
+ "requires": {}
3201
+ },
3202
+ "sponsor": true
3203
+ },
3047
3204
  {
3048
3205
  "name": "lucide-icons",
3049
3206
  "description": "Nuxt module to integrate Lucide icons",
@@ -3095,10 +3252,10 @@
3095
3252
  {
3096
3253
  "name": "magic-regexp",
3097
3254
  "description": "A compiled-away, type-safe, readable RegExp alternative",
3098
- "repo": "danielroe/magic-regexp",
3255
+ "repo": "unjs/magic-regexp",
3099
3256
  "npm": "magic-regexp",
3100
3257
  "icon": "magic-regexp.svg",
3101
- "github": "https://github.com/danielroe/magic-regexp",
3258
+ "github": "https://github.com/unjs/magic-regexp",
3102
3259
  "website": "https://magic-regexp.roe.dev",
3103
3260
  "learn_more": "https://magic-regexp.roe.dev",
3104
3261
  "category": "Libraries",
@@ -3115,6 +3272,29 @@
3115
3272
  "requires": {}
3116
3273
  }
3117
3274
  },
3275
+ {
3276
+ "name": "mailpit",
3277
+ "description": "Integrates Mailpit web UI in Nuxt devtools",
3278
+ "repo": "tdolsen/nuxt-mailpit",
3279
+ "npm": "nuxt-mailpit",
3280
+ "icon": "mailpit.svg",
3281
+ "github": "https://github.com/tdolsen/nuxt-mailpit",
3282
+ "website": "https://github.com/tdolsen/nuxt-mailpit",
3283
+ "learn_more": "https://github.com/tdolsen/nuxt-mailpit",
3284
+ "category": "Devtools",
3285
+ "type": "3rd-party",
3286
+ "maintainers": [
3287
+ {
3288
+ "name": "Torkild Dyvik Olsen",
3289
+ "github": "tdolsen",
3290
+ "twitter": "tdolsen"
3291
+ }
3292
+ ],
3293
+ "compatibility": {
3294
+ "nuxt": "^3.8.0",
3295
+ "requires": {}
3296
+ }
3297
+ },
3118
3298
  {
3119
3299
  "name": "markdownit",
3120
3300
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -3138,6 +3318,30 @@
3138
3318
  "requires": {}
3139
3319
  }
3140
3320
  },
3321
+ {
3322
+ "name": "marquee",
3323
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3324
+ "repo": "hanzydev/nuxt-marquee",
3325
+ "npm": "nuxt-marquee",
3326
+ "icon": "marquee.png",
3327
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3328
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3329
+ "learn_more": "",
3330
+ "category": "UI",
3331
+ "type": "3rd-party",
3332
+ "maintainers": [
3333
+ {
3334
+ "name": "Hànzy",
3335
+ "github": "hanzydev",
3336
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3337
+ }
3338
+ ],
3339
+ "compatibility": {
3340
+ "nuxt": "^3.0.0",
3341
+ "requires": {},
3342
+ "devtools": "^0.0.0"
3343
+ }
3344
+ },
3141
3345
  {
3142
3346
  "name": "matomo",
3143
3347
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -3163,14 +3367,14 @@
3163
3367
  {
3164
3368
  "name": "maz-ui",
3165
3369
  "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3166
- "repo": "louismazel/maz-ui",
3370
+ "repo": "louismazel/maz-ui#master/packages/lib",
3167
3371
  "npm": "maz-ui",
3168
3372
  "icon": "maz-ui.png",
3169
3373
  "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/",
3374
+ "website": "https://maz-ui.com/",
3375
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3172
3376
  "category": "UI",
3173
- "type": "community",
3377
+ "type": "3rd-party",
3174
3378
  "maintainers": [
3175
3379
  {
3176
3380
  "name": "Loïc Mazuel",
@@ -3182,6 +3386,28 @@
3182
3386
  "requires": {}
3183
3387
  }
3184
3388
  },
3389
+ {
3390
+ "name": "mdc",
3391
+ "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
3392
+ "repo": "nuxt-modules/mdc",
3393
+ "npm": "@nuxtjs/mdc",
3394
+ "icon": "mdc.png",
3395
+ "github": "https://github.com/nuxt-modules/mdc",
3396
+ "website": "https://github.com/nuxt-modules/mdc",
3397
+ "learn_more": "",
3398
+ "category": "Extensions",
3399
+ "type": "community",
3400
+ "maintainers": [
3401
+ {
3402
+ "name": "farnabaz",
3403
+ "github": "farnabaz"
3404
+ }
3405
+ ],
3406
+ "compatibility": {
3407
+ "nuxt": "^3.0.0",
3408
+ "requires": {}
3409
+ }
3410
+ },
3185
3411
  {
3186
3412
  "name": "mdx",
3187
3413
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -3301,6 +3527,28 @@
3301
3527
  "requires": {}
3302
3528
  }
3303
3529
  },
3530
+ {
3531
+ "name": "mojocss",
3532
+ "description": "The Atomic CSS Framework for crafting gorgeous UIs without shipping any CSS.",
3533
+ "repo": "mojocss/mojocss-nuxt-module",
3534
+ "npm": "@mojocss/nuxt",
3535
+ "icon": "mojocss.svg",
3536
+ "github": "https://github.com/mojocss/mojocss-nuxt-module",
3537
+ "website": "https://mojocss.com/docs/guide/nuxtjs",
3538
+ "learn_more": "",
3539
+ "category": "UI",
3540
+ "type": "3rd-party",
3541
+ "maintainers": [
3542
+ {
3543
+ "name": "mojocss",
3544
+ "github": "mojocss"
3545
+ }
3546
+ ],
3547
+ "compatibility": {
3548
+ "nuxt": "^2.0.0 || ^3.0.0",
3549
+ "requires": {}
3550
+ }
3551
+ },
3304
3552
  {
3305
3553
  "name": "moment",
3306
3554
  "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
@@ -3329,20 +3577,20 @@
3329
3577
  }
3330
3578
  },
3331
3579
  {
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",
3580
+ "name": "neo",
3581
+ "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
3582
+ "repo": "ezypeeze/nuxt-neo",
3583
+ "npm": "nuxt-neo",
3336
3584
  "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",
3585
+ "github": "https://github.com/ezypeeze/nuxt-neo",
3586
+ "website": "https://ezypeeze.github.io/nuxt-neo",
3587
+ "learn_more": "",
3588
+ "category": "Request",
3341
3589
  "type": "3rd-party",
3342
3590
  "maintainers": [
3343
3591
  {
3344
- "name": "vanhoofmaarten",
3345
- "github": "vanhoofmaarten"
3592
+ "name": "ezypeeze",
3593
+ "github": "ezypeeze"
3346
3594
  }
3347
3595
  ],
3348
3596
  "compatibility": {
@@ -3351,24 +3599,24 @@
3351
3599
  }
3352
3600
  },
3353
3601
  {
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",
3602
+ "name": "neo4j",
3603
+ "description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
3604
+ "repo": "arashsheyda/nuxt-neo4j",
3605
+ "npm": "nuxt-neo4j",
3606
+ "icon": "nuxt-neo4j.png",
3607
+ "github": "https://github.com/arashsheyda/nuxt-neo4j",
3608
+ "website": "https://github.com/arashsheyda/nuxt-neo4j",
3361
3609
  "learn_more": "",
3362
- "category": "Request",
3610
+ "category": "Database",
3363
3611
  "type": "3rd-party",
3364
3612
  "maintainers": [
3365
3613
  {
3366
- "name": "ezypeeze",
3367
- "github": "ezypeeze"
3614
+ "name": "arashsheyda",
3615
+ "github": "arashsheyda"
3368
3616
  }
3369
3617
  ],
3370
3618
  "compatibility": {
3371
- "nuxt": "^2.0.0",
3619
+ "nuxt": "^3.0.0",
3372
3620
  "requires": {}
3373
3621
  }
3374
3622
  },
@@ -3420,12 +3668,12 @@
3420
3668
  {
3421
3669
  "name": "netlify",
3422
3670
  "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3423
- "repo": "bazzite/nuxt-netlify",
3671
+ "repo": "juliomrqz/nuxt-netlify",
3424
3672
  "npm": "@aceforth/nuxt-netlify",
3425
3673
  "icon": "netlify.png",
3426
- "github": "https://github.com/bazzite/nuxt-netlify",
3427
- "website": "https://marquez.co/docs/nuxt-netlify/",
3428
- "learn_more": "",
3674
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3675
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3676
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
3429
3677
  "category": "Deployment",
3430
3678
  "type": "3rd-party",
3431
3679
  "maintainers": [
@@ -3441,29 +3689,45 @@
3441
3689
  },
3442
3690
  {
3443
3691
  "name": "ngrok",
3444
- "description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
3445
- "repo": "nuxt-community/ngrok",
3692
+ "description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes.",
3693
+ "repo": "nuxt-modules/ngrok",
3446
3694
  "npm": "@nuxtjs/ngrok",
3447
- "icon": "ngrok.png",
3448
- "github": "https://github.com/nuxt-community/ngrok-module",
3449
- "website": "https://ngrok.nuxtjs.org",
3450
- "learn_more": "https://github.com/bubenshchykov/ngrok",
3695
+ "icon": "ngrok.svg",
3696
+ "github": "https://github.com/nuxt-modules/ngrok",
3697
+ "website": "https://ngrok.nuxtjs.org/",
3698
+ "learn_more": "https://ngrok.com/",
3451
3699
  "category": "Devtools",
3452
3700
  "type": "community",
3453
3701
  "maintainers": [
3454
3702
  {
3455
- "name": "Debbie O'Brien",
3456
- "github": "debs-obrien",
3457
- "twitter": "debs_obrien"
3458
- },
3703
+ "name": "Arash Sheyda",
3704
+ "github": "arashsheyda"
3705
+ }
3706
+ ],
3707
+ "compatibility": {
3708
+ "nuxt": "^3.0.0",
3709
+ "requires": {}
3710
+ }
3711
+ },
3712
+ {
3713
+ "name": "nodemailer",
3714
+ "description": "Nuxt integration for nodemailer",
3715
+ "repo": "kleinpetr/nuxt-nodemailer",
3716
+ "npm": "nuxt-nodemailer",
3717
+ "icon": "nodemailer.png",
3718
+ "github": "https://github.com/kleinpetr/nuxt-nodemailer",
3719
+ "website": "https://github.com/kleinpetr/nuxt-nodemailer",
3720
+ "learn_more": "https://www.nodemailer.com/",
3721
+ "category": "Extensions",
3722
+ "type": "3rd-party",
3723
+ "maintainers": [
3459
3724
  {
3460
- "name": "Pooya Parsa",
3461
- "github": "pi0",
3462
- "twitter": "_pi0_"
3725
+ "name": "kleinpetr",
3726
+ "github": "kleinpetr"
3463
3727
  }
3464
3728
  ],
3465
3729
  "compatibility": {
3466
- "nuxt": "^2.0.0",
3730
+ "nuxt": "^3.0.0",
3467
3731
  "requires": {}
3468
3732
  }
3469
3733
  },
@@ -3534,15 +3798,38 @@
3534
3798
  }
3535
3799
  },
3536
3800
  {
3537
- "name": "nuxt-auth-sanctum",
3538
- "description": "Nuxt module for Laravel Sanctum authentication",
3539
- "repo": "manchenkoff/nuxt-auth-sanctum",
3540
- "npm": "nuxt-auth-sanctum",
3541
- "icon": "laravel.svg",
3542
- "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3543
- "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3544
- "learn_more": "",
3545
- "category": "Security",
3801
+ "name": "nuxt-asciidoc",
3802
+ "description": "Transformer for using asciidoc in nuxt",
3803
+ "repo": "Chris2011/nuxt-asciidoc",
3804
+ "npm": "nuxt-asciidoc",
3805
+ "icon": "nuxt-asciidoc.svg",
3806
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3807
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3808
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3809
+ "category": "Extensions",
3810
+ "type": "3rd-party",
3811
+ "maintainers": [
3812
+ {
3813
+ "name": "Christian Lenz",
3814
+ "github": "Chris2011",
3815
+ "twitter": "Chrizzly42"
3816
+ }
3817
+ ],
3818
+ "compatibility": {
3819
+ "nuxt": "^3.0.0",
3820
+ "requires": {}
3821
+ }
3822
+ },
3823
+ {
3824
+ "name": "nuxt-auth-sanctum",
3825
+ "description": "Nuxt module for Laravel Sanctum authentication",
3826
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3827
+ "npm": "nuxt-auth-sanctum",
3828
+ "icon": "laravel.svg",
3829
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3830
+ "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3831
+ "learn_more": "https://laravel.com/docs/10.x/sanctum",
3832
+ "category": "Security",
3546
3833
  "type": "3rd-party",
3547
3834
  "maintainers": [
3548
3835
  {
@@ -3552,7 +3839,7 @@
3552
3839
  }
3553
3840
  ],
3554
3841
  "compatibility": {
3555
- "nuxt": "^3.0.0",
3842
+ "nuxt": "^3.9.0",
3556
3843
  "requires": {}
3557
3844
  }
3558
3845
  },
@@ -3578,6 +3865,57 @@
3578
3865
  "requires": {}
3579
3866
  }
3580
3867
  },
3868
+ {
3869
+ "name": "nuxt-bezier",
3870
+ "description": "Reusable transition components",
3871
+ "repo": "50rayn/nuxt-bezier",
3872
+ "npm": "nuxt-bezier",
3873
+ "icon": "nuxt-bezier.png",
3874
+ "github": "https://github.com/50rayn/nuxt-bezier",
3875
+ "website": "https://github.com/50rayn/nuxt-bezier",
3876
+ "learn_more": "https://github.com/Noction/vue-bezier",
3877
+ "category": "UI",
3878
+ "type": "3rd-party",
3879
+ "maintainers": [
3880
+ {
3881
+ "name": "Soryn Gitlan",
3882
+ "github": "50rayn"
3883
+ }
3884
+ ],
3885
+ "compatibility": {
3886
+ "nuxt": "^3.0.0",
3887
+ "requires": {}
3888
+ }
3889
+ },
3890
+ {
3891
+ "name": "nuxt-booster",
3892
+ "description": "nuxt-booster will help you to improve the lighthouse performance score (100/100) of your website.",
3893
+ "repo": "basics/nuxt-booster",
3894
+ "npm": "nuxt-booster",
3895
+ "icon": "nuxt-booster.svg",
3896
+ "github": "https://github.com/basics/nuxt-booster",
3897
+ "website": "https://basics.github.io/nuxt-booster/",
3898
+ "learn_more": "https://basics.github.io/nuxt-booster/",
3899
+ "category": "Performance",
3900
+ "type": "3rd-party",
3901
+ "maintainers": [
3902
+ {
3903
+ "name": "Thorn Walli",
3904
+ "github": "ThornWalli",
3905
+ "avatar": "https://avatars.githubusercontent.com/u/8287751?v=4"
3906
+ },
3907
+ {
3908
+ "name": "Stephan Gerbeth",
3909
+ "github": "StephanGerbeth",
3910
+ "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
3911
+ }
3912
+ ],
3913
+ "compatibility": {
3914
+ "nuxt": "^3.0.0",
3915
+ "requires": {},
3916
+ "devtools": "^0.0.0"
3917
+ }
3918
+ },
3581
3919
  {
3582
3920
  "name": "nuxt-bootstrap-icons",
3583
3921
  "description": "Just a simple integration for Bootstrap Icons",
@@ -3622,6 +3960,28 @@
3622
3960
  "requires": {}
3623
3961
  }
3624
3962
  },
3963
+ {
3964
+ "name": "nuxt-cookie-consent",
3965
+ "description": "Nuxt module for integrating with cookie consent providers with ease",
3966
+ "repo": "weareheavy/nuxt-cookie-consent",
3967
+ "npm": "@weareheavy/nuxt-cookie-consent",
3968
+ "icon": "wah.svg",
3969
+ "github": "https://github.com/weareheavy/nuxt-cookie-consent",
3970
+ "website": "https://nuxt-cookie-consent.packages.weareheavy.com",
3971
+ "learn_more": "",
3972
+ "category": "Extensions",
3973
+ "type": "3rd-party",
3974
+ "maintainers": [
3975
+ {
3976
+ "name": "weareheavy",
3977
+ "github": "weareheavy"
3978
+ }
3979
+ ],
3980
+ "compatibility": {
3981
+ "nuxt": "^3.0.0",
3982
+ "requires": {}
3983
+ }
3984
+ },
3625
3985
  {
3626
3986
  "name": "nuxt-facebook-chat",
3627
3987
  "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
@@ -3648,6 +4008,28 @@
3648
4008
  "requires": {}
3649
4009
  }
3650
4010
  },
4011
+ {
4012
+ "name": "nuxt-feather-icons",
4013
+ "description": "The Feather Icons in Nuxt 3.",
4014
+ "repo": "4sllan/nuxt-feather-icons",
4015
+ "npm": "nuxt-feather-icons",
4016
+ "icon": "nuxt-feather-icons.png",
4017
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
4018
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
4019
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
4020
+ "category": "UI",
4021
+ "type": "3rd-party",
4022
+ "maintainers": [
4023
+ {
4024
+ "name": "4sllan",
4025
+ "github": "4sllan"
4026
+ }
4027
+ ],
4028
+ "compatibility": {
4029
+ "nuxt": "^3.0.0",
4030
+ "requires": {}
4031
+ }
4032
+ },
3651
4033
  {
3652
4034
  "name": "nuxt-feedme",
3653
4035
  "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
@@ -3670,6 +4052,51 @@
3670
4052
  "requires": {}
3671
4053
  }
3672
4054
  },
4055
+ {
4056
+ "name": "nuxt-file-storage",
4057
+ "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.",
4058
+ "repo": "nyllre/nuxt-file-storage",
4059
+ "npm": "nuxt-file-storage",
4060
+ "icon": "nuxt-file-storage.svg",
4061
+ "github": "https://github.com/nyllre/nuxt-file-storage",
4062
+ "website": "https://github.com/nyllre/nuxt-file-storage",
4063
+ "learn_more": "https://github.com/nyllre/nuxt-file-storage",
4064
+ "category": "Database",
4065
+ "type": "3rd-party",
4066
+ "maintainers": [
4067
+ {
4068
+ "name": "NyllRE",
4069
+ "github": "NyllRE"
4070
+ }
4071
+ ],
4072
+ "compatibility": {
4073
+ "nuxt": "^3.0.0",
4074
+ "requires": {}
4075
+ }
4076
+ },
4077
+ {
4078
+ "name": "nuxt-fontawesome",
4079
+ "description": "Module to use Font Awesome 6 icons in your Nuxt project",
4080
+ "repo": "bezumkin/nuxt-fontawesome",
4081
+ "npm": "@vesp/nuxt-fontawesome",
4082
+ "icon": "nuxt-fontawesome.svg",
4083
+ "github": "https://github.com/bezumkin/nuxt-fontawesome",
4084
+ "website": "https://github.com/bezumkin/nuxt-fontawesome",
4085
+ "learn_more": "https://fontawesome.com",
4086
+ "category": "UI",
4087
+ "type": "3rd-party",
4088
+ "maintainers": [
4089
+ {
4090
+ "name": "Vasily Naumkin",
4091
+ "github": "bezumkin",
4092
+ "avatar": "https://avatars.githubusercontent.com/u/1257284"
4093
+ }
4094
+ ],
4095
+ "compatibility": {
4096
+ "nuxt": "^3.0.0",
4097
+ "requires": {}
4098
+ }
4099
+ },
3673
4100
  {
3674
4101
  "name": "nuxt-graphql-middleware",
3675
4102
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3677,7 +4104,7 @@
3677
4104
  "npm": "nuxt-graphql-middleware",
3678
4105
  "icon": "nuxt-graphql-middleware.svg",
3679
4106
  "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3680
- "website": "https://nuxt-graphql-middleware.dulnan.net",
4107
+ "website": "https://github.com/dulnan/nuxt-graphql-middleware",
3681
4108
  "learn_more": "",
3682
4109
  "category": "Request",
3683
4110
  "type": "3rd-party",
@@ -3735,7 +4162,7 @@
3735
4162
  "maintainers": [
3736
4163
  {
3737
4164
  "name": "Zadig&Voltaire Team",
3738
- "github": "https://github.com/zadigetvoltaire"
4165
+ "github": "zadigetvoltaire"
3739
4166
  }
3740
4167
  ],
3741
4168
  "compatibility": {
@@ -3819,8 +4246,8 @@
3819
4246
  "npm": "@nuxtus/nuxt-localtunnel",
3820
4247
  "icon": "nuxt-localtunnel.svg",
3821
4248
  "github": "https://github.com/nuxtus/localtunnel",
3822
- "website": "https://nuxtus.com",
3823
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
4249
+ "website": "https://github.com/nuxtus/localtunnel",
4250
+ "learn_more": "",
3824
4251
  "category": "Devtools",
3825
4252
  "type": "3rd-party",
3826
4253
  "maintainers": [
@@ -3924,6 +4351,29 @@
3924
4351
  "requires": {}
3925
4352
  }
3926
4353
  },
4354
+ {
4355
+ "name": "nuxt-meta-pixel",
4356
+ "description": "Meta (Facebook) pixel integration for Nuxt. Multi-pixel, auto page view and more.",
4357
+ "repo": "tanukijs/meta-pixel#dev/packages/nuxt-meta-pixel",
4358
+ "npm": "nuxt-meta-pixel",
4359
+ "icon": "",
4360
+ "github": "https://github.com/tanukijs/meta-pixel",
4361
+ "website": "https://github.com/tanukijs/meta-pixel",
4362
+ "learn_more": "https://github.com/tanukijs/meta-pixel/tree/dev/packages/nuxt-meta-pixel",
4363
+ "category": "Analytics",
4364
+ "type": "3rd-party",
4365
+ "maintainers": [
4366
+ {
4367
+ "name": "tanukijs",
4368
+ "github": "tanukijs",
4369
+ "avatar": "https://avatars.githubusercontent.com/u/25182349?v=4"
4370
+ }
4371
+ ],
4372
+ "compatibility": {
4373
+ "nuxt": "^3.0.0",
4374
+ "requires": {}
4375
+ }
4376
+ },
3927
4377
  {
3928
4378
  "name": "nuxt-monaco-editor",
3929
4379
  "description": "Integrate monaco-editor with Nuxt",
@@ -3969,12 +4419,35 @@
3969
4419
  "devtools": "^0.0.0"
3970
4420
  }
3971
4421
  },
4422
+ {
4423
+ "name": "nuxt-oidc-auth",
4424
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4425
+ "repo": "itpropro/nuxt-oidc-auth",
4426
+ "npm": "nuxt-oidc-auth",
4427
+ "icon": "",
4428
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4429
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4430
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4431
+ "category": "Security",
4432
+ "type": "3rd-party",
4433
+ "maintainers": [
4434
+ {
4435
+ "name": "Jan-Henrik Damaschke",
4436
+ "github": "itpropro",
4437
+ "twitter": "jandamaschke"
4438
+ }
4439
+ ],
4440
+ "compatibility": {
4441
+ "nuxt": "^3.0.0",
4442
+ "requires": {}
4443
+ }
4444
+ },
3972
4445
  {
3973
4446
  "name": "nuxt-openapi-docs-module",
3974
4447
  "description": "Generate pages from OpenAPI specifications",
3975
4448
  "repo": "on-org/nuxt-openapi-docs-module",
3976
4449
  "npm": "nuxt-openapi-docs-module",
3977
- "icon": "nuxt-openapi-docs-module.svg",
4450
+ "icon": "nuxt-openapi-docs-module.png",
3978
4451
  "github": "https://github.com/on-org/nuxt-openapi-docs-module",
3979
4452
  "website": "https://github.com/on-org/nuxt-openapi-docs-module",
3980
4453
  "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
@@ -3991,6 +4464,33 @@
3991
4464
  "requires": {}
3992
4465
  }
3993
4466
  },
4467
+ {
4468
+ "name": "nuxt-openid-connect",
4469
+ "description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
4470
+ "repo": "aborn/nuxt-openid-connect",
4471
+ "npm": "nuxt-openid-connect",
4472
+ "icon": "",
4473
+ "github": "https://github.com/aborn/nuxt-openid-connect",
4474
+ "website": "https://github.com/aborn/nuxt-openid-connect",
4475
+ "learn_more": "",
4476
+ "category": "Security",
4477
+ "type": "3rd-party",
4478
+ "maintainers": [
4479
+ {
4480
+ "name": "Aborn Jiang",
4481
+ "github": "aborn"
4482
+ },
4483
+ {
4484
+ "name": "Khaled Almana",
4485
+ "github": "KhaledAlMana"
4486
+ }
4487
+ ],
4488
+ "compatibility": {
4489
+ "nuxt": "^3.0.0",
4490
+ "requires": {},
4491
+ "devtools": "^0.0.0"
4492
+ }
4493
+ },
3994
4494
  {
3995
4495
  "name": "nuxt-payload-analyzer",
3996
4496
  "description": "Analyze Nuxt Payload Size",
@@ -4014,6 +4514,29 @@
4014
4514
  "requires": {}
4015
4515
  }
4016
4516
  },
4517
+ {
4518
+ "name": "nuxt-pdf-frame",
4519
+ "description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
4520
+ "repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
4521
+ "npm": "@i2d/nuxt-pdf-frame",
4522
+ "icon": "pdf-frame.svg",
4523
+ "github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
4524
+ "website": "https://www.pdf-frame.org",
4525
+ "learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
4526
+ "category": "Libraries",
4527
+ "type": "3rd-party",
4528
+ "maintainers": [
4529
+ {
4530
+ "name": "Narayana Swamy",
4531
+ "github": "nswamy14",
4532
+ "email": "narayanaswamy14@gmail.com"
4533
+ }
4534
+ ],
4535
+ "compatibility": {
4536
+ "nuxt": "^3.0.0",
4537
+ "requires": {}
4538
+ }
4539
+ },
4017
4540
  {
4018
4541
  "name": "nuxt-pdf",
4019
4542
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -4044,8 +4567,8 @@
4044
4567
  "npm": "nuxt-phosphor-icons",
4045
4568
  "icon": "phosphor-icons.svg",
4046
4569
  "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4047
- "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4048
- "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4570
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4571
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
4049
4572
  "category": "UI",
4050
4573
  "type": "3rd-party",
4051
4574
  "maintainers": [
@@ -4081,28 +4604,6 @@
4081
4604
  "requires": {}
4082
4605
  }
4083
4606
  },
4084
- {
4085
- "name": "plausible",
4086
- "description": "Nuxt module to natively integrate Plausible analytics",
4087
- "repo": "nuxt-modules/plausible",
4088
- "npm": "@nuxtjs/plausible",
4089
- "icon": "plausible.png",
4090
- "github": "https://github.com/nuxt-modules/plausible",
4091
- "website": "https://github.com/nuxt-modules/plausible",
4092
- "learn_more": "https://plausible.io/",
4093
- "category": "Analytics",
4094
- "type": "community",
4095
- "maintainers": [
4096
- {
4097
- "name": "Johann Schopplich",
4098
- "github": "johannschopplich"
4099
- }
4100
- ],
4101
- "compatibility": {
4102
- "nuxt": "^3.0.0",
4103
- "requires": {}
4104
- }
4105
- },
4106
4607
  {
4107
4608
  "name": "nuxt-plotly",
4108
4609
  "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
@@ -4152,6 +4653,28 @@
4152
4653
  "requires": {}
4153
4654
  }
4154
4655
  },
4656
+ {
4657
+ "name": "nuxt-posthog",
4658
+ "description": "Integrate PostHog into your application with minimal configuration",
4659
+ "repo": "mitjans/nuxt-posthog",
4660
+ "npm": "nuxt-posthog",
4661
+ "icon": "posthog.svg",
4662
+ "github": "https://github.com/mitjans/nuxt-posthog",
4663
+ "website": "https://nuxt-posthog.cmitjans.dev",
4664
+ "learn_more": "https://posthog.com",
4665
+ "category": "Analytics",
4666
+ "type": "3rd-party",
4667
+ "maintainers": [
4668
+ {
4669
+ "name": "Carles Mitjans",
4670
+ "github": "mitjans"
4671
+ }
4672
+ ],
4673
+ "compatibility": {
4674
+ "nuxt": "^3.0.0",
4675
+ "requires": {}
4676
+ }
4677
+ },
4155
4678
  {
4156
4679
  "name": "nuxt-smartlook",
4157
4680
  "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
@@ -4231,7 +4754,7 @@
4231
4754
  "description": "WebStorm & PHPStorm support for Nuxt components",
4232
4755
  "repo": "fumeapp/nuxt-storm",
4233
4756
  "npm": "nuxt-storm",
4234
- "icon": "nuxt-storm.png",
4757
+ "icon": "",
4235
4758
  "github": "https://github.com/fumeapp/nuxt-storm",
4236
4759
  "website": "https://github.com/fumeapp/nuxt-storm",
4237
4760
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -4248,6 +4771,30 @@
4248
4771
  "requires": {}
4249
4772
  }
4250
4773
  },
4774
+ {
4775
+ "name": "nuxt-svgo-loader",
4776
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4777
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4778
+ "npm": "nuxt-svgo-loader",
4779
+ "icon": "",
4780
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4781
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4782
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4783
+ "category": "Images",
4784
+ "type": "3rd-party",
4785
+ "maintainers": [
4786
+ {
4787
+ "name": "Alex Liu",
4788
+ "github": "Mini-ghost",
4789
+ "twitter": "Minighost_Alex"
4790
+ }
4791
+ ],
4792
+ "compatibility": {
4793
+ "nuxt": "^3.0.0",
4794
+ "requires": {},
4795
+ "devtools": "^0.0.0"
4796
+ }
4797
+ },
4251
4798
  {
4252
4799
  "name": "nuxt-svgo",
4253
4800
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -4314,6 +4861,28 @@
4314
4861
  "requires": {}
4315
4862
  }
4316
4863
  },
4864
+ {
4865
+ "name": "nuxt-uswds",
4866
+ "description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
4867
+ "repo": "patrickcate/nuxt-uswds",
4868
+ "npm": "nuxt-uswds",
4869
+ "icon": "nuxt-uswds.svg",
4870
+ "github": "https://github.com/patrickcate/nuxt-uswds",
4871
+ "website": "https://github.com/patrickcate/nuxt-uswds",
4872
+ "learn_more": "",
4873
+ "category": "UI",
4874
+ "type": "3rd-party",
4875
+ "maintainers": [
4876
+ {
4877
+ "name": "Patrick Cate",
4878
+ "github": "patrickcate"
4879
+ }
4880
+ ],
4881
+ "compatibility": {
4882
+ "nuxt": "^3.0.0",
4883
+ "requires": {}
4884
+ }
4885
+ },
4317
4886
  {
4318
4887
  "name": "nuxt-viewport",
4319
4888
  "description": "Define custom viewports for your Nuxt project",
@@ -4361,7 +4930,7 @@
4361
4930
  }
4362
4931
  },
4363
4932
  {
4364
- "name": "Nuxt zodI18n",
4933
+ "name": "nuxt-zod-i18n",
4365
4934
  "description": "A Nuxt Module for localizing zod error messages.",
4366
4935
  "repo": "xibman/nuxt-zod-i18n",
4367
4936
  "npm": "nuxt-zod-i18n",
@@ -4382,10 +4951,38 @@
4382
4951
  "requires": {}
4383
4952
  }
4384
4953
  },
4954
+ {
4955
+ "name": "nuxt2-ngrok",
4956
+ "description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
4957
+ "repo": "nuxt-community/ngrok",
4958
+ "npm": "@nuxtjs/ngrok",
4959
+ "icon": "ngrok.png",
4960
+ "github": "https://github.com/nuxt-community/ngrok-module",
4961
+ "website": "https://ngrok.nuxtjs.org",
4962
+ "learn_more": "https://github.com/bubenshchykov/ngrok",
4963
+ "category": "Devtools",
4964
+ "type": "community",
4965
+ "maintainers": [
4966
+ {
4967
+ "name": "Debbie O'Brien",
4968
+ "github": "debs-obrien",
4969
+ "twitter": "debs_obrien"
4970
+ },
4971
+ {
4972
+ "name": "Pooya Parsa",
4973
+ "github": "pi0",
4974
+ "twitter": "_pi0_"
4975
+ }
4976
+ ],
4977
+ "compatibility": {
4978
+ "nuxt": "^2.0.0",
4979
+ "requires": {}
4980
+ }
4981
+ },
4385
4982
  {
4386
4983
  "name": "nuxt3-interpolation",
4387
4984
  "description": "",
4388
- "repo": "daliborgogic/interpolation#master",
4985
+ "repo": "daliborgogic/interpolation",
4389
4986
  "npm": "nuxt3-interpolation",
4390
4987
  "icon": "",
4391
4988
  "github": "https://github.com/daliborgogic/interpolation/tree/master",
@@ -4411,7 +5008,7 @@
4411
5008
  "npm": "nuxt3-leaflet",
4412
5009
  "icon": "leaflet.png",
4413
5010
  "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4414
- "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
5011
+ "website": "https://gugustinette.github.io/Nuxt-Leaflet",
4415
5012
  "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4416
5013
  "category": "Libraries",
4417
5014
  "type": "3rd-party",
@@ -4452,14 +5049,14 @@
4452
5049
  {
4453
5050
  "name": "og-image",
4454
5051
  "description": "Enlightened runtime images generated with Vue templates.",
4455
- "repo": "harlan-zw/nuxt-og-image",
5052
+ "repo": "nuxt-modules/og-image",
4456
5053
  "npm": "nuxt-og-image",
4457
5054
  "icon": "og-image.svg",
4458
- "github": "https://github.com/harlan-zw/nuxt-og-image",
5055
+ "github": "https://github.com/nuxt-modules/og-image",
4459
5056
  "website": "https://nuxtseo.com/og-image",
4460
5057
  "learn_more": "https://nuxtseo.com/og-image",
4461
5058
  "category": "SEO",
4462
- "type": "3rd-party",
5059
+ "type": "community",
4463
5060
  "maintainers": [
4464
5061
  {
4465
5062
  "name": "Harlan Wilton",
@@ -4504,8 +5101,8 @@
4504
5101
  "npm": "@aceforth/nuxt-optimized-images",
4505
5102
  "icon": "",
4506
5103
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
4507
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
4508
- "learn_more": "",
5104
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
5105
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
4509
5106
  "category": "Images",
4510
5107
  "type": "3rd-party",
4511
5108
  "maintainers": [
@@ -4658,6 +5255,28 @@
4658
5255
  "requires": {}
4659
5256
  }
4660
5257
  },
5258
+ {
5259
+ "name": "pergel",
5260
+ "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
5261
+ "repo": "oku-ui/pergel#main/packages-core/pergel",
5262
+ "npm": "pergel",
5263
+ "icon": "pergel.svg",
5264
+ "github": "https://github.com/oku-ui/pergel",
5265
+ "website": "https://oku-ui.com/pergel",
5266
+ "learn_more": "",
5267
+ "category": "Devtools",
5268
+ "type": "3rd-party",
5269
+ "maintainers": [
5270
+ {
5271
+ "name": "Mehmet - productdevbook",
5272
+ "github": "productdevbook"
5273
+ }
5274
+ ],
5275
+ "compatibility": {
5276
+ "nuxt": "^3.10.0",
5277
+ "requires": {}
5278
+ }
5279
+ },
4661
5280
  {
4662
5281
  "name": "persian-datepicker",
4663
5282
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -4684,7 +5303,7 @@
4684
5303
  {
4685
5304
  "name": "pinia-orm",
4686
5305
  "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
4687
- "repo": "CodeDredd/pinia-orm#master/packages/nuxt",
5306
+ "repo": "CodeDredd/pinia-orm#main/packages/nuxt",
4688
5307
  "npm": "@pinia-orm/nuxt",
4689
5308
  "icon": "pinia-orm.svg",
4690
5309
  "github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
@@ -4758,20 +5377,20 @@
4758
5377
  "description": "Nuxt module to natively integrate Plausible analytics",
4759
5378
  "repo": "nuxt-modules/plausible",
4760
5379
  "npm": "@nuxtjs/plausible",
4761
- "icon": "",
5380
+ "icon": "plausible.svg",
4762
5381
  "github": "https://github.com/nuxt-modules/plausible",
4763
5382
  "website": "https://github.com/nuxt-modules/plausible",
4764
5383
  "learn_more": "",
4765
- "category": "Devtools",
5384
+ "category": "Analytics",
4766
5385
  "type": "community",
4767
5386
  "maintainers": [
4768
5387
  {
4769
- "name": "nuxt-modules",
4770
- "github": "nuxt-modules"
5388
+ "name": "Johann Schopplich",
5389
+ "github": "johannschopplich"
4771
5390
  }
4772
5391
  ],
4773
5392
  "compatibility": {
4774
- "nuxt": "^2.0.0",
5393
+ "nuxt": "^2.0.0 || ^3.0.0",
4775
5394
  "requires": {}
4776
5395
  }
4777
5396
  },
@@ -4804,7 +5423,7 @@
4804
5423
  "npm": "nuxt-prepare",
4805
5424
  "icon": "prepare.svg",
4806
5425
  "github": "https://github.com/johannschopplich/nuxt-prepare",
4807
- "website": "https://nuxt-prepare.jhnn.dev",
5426
+ "website": "https://nuxt-prepare.byjohann.dev",
4808
5427
  "learn_more": "",
4809
5428
  "category": "Devtools",
4810
5429
  "type": "3rd-party",
@@ -4844,6 +5463,28 @@
4844
5463
  "requires": {}
4845
5464
  }
4846
5465
  },
5466
+ {
5467
+ "name": "prisma",
5468
+ "description": "Integrate Nuxt with Prisma ORM to simplify database access!",
5469
+ "repo": "prisma/nuxt-prisma",
5470
+ "npm": "@prisma/nuxt",
5471
+ "icon": "prisma.png",
5472
+ "github": "https://github.com/prisma/nuxt-prisma",
5473
+ "website": "https://github.com/prisma/nuxt-prisma",
5474
+ "learn_more": "https://www.prisma.io/orm",
5475
+ "category": "Database",
5476
+ "type": "3rd-party",
5477
+ "maintainers": [
5478
+ {
5479
+ "name": "prisma",
5480
+ "github": "prisma"
5481
+ }
5482
+ ],
5483
+ "compatibility": {
5484
+ "nuxt": "^3.0.0",
5485
+ "requires": {}
5486
+ }
5487
+ },
4847
5488
  {
4848
5489
  "name": "prismic",
4849
5490
  "description": "Easily connect your Nuxt application to your content hosted on Prismic",
@@ -5204,7 +5845,7 @@
5204
5845
  "icon": "robots.png",
5205
5846
  "github": "https://github.com/nuxt-modules/robots",
5206
5847
  "website": "https://github.com/nuxt-modules/robots",
5207
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5848
+ "learn_more": "",
5208
5849
  "category": "SEO",
5209
5850
  "type": "community",
5210
5851
  "maintainers": [
@@ -5313,9 +5954,32 @@
5313
5954
  }
5314
5955
  }
5315
5956
  },
5957
+ {
5958
+ "name": "scalar",
5959
+ "description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
5960
+ "repo": "scalar/scalar#main/packages/nuxt",
5961
+ "npm": "@scalar/nuxt",
5962
+ "icon": "scalar.svg",
5963
+ "github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
5964
+ "website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
5965
+ "learn_more": "https://scalar.com",
5966
+ "category": "Devtools",
5967
+ "type": "3rd-party",
5968
+ "maintainers": [
5969
+ {
5970
+ "name": "scalar",
5971
+ "github": "scalar",
5972
+ "twitter": "scalar"
5973
+ }
5974
+ ],
5975
+ "compatibility": {
5976
+ "nuxt": "^3.0.0",
5977
+ "requires": {}
5978
+ }
5979
+ },
5316
5980
  {
5317
5981
  "name": "schema-org",
5318
- "description": "Schema.org for Nuxt.",
5982
+ "description": "Quick and easy Schema.org graphs.",
5319
5983
  "repo": "harlan-zw/nuxt-schema-org",
5320
5984
  "npm": "nuxt-schema-org",
5321
5985
  "icon": "schema-org.svg",
@@ -5337,6 +6001,29 @@
5337
6001
  "requires": {}
5338
6002
  }
5339
6003
  },
6004
+ {
6005
+ "name": "scripts",
6006
+ "description": "Plug-and-play script optimization for Nuxt applications.",
6007
+ "repo": "nuxt/scripts",
6008
+ "npm": "@nuxt/scripts",
6009
+ "icon": "nuxt.svg",
6010
+ "github": "https://github.com/nuxt/scripts",
6011
+ "website": "https://scripts.nuxt.com",
6012
+ "learn_more": "",
6013
+ "category": "Libraries",
6014
+ "type": "official",
6015
+ "maintainers": [
6016
+ {
6017
+ "name": "Harlan Wilton",
6018
+ "github": "harlan-zw",
6019
+ "twitter": "harlan_zw"
6020
+ }
6021
+ ],
6022
+ "compatibility": {
6023
+ "nuxt": "^3.0.0",
6024
+ "requires": {}
6025
+ }
6026
+ },
5340
6027
  {
5341
6028
  "name": "scss-to-js",
5342
6029
  "description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
@@ -5390,7 +6077,7 @@
5390
6077
  "icon": "segment.png",
5391
6078
  "github": "https://github.com/dansmaculotte/nuxt-segment",
5392
6079
  "website": "https://github.com/dansmaculotte/nuxt-segment",
5393
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
6080
+ "learn_more": "",
5394
6081
  "category": "Analytics",
5395
6082
  "type": "3rd-party",
5396
6083
  "maintainers": [
@@ -5428,7 +6115,7 @@
5428
6115
  },
5429
6116
  {
5430
6117
  "name": "seo-experiments",
5431
- "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
6118
+ "description": "Powerful SEO DX improvements.",
5432
6119
  "repo": "harlan-zw/nuxt-seo-experiments",
5433
6120
  "npm": "nuxt-seo-experiments",
5434
6121
  "icon": "seo-experiments.svg",
@@ -5450,28 +6137,6 @@
5450
6137
  "requires": {}
5451
6138
  }
5452
6139
  },
5453
- {
5454
- "name": "seo-kit",
5455
- "description": "The complete SEO solution for Nuxt.",
5456
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
5457
- "npm": "nuxt-seo-kit",
5458
- "icon": "seo-kit.svg",
5459
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
5460
- "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5461
- "learn_more": "",
5462
- "category": "SEO",
5463
- "type": "3rd-party",
5464
- "maintainers": [
5465
- {
5466
- "name": "harlan-zw",
5467
- "github": "harlan-zw"
5468
- }
5469
- ],
5470
- "compatibility": {
5471
- "nuxt": "^3.0.0",
5472
- "requires": {}
5473
- }
5474
- },
5475
6140
  {
5476
6141
  "name": "seo-meta",
5477
6142
  "description": "Simple generate seo metadata",
@@ -5495,6 +6160,28 @@
5495
6160
  "requires": {}
5496
6161
  }
5497
6162
  },
6163
+ {
6164
+ "name": "seo",
6165
+ "description": "The complete SEO solution for Nuxt.",
6166
+ "repo": "harlan-zw/nuxt-seo",
6167
+ "npm": "@nuxtjs/seo",
6168
+ "icon": "nuxt.svg",
6169
+ "github": "https://github.com/harlan-zw/nuxt-seo",
6170
+ "website": "https://nuxtseo.com/",
6171
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
6172
+ "category": "SEO",
6173
+ "type": "3rd-party",
6174
+ "maintainers": [
6175
+ {
6176
+ "name": "harlan-zw",
6177
+ "github": "harlan-zw"
6178
+ }
6179
+ ],
6180
+ "compatibility": {
6181
+ "nuxt": "^3.0.0",
6182
+ "requires": {}
6183
+ }
6184
+ },
5498
6185
  {
5499
6186
  "name": "seomatic-meta",
5500
6187
  "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
@@ -5543,7 +6230,7 @@
5543
6230
  {
5544
6231
  "name": "server-block",
5545
6232
  "description": "Use <server> tags in your Nuxt pages components.",
5546
- "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
6233
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5547
6234
  "npm": "@hebilicious/server-block-nuxt",
5548
6235
  "icon": "server-block.svg",
5549
6236
  "github": "https://github.com/Hebilicious/server-block-nuxt",
@@ -5564,21 +6251,25 @@
5564
6251
  }
5565
6252
  },
5566
6253
  {
5567
- "name": "session",
5568
- "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",
5569
- "repo": "sidebase/nuxt-session",
5570
- "npm": "@sidebase/nuxt-session",
5571
- "icon": "session.png",
5572
- "github": "https://github.com/sidebase/nuxt-session",
5573
- "website": "https://github.com/sidebase/nuxt-session",
5574
- "learn_more": "https://github.com/sidebase",
5575
- "category": "Security",
6254
+ "name": "shadcn",
6255
+ "description": "Re-usable components built with Radix Vue and Tailwind CSS.",
6256
+ "repo": "radix-vue/shadcn-vue#dev/packages/module",
6257
+ "npm": "shadcn-nuxt",
6258
+ "icon": "",
6259
+ "github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
6260
+ "website": "https://www.shadcn-vue.com",
6261
+ "learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
6262
+ "category": "UI",
5576
6263
  "type": "3rd-party",
5577
6264
  "maintainers": [
5578
6265
  {
5579
- "name": "sidebase",
5580
- "github": "sidebase",
5581
- "twitter": "sidebase_io"
6266
+ "name": "Zernonia",
6267
+ "github": "zernonia",
6268
+ "twitter": "zernonia"
6269
+ },
6270
+ {
6271
+ "name": "Sadegh Barati",
6272
+ "github": "sadeghbarati"
5582
6273
  }
5583
6274
  ],
5584
6275
  "compatibility": {
@@ -5608,6 +6299,28 @@
5608
6299
  "requires": {}
5609
6300
  }
5610
6301
  },
6302
+ {
6303
+ "name": "shuimo-ui",
6304
+ "description": "A Chinese Shuimo style component library.",
6305
+ "repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
6306
+ "npm": "@shuimo-design/shuimo-ui-nuxt",
6307
+ "icon": "shuimo-ui.svg",
6308
+ "github": "https://github.com/shuimo-design/shuimo-ui",
6309
+ "website": "https://shuimo.design",
6310
+ "learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
6311
+ "category": "UI",
6312
+ "type": "3rd-party",
6313
+ "maintainers": [
6314
+ {
6315
+ "name": "higuaifan",
6316
+ "github": "higuaifan"
6317
+ }
6318
+ ],
6319
+ "compatibility": {
6320
+ "nuxt": "^3.0.0",
6321
+ "requires": {}
6322
+ }
6323
+ },
5611
6324
  {
5612
6325
  "name": "sidebase-auth",
5613
6326
  "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.",
@@ -5678,41 +6391,23 @@
5678
6391
  }
5679
6392
  },
5680
6393
  {
5681
- "name": "simple-sitemap",
6394
+ "name": "sitemap",
5682
6395
  "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5683
- "repo": "harlan-zw/nuxt-simple-sitemap",
5684
- "npm": "nuxt-simple-sitemap",
6396
+ "repo": "nuxt-modules/sitemap",
6397
+ "npm": "@nuxtjs/sitemap",
5685
6398
  "icon": "simple-sitemap.svg",
5686
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5687
- "website": "https://nuxtseo.com/simple-sitemap",
5688
- "learn_more": "https://nuxtseo.com/simple-sitemap",
6399
+ "github": "https://github.com/nuxt-modules/sitemap",
6400
+ "website": "https://nuxtseo.com/",
6401
+ "learn_more": "https://nuxtseo.com/sitemap",
5689
6402
  "category": "SEO",
5690
- "type": "3rd-party",
6403
+ "type": "community",
5691
6404
  "maintainers": [
5692
6405
  {
5693
6406
  "name": "Harlan Wilton",
5694
6407
  "github": "harlan-zw",
5695
6408
  "twitter": "harlan_zw",
5696
6409
  "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5697
- }
5698
- ],
5699
- "compatibility": {
5700
- "nuxt": "^3.0.0",
5701
- "requires": {}
5702
- }
5703
- },
5704
- {
5705
- "name": "sitemap",
5706
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
5707
- "repo": "nuxt-community/sitemap-module#dev",
5708
- "npm": "@nuxtjs/sitemap",
5709
- "icon": "",
5710
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
5711
- "website": "https://sitemap.nuxtjs.org",
5712
- "learn_more": "",
5713
- "category": "SEO",
5714
- "type": "community",
5715
- "maintainers": [
6410
+ },
5716
6411
  {
5717
6412
  "name": "Nicolas PENNEC",
5718
6413
  "github": "NicoPennec",
@@ -5720,7 +6415,7 @@
5720
6415
  }
5721
6416
  ],
5722
6417
  "compatibility": {
5723
- "nuxt": "^2.0.0",
6418
+ "nuxt": "^3.0.0",
5724
6419
  "requires": {}
5725
6420
  }
5726
6421
  },
@@ -5754,7 +6449,7 @@
5754
6449
  "icon": "snipcart.png",
5755
6450
  "github": "https://github.com/nuxt-modules/snipcart",
5756
6451
  "website": "https://github.com/nuxt-modules/snipcart",
5757
- "learn_more": "https://snipcart.com",
6452
+ "learn_more": "",
5758
6453
  "category": "Ecommerce",
5759
6454
  "type": "community",
5760
6455
  "maintainers": [
@@ -5836,39 +6531,6 @@
5836
6531
  "requires": {}
5837
6532
  }
5838
6533
  },
5839
- {
5840
- "name": "speedkit",
5841
- "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
5842
- "repo": "GrabarzUndPartner/nuxt-speedkit",
5843
- "npm": "nuxt-speedkit",
5844
- "icon": "speedkit.png",
5845
- "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
5846
- "website": "https://nuxt-speedkit.grabarzundpartner.dev",
5847
- "learn_more": "",
5848
- "category": "Performance",
5849
- "type": "3rd-party",
5850
- "maintainers": [
5851
- {
5852
- "name": "Stephan Gerbeth",
5853
- "github": "StephanGerbeth",
5854
- "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
5855
- },
5856
- {
5857
- "name": "Thorn Walli",
5858
- "github": "ThornWalli",
5859
- "avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
5860
- },
5861
- {
5862
- "name": "Grabarz & Partner",
5863
- "github": "GrabarzUndPartner",
5864
- "avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
5865
- }
5866
- ],
5867
- "compatibility": {
5868
- "nuxt": "^2.0.0",
5869
- "requires": {}
5870
- }
5871
- },
5872
6534
  {
5873
6535
  "name": "ssr-lit",
5874
6536
  "description": "",
@@ -5915,23 +6577,29 @@
5915
6577
  },
5916
6578
  {
5917
6579
  "name": "storefront-ui",
5918
- "description": "Storefront UI Module for Nuxt",
5919
- "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
6580
+ "description": "Storefront UI for Nuxt by Alokai",
6581
+ "repo": "vuestorefront/storefront-ui#v2-develop/packages/sfui/frameworks/nuxt",
5920
6582
  "npm": "@storefront-ui/nuxt",
5921
6583
  "icon": "storefront-ui.svg",
5922
- "github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
5923
- "website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
5924
- "learn_more": "https://docs.storefrontui.io/",
6584
+ "github": "https://github.com/vuestorefront/storefront-ui",
6585
+ "website": "https://docs.storefrontui.io/v2/",
6586
+ "learn_more": "https://docs.storefrontui.io/v2/getting-started/vue#nuxt-3",
5925
6587
  "category": "UI",
5926
6588
  "type": "3rd-party",
5927
6589
  "maintainers": [
5928
6590
  {
5929
- "name": "Jakub Andrzejewski",
5930
- "github": "Baroshem"
6591
+ "name": "Szymon Dziewoński",
6592
+ "github": "Szymon-dziewonski",
6593
+ "avatar": "https://avatars.githubusercontent.com/u/2566152?v=4"
6594
+ },
6595
+ {
6596
+ "name": "Jakub Freisler",
6597
+ "github": "FRSgit",
6598
+ "avatar": "https://avatars.githubusercontent.com/u/10456649?v=4"
5931
6599
  }
5932
6600
  ],
5933
6601
  "compatibility": {
5934
- "nuxt": "^2.0.0",
6602
+ "nuxt": "^3.0.0",
5935
6603
  "requires": {}
5936
6604
  }
5937
6605
  },
@@ -5960,7 +6628,7 @@
5960
6628
  {
5961
6629
  "name": "storyblok",
5962
6630
  "description": "Storyblok Nuxt module",
5963
- "repo": "storyblok/storyblok-nuxt#master/lib",
6631
+ "repo": "storyblok/storyblok-nuxt#main",
5964
6632
  "npm": "@storyblok/nuxt",
5965
6633
  "icon": "storyblok.png",
5966
6634
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -5984,7 +6652,7 @@
5984
6652
  "name": "storybook",
5985
6653
  "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
5986
6654
  "repo": "nuxt-modules/storybook",
5987
- "npm": "@nuxtjs/storybook",
6655
+ "npm": "nuxt-storybook",
5988
6656
  "icon": "storybook.png",
5989
6657
  "github": "https://github.com/nuxt-modules/storybook",
5990
6658
  "website": "https://storybook.nuxtjs.org",
@@ -6160,29 +6828,6 @@
6160
6828
  "requires": {}
6161
6829
  }
6162
6830
  },
6163
- {
6164
- "name": "stylify",
6165
- "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
6166
- "repo": "stylify/packages#master/packages/nuxt",
6167
- "npm": "@stylify/nuxt",
6168
- "icon": "stylify.svg",
6169
- "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
6170
- "website": "https://stylifycss.com/docs/nuxt",
6171
- "learn_more": "https://stylifycss.com",
6172
- "category": "UI",
6173
- "type": "3rd-party",
6174
- "maintainers": [
6175
- {
6176
- "name": "Vladimír Macháček",
6177
- "github": "Machy8",
6178
- "twitter": "8machy"
6179
- }
6180
- ],
6181
- "compatibility": {
6182
- "nuxt": "^2.0.0 || ^3.0.0",
6183
- "requires": {}
6184
- }
6185
- },
6186
6831
  {
6187
6832
  "name": "supabase",
6188
6833
  "description": "First class integration with Supabase",
@@ -6216,6 +6861,29 @@
6216
6861
  "requires": {}
6217
6862
  }
6218
6863
  },
6864
+ {
6865
+ "name": "surrealdb",
6866
+ "description": "A Nuxt module aimed to simplify the use of SurrealDB",
6867
+ "repo": "sandros94/nuxt-surrealdb",
6868
+ "npm": "nuxt-surrealdb",
6869
+ "icon": "surrealdb.png",
6870
+ "github": "https://github.com/sandros94/nuxt-surrealdb",
6871
+ "website": "https://github.com/sandros94/nuxt-surrealdb",
6872
+ "learn_more": "",
6873
+ "category": "Database",
6874
+ "type": "3rd-party",
6875
+ "maintainers": [
6876
+ {
6877
+ "name": "Sandro Circi",
6878
+ "github": "sandros94",
6879
+ "avatar": "https://avatars.githubusercontent.com/u/13056429"
6880
+ }
6881
+ ],
6882
+ "compatibility": {
6883
+ "nuxt": "^3.10.0",
6884
+ "requires": {}
6885
+ }
6886
+ },
6219
6887
  {
6220
6888
  "name": "svg-loader",
6221
6889
  "description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
@@ -6305,6 +6973,30 @@
6305
6973
  "requires": {}
6306
6974
  }
6307
6975
  },
6976
+ {
6977
+ "name": "swiftsearch",
6978
+ "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
6979
+ "repo": "atoms-studio/nuxt-swiftsearch",
6980
+ "npm": "@atoms-studio/nuxt-swiftsearch",
6981
+ "icon": "nuxt-swiftsearch.svg",
6982
+ "github": "https://github.com/atoms-studio/nuxt-swiftsearch",
6983
+ "website": "https://nuxt-swiftsearch.netlify.app/",
6984
+ "learn_more": "",
6985
+ "category": "Libraries",
6986
+ "type": "3rd-party",
6987
+ "maintainers": [
6988
+ {
6989
+ "name": "Matteo Rigoni",
6990
+ "github": "rigo-m",
6991
+ "twitter": "MatteoRigoni",
6992
+ "avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
6993
+ }
6994
+ ],
6995
+ "compatibility": {
6996
+ "nuxt": "^3.10.0",
6997
+ "requires": {}
6998
+ }
6999
+ },
6308
7000
  {
6309
7001
  "name": "swiper",
6310
7002
  "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
@@ -6376,6 +7068,37 @@
6376
7068
  "nuxt": "^2.0.0 || ^3.0.0",
6377
7069
  "requires": {},
6378
7070
  "devtools": "^0.0.0"
7071
+ },
7072
+ "aliases": [
7073
+ "tailwind"
7074
+ ]
7075
+ },
7076
+ {
7077
+ "name": "test-utils",
7078
+ "description": "Test utilities for Nuxt",
7079
+ "repo": "nuxt/test-utils#main",
7080
+ "npm": "@nuxt/test-utils",
7081
+ "icon": "nuxt.svg",
7082
+ "github": "https://github.com/nuxt/test-utils",
7083
+ "website": "https://nuxt.com/docs/getting-started/testing",
7084
+ "learn_more": "",
7085
+ "category": "Devtools",
7086
+ "type": "official",
7087
+ "maintainers": [
7088
+ {
7089
+ "name": "Daniel Roe",
7090
+ "github": "danielroe",
7091
+ "twitter": "danielcroe"
7092
+ },
7093
+ {
7094
+ "name": "Anthony Fu",
7095
+ "github": "antfu",
7096
+ "twitter": "antfu7"
7097
+ }
7098
+ ],
7099
+ "compatibility": {
7100
+ "nuxt": "^3.0.0",
7101
+ "requires": {}
6379
7102
  }
6380
7103
  },
6381
7104
  {
@@ -6430,8 +7153,8 @@
6430
7153
  "npm": "nuxt-tiptap-editor",
6431
7154
  "icon": "tiptap.png",
6432
7155
  "github": "https://github.com/modbender/nuxt-tiptap-editor",
6433
- "website": "https://github.com/modbender/nuxt-tiptap-editor",
6434
- "learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
7156
+ "website": "https://nuxt-tiptap-editor.vercel.app",
7157
+ "learn_more": "https://nuxt-tiptap-editor.vercel.app",
6435
7158
  "category": "Libraries",
6436
7159
  "type": "3rd-party",
6437
7160
  "maintainers": [
@@ -6468,6 +7191,28 @@
6468
7191
  "requires": {}
6469
7192
  }
6470
7193
  },
7194
+ {
7195
+ "name": "tradingview",
7196
+ "description": "Use the TradingView Widgets in your Nuxt Application",
7197
+ "repo": "volkanakkus/nuxt-tradingview",
7198
+ "npm": "nuxt-tradingview",
7199
+ "icon": "tradingview.svg",
7200
+ "github": "https://github.com/volkanakkus/nuxt-tradingview",
7201
+ "website": "https://nuxt-tradingview.volkanakkus.com",
7202
+ "learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
7203
+ "category": "Extensions",
7204
+ "type": "3rd-party",
7205
+ "maintainers": [
7206
+ {
7207
+ "name": "Volkan Akkuş",
7208
+ "github": "volkanakkus"
7209
+ }
7210
+ ],
7211
+ "compatibility": {
7212
+ "nuxt": "^3.0.0",
7213
+ "requires": {}
7214
+ }
7215
+ },
6471
7216
  {
6472
7217
  "name": "translation-manager",
6473
7218
  "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
@@ -6819,28 +7564,6 @@
6819
7564
  }
6820
7565
  }
6821
7566
  },
6822
- {
6823
- "name": "unhead",
6824
- "description": "Experimental features for Nuxt SEO / head management.",
6825
- "repo": "harlan-zw/nuxt-seo-experiments",
6826
- "npm": "nuxt-seo-experiments",
6827
- "icon": "",
6828
- "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6829
- "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
6830
- "learn_more": "",
6831
- "category": "SEO",
6832
- "type": "3rd-party",
6833
- "maintainers": [
6834
- {
6835
- "name": "harlan-zw",
6836
- "github": "harlan-zw"
6837
- }
6838
- ],
6839
- "compatibility": {
6840
- "nuxt": "^3.0.0",
6841
- "requires": {}
6842
- }
6843
- },
6844
7567
  {
6845
7568
  "name": "universal-storage",
6846
7569
  "description": "Universal Storage Utilities for Nuxt",
@@ -6872,7 +7595,7 @@
6872
7595
  {
6873
7596
  "name": "unlazy",
6874
7597
  "description": "Lazy loading library for placeholder images",
6875
- "repo": "johannschopplich/unlazy/packages/nuxt",
7598
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
6876
7599
  "npm": "@unlazy/nuxt",
6877
7600
  "icon": "unlazy.svg",
6878
7601
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -6891,32 +7614,6 @@
6891
7614
  "requires": {}
6892
7615
  }
6893
7616
  },
6894
- {
6895
- "name": "unlighthouse",
6896
- "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
6897
- "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
6898
- "npm": "@unlighthouse/nuxt",
6899
- "icon": "unlighthouse.svg",
6900
- "github": "https://github.com/harlan-zw/unlighthouse",
6901
- "website": "https://github.com/harlan-zw/unlighthouse",
6902
- "learn_more": "https://github.com/harlan-zw/unlighthouse",
6903
- "category": "Devtools",
6904
- "type": "3rd-party",
6905
- "maintainers": [
6906
- {
6907
- "name": "Harlan Wilton",
6908
- "github": "harlan-zw",
6909
- "twitter": "harlan_zw",
6910
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
6911
- }
6912
- ],
6913
- "compatibility": {
6914
- "nuxt": "^2.0.0 || ^3.0.0",
6915
- "requires": {
6916
- "bridge": "optional"
6917
- }
6918
- }
6919
- },
6920
7617
  {
6921
7618
  "name": "unocss",
6922
7619
  "description": "The instant on-demand atomic CSS engine.",
@@ -6951,8 +7648,8 @@
6951
7648
  "npm": "nuxt-ununura",
6952
7649
  "icon": "ununuracss.png",
6953
7650
  "github": "https://github.com/novout/ununuracss",
6954
- "website": "https://ununura.com/#/",
6955
- "learn_more": "https://ununura.com/#/docs/why",
7651
+ "website": "https://github.com/novout/ununuracss",
7652
+ "learn_more": "https://github.com/novout/ununuracss",
6956
7653
  "category": "UI",
6957
7654
  "type": "3rd-party",
6958
7655
  "maintainers": [
@@ -6968,27 +7665,25 @@
6968
7665
  }
6969
7666
  },
6970
7667
  {
6971
- "name": "use-wagmi",
6972
- "description": "Vue Composition for Ethereum based on wagmi",
6973
- "repo": "unicape/use-wagmi#main/packages/nuxt",
6974
- "npm": "@use-wagmi/nuxt",
6975
- "icon": "use-wagmi.png",
6976
- "github": "https://github.com/unicape/use-wagmi",
6977
- "website": "https://github.com/unicape/use-wagmi",
6978
- "learn_more": "https://github.com/unicape/use-wagmi",
6979
- "category": "Extensions",
7668
+ "name": "use-bootstrap",
7669
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
7670
+ "repo": "simplise/use-bootstrap",
7671
+ "npm": "usebootstrap",
7672
+ "icon": "use-bootstrap.svg",
7673
+ "github": "https://github.com/simplise/use-bootstrap",
7674
+ "website": "https://usebootstrap.org/",
7675
+ "learn_more": "https://usebootstrap.org/",
7676
+ "category": "UI",
6980
7677
  "type": "3rd-party",
6981
7678
  "maintainers": [
6982
7679
  {
6983
- "name": "Unic Ape",
6984
- "github": "unicape"
7680
+ "name": "KoujiSano",
7681
+ "github": "KoujiSano"
6985
7682
  }
6986
7683
  ],
6987
7684
  "compatibility": {
6988
- "nuxt": "^2.0.0 || ^3.0.0",
6989
- "requires": {
6990
- "bridge": true
6991
- }
7685
+ "nuxt": "^3.0.0",
7686
+ "requires": {}
6992
7687
  }
6993
7688
  },
6994
7689
  {
@@ -7013,28 +7708,6 @@
7013
7708
  "requires": {}
7014
7709
  }
7015
7710
  },
7016
- {
7017
- "name": "validate",
7018
- "description": "Simple Nuxt input validation module using vee-validate",
7019
- "repo": "lewyuburi/nuxt-validate",
7020
- "npm": "nuxt-validate",
7021
- "icon": "vee-validate.png",
7022
- "github": "https://github.com/lewyuburi/nuxt-validate",
7023
- "website": "https://github.com/lewyuburi/nuxt-validate",
7024
- "learn_more": "https://logaretm.github.io/vee-validate/",
7025
- "category": "Libraries",
7026
- "type": "3rd-party",
7027
- "maintainers": [
7028
- {
7029
- "name": "lewyuburi",
7030
- "github": "lewyuburi"
7031
- }
7032
- ],
7033
- "compatibility": {
7034
- "nuxt": "^2.0.0",
7035
- "requires": {}
7036
- }
7037
- },
7038
7711
  {
7039
7712
  "name": "vant",
7040
7713
  "description": "A lightweight, customizable Vue UI library for mobile web apps.",
@@ -7066,7 +7739,7 @@
7066
7739
  "npm": "@varlet/nuxt",
7067
7740
  "icon": "varlet.svg",
7068
7741
  "github": "https://github.com/varletjs/varlet",
7069
- "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
7742
+ "website": "https://varlet.pages.dev/#/en-US/index",
7070
7743
  "learn_more": "https://github.com/varletjs/varlet-nuxt",
7071
7744
  "category": "UI",
7072
7745
  "type": "3rd-party",
@@ -7089,8 +7762,8 @@
7089
7762
  "repo": "samk-dev/nuxt-vcalendar",
7090
7763
  "npm": "@samk-dev/nuxt-vcalendar",
7091
7764
  "icon": "vcalendar.png",
7092
- "github": "https://github.com/samk-dev/vcalendar",
7093
- "website": "https://github.com/samk-dev/vcalendar",
7765
+ "github": "https://github.com/samk-dev/nuxt-vcalendar",
7766
+ "website": "https://github.com/samk-dev/nuxt-vcalendar",
7094
7767
  "learn_more": "",
7095
7768
  "category": "Libraries",
7096
7769
  "type": "3rd-party",
@@ -7223,33 +7896,6 @@
7223
7896
  "requires": {}
7224
7897
  }
7225
7898
  },
7226
- {
7227
- "name": "vitest",
7228
- "description": "Vitest integration with Nuxt",
7229
- "repo": "danielroe/nuxt-vitest",
7230
- "npm": "nuxt-vitest",
7231
- "icon": "vitest.svg",
7232
- "github": "https://github.com/danielroe/nuxt-vitest",
7233
- "website": "https://github.com/danielroe/nuxt-vitest",
7234
- "learn_more": "",
7235
- "category": "Devtools",
7236
- "type": "3rd-party",
7237
- "maintainers": [
7238
- {
7239
- "name": "Daniel Roe",
7240
- "github": "danielroe"
7241
- },
7242
- {
7243
- "name": "Anthony Fu",
7244
- "github": "antfu"
7245
- }
7246
- ],
7247
- "compatibility": {
7248
- "nuxt": "^3.0.0",
7249
- "requires": {},
7250
- "devtools": "^0.0.0"
7251
- }
7252
- },
7253
7899
  {
7254
7900
  "name": "vue-email",
7255
7901
  "description": "💌 Write email templates with vue",
@@ -7284,7 +7930,7 @@
7284
7930
  {
7285
7931
  "name": "vue-final-modal",
7286
7932
  "description": "The most powerful yet most light-weight modal library for Vue 3.",
7287
- "repo": "vue-final/vue-final-modal",
7933
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7288
7934
  "npm": "@vue-final-modal/nuxt",
7289
7935
  "icon": "vue-final-modal.svg",
7290
7936
  "github": "https://github.com/vue-final/vue-final-modal",
@@ -7379,7 +8025,7 @@
7379
8025
  "description": "Plausible analytics for Vue.js and Nuxt",
7380
8026
  "repo": "moritzsternemann/vue-plausible",
7381
8027
  "npm": "vue-plausible",
7382
- "icon": "plausible.png",
8028
+ "icon": "plausible.svg",
7383
8029
  "github": "https://github.com/moritzsternemann/vue-plausible",
7384
8030
  "website": "https://github.com/moritzsternemann/vue-plausible",
7385
8031
  "learn_more": "",
@@ -7399,7 +8045,7 @@
7399
8045
  {
7400
8046
  "name": "vue-query",
7401
8047
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7402
- "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
8048
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
7403
8049
  "npm": "@hebilicious/vue-query-nuxt",
7404
8050
  "icon": "vue-query.svg",
7405
8051
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -7496,7 +8142,7 @@
7496
8142
  "npm": "vue3-carousel-nuxt",
7497
8143
  "icon": "",
7498
8144
  "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7499
- "website": "",
8145
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7500
8146
  "learn_more": "",
7501
8147
  "category": "UI",
7502
8148
  "type": "3rd-party",
@@ -7515,7 +8161,7 @@
7515
8161
  {
7516
8162
  "name": "vuefire",
7517
8163
  "description": "Idiomatic composables for the Firebase SDK",
7518
- "repo": "vuejs/vuefire/packages/nuxt",
8164
+ "repo": "vuejs/vuefire#main/packages/nuxt",
7519
8165
  "npm": "nuxt-vuefire",
7520
8166
  "icon": "vuefire.svg",
7521
8167
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -7537,7 +8183,7 @@
7537
8183
  {
7538
8184
  "name": "vueform-builder",
7539
8185
  "description": "Official Vueform Builder module for Nuxt",
7540
- "repo": "vueform/builder/nuxt",
8186
+ "repo": "vueform/builder#main/nuxt",
7541
8187
  "npm": "@vueform/builder-nuxt",
7542
8188
  "icon": "vueform.svg",
7543
8189
  "github": "https://github.com/vueform/builder",
@@ -7560,7 +8206,7 @@
7560
8206
  {
7561
8207
  "name": "vueform",
7562
8208
  "description": "Official Vueform module for Nuxt",
7563
- "repo": "vueform/vueform/nuxt",
8209
+ "repo": "vueform/vueform#main/nuxt",
7564
8210
  "npm": "@vueform/nuxt",
7565
8211
  "icon": "vueform.svg",
7566
8212
  "github": "https://github.com/vueform/vueform",
@@ -7587,8 +8233,8 @@
7587
8233
  "npm": "@vuestic/nuxt",
7588
8234
  "icon": "vuestic.png",
7589
8235
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
7590
- "website": "https://vuestic.dev",
7591
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
8236
+ "website": "https://ui.vuestic.dev",
8237
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
7592
8238
  "category": "UI",
7593
8239
  "type": "3rd-party",
7594
8240
  "maintainers": [
@@ -7855,7 +8501,7 @@
7855
8501
  "icon": "webpack.png",
7856
8502
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
7857
8503
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
7858
- "learn_more": "http://webpackmonitor.com/",
8504
+ "learn_more": "",
7859
8505
  "category": "Devtools",
7860
8506
  "type": "community",
7861
8507
  "maintainers": [