@nuxt/modules 0.6.0-2a6e9e → 0.6.0-2bbdbd

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 +1454 -437
  2. package/package.json +10 -4
package/modules.json CHANGED
@@ -179,7 +179,7 @@
179
179
  "github": "https://github.com/egidiusmengelberg/nuxt-aos",
180
180
  "website": "https://github.com/egidiusmengelberg/nuxt-aos",
181
181
  "learn_more": "",
182
- "category": "Devtools",
182
+ "category": "Libraries",
183
183
  "type": "3rd-party",
184
184
  "maintainers": [
185
185
  {
@@ -194,12 +194,12 @@
194
194
  },
195
195
  {
196
196
  "name": "api-party",
197
- "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",
198
198
  "repo": "johannschopplich/nuxt-api-party",
199
199
  "npm": "nuxt-api-party",
200
200
  "icon": "api-party.svg",
201
201
  "github": "https://github.com/johannschopplich/nuxt-api-party",
202
- "website": "https://nuxt-api-party.jhnn.dev/",
202
+ "website": "https://nuxt-api-party.byjohann.dev/",
203
203
  "learn_more": "",
204
204
  "category": "Request",
205
205
  "type": "3rd-party",
@@ -216,6 +216,28 @@
216
216
  "requires": {}
217
217
  }
218
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
+ },
219
241
  {
220
242
  "name": "apis-to-file",
221
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",
@@ -353,6 +375,28 @@
353
375
  "requires": {}
354
376
  }
355
377
  },
378
+ {
379
+ "name": "auth-utils",
380
+ "description": "Minimalist Auth module for Nuxt with SSR.",
381
+ "repo": "atinux/nuxt-auth-utils",
382
+ "npm": "nuxt-auth-utils",
383
+ "icon": "",
384
+ "github": "https://github.com/atinux/nuxt-auth-utils",
385
+ "website": "https://github.com/atinux/nuxt-auth-utils",
386
+ "learn_more": "",
387
+ "category": "Security",
388
+ "type": "3rd-party",
389
+ "maintainers": [
390
+ {
391
+ "name": "atinux",
392
+ "github": "atinux"
393
+ }
394
+ ],
395
+ "compatibility": {
396
+ "nuxt": "^3.0.0",
397
+ "requires": {}
398
+ }
399
+ },
356
400
  {
357
401
  "name": "auth",
358
402
  "description": "Zero-boilerplate authentication support for Nuxt.",
@@ -734,10 +778,10 @@
734
778
  "description": "Privacy-first, end-to-end encrypted analytics",
735
779
  "repo": "chiffre-io/nuxt-chiffre",
736
780
  "npm": "nuxt-chiffre",
737
- "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
781
+ "icon": "chiffre.png",
738
782
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
739
783
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
740
- "learn_more": "https://chiffre.io",
784
+ "learn_more": "https://chiffre.io/",
741
785
  "category": "Analytics",
742
786
  "type": "3rd-party",
743
787
  "maintainers": [
@@ -969,7 +1013,7 @@
969
1013
  "npm": "@nuxt/content",
970
1014
  "icon": "nuxt.svg",
971
1015
  "github": "https://github.com/nuxt/content",
972
- "website": "https://content.nuxtjs.org",
1016
+ "website": "https://content.nuxt.com",
973
1017
  "learn_more": "",
974
1018
  "category": "CMS",
975
1019
  "type": "official",
@@ -1254,7 +1298,7 @@
1254
1298
  "npm": "@nuxt/devtools",
1255
1299
  "icon": "nuxt.svg",
1256
1300
  "github": "https://github.com/nuxt/devtools",
1257
- "website": "https://devtools.nuxtjs.org/",
1301
+ "website": "https://devtools.nuxt.com",
1258
1302
  "learn_more": "",
1259
1303
  "category": "Devtools",
1260
1304
  "type": "official",
@@ -1316,6 +1360,28 @@
1316
1360
  "requires": {}
1317
1361
  }
1318
1362
  },
1363
+ {
1364
+ "name": "doppler",
1365
+ "description": "Integrate your Doppler secrets into your Nuxt build",
1366
+ "repo": "JamieCurnow/nuxt-doppler",
1367
+ "npm": "nuxt-doppler",
1368
+ "icon": "doppler.png",
1369
+ "github": "https://github.com/JamieCurnow/nuxt-doppler",
1370
+ "website": "https://github.com/JamieCurnow/nuxt-doppler",
1371
+ "learn_more": "",
1372
+ "category": "Devtools",
1373
+ "type": "3rd-party",
1374
+ "maintainers": [
1375
+ {
1376
+ "name": "JamieCurnow",
1377
+ "github": "JamieCurnow"
1378
+ }
1379
+ ],
1380
+ "compatibility": {
1381
+ "nuxt": "^3.0.0",
1382
+ "requires": {}
1383
+ }
1384
+ },
1319
1385
  {
1320
1386
  "name": "dotenv",
1321
1387
  "description": "A Nuxt module that loads your .env file into your context options",
@@ -1345,8 +1411,8 @@
1345
1411
  "npm": "nuxtjs-drupal-ce",
1346
1412
  "icon": "drupal-ce.png",
1347
1413
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1348
- "website": "https://stack.lupus.digital",
1349
- "learn_more": "https://stack.lupus.digital/2-resources/learning",
1414
+ "website": "https://lupus-decoupled.org",
1415
+ "learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
1350
1416
  "category": "CMS",
1351
1417
  "type": "3rd-party",
1352
1418
  "maintainers": [
@@ -1361,13 +1427,13 @@
1361
1427
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1362
1428
  },
1363
1429
  {
1364
- "name": "David Licen",
1365
- "github": "davision",
1366
- "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
1430
+ "name": "Matic",
1431
+ "github": "TurtlBbx",
1432
+ "avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
1367
1433
  }
1368
1434
  ],
1369
1435
  "compatibility": {
1370
- "nuxt": "^2.0.0",
1436
+ "nuxt": "^2.0.0 || ^3.0.0",
1371
1437
  "requires": {}
1372
1438
  }
1373
1439
  },
@@ -1393,6 +1459,29 @@
1393
1459
  "requires": {}
1394
1460
  }
1395
1461
  },
1462
+ {
1463
+ "name": "edgedb",
1464
+ "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
1465
+ "repo": "Tahul/nuxt-edgedb",
1466
+ "npm": "nuxt-edgedb-module",
1467
+ "icon": "edgedb.svg",
1468
+ "github": "https://github.com/Tahul/nuxt-edgedb",
1469
+ "website": "https://github.com/Tahul/nuxt-edgedb",
1470
+ "learn_more": "https://github.com/Tahul/nuxt-edgedb",
1471
+ "category": "Database",
1472
+ "type": "3rd-party",
1473
+ "maintainers": [
1474
+ {
1475
+ "name": "Yaël Guilloux",
1476
+ "github": "Tahul",
1477
+ "twitter": "yaeeelglx"
1478
+ }
1479
+ ],
1480
+ "compatibility": {
1481
+ "nuxt": "^3.8.0",
1482
+ "requires": {}
1483
+ }
1484
+ },
1396
1485
  {
1397
1486
  "name": "electron",
1398
1487
  "description": "Integrate Nuxt and Electron.",
@@ -1468,7 +1557,7 @@
1468
1557
  }
1469
1558
  },
1470
1559
  {
1471
- "name": "eslint",
1560
+ "name": "eslint-module",
1472
1561
  "description": "ESLint module for Nuxt",
1473
1562
  "repo": "nuxt-community/eslint-module",
1474
1563
  "npm": "@nuxtjs/eslint-module",
@@ -1489,6 +1578,29 @@
1489
1578
  "requires": {}
1490
1579
  }
1491
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
+ },
1492
1604
  {
1493
1605
  "name": "event-trace",
1494
1606
  "description": "Module for event trace in Nuxt",
@@ -1511,6 +1623,29 @@
1511
1623
  "requires": {}
1512
1624
  }
1513
1625
  },
1626
+ {
1627
+ "name": "fathom-analytics",
1628
+ "description": "Fathom analytics integration for Nuxt",
1629
+ "repo": "valgeirb/nuxt-fathom",
1630
+ "npm": "nuxt-fathom",
1631
+ "icon": "fathom-analytics.svg",
1632
+ "github": "https://github.com/valgeirb/nuxt-fathom",
1633
+ "website": "https://github.com/valgeirb/nuxt-fathom#readme",
1634
+ "learn_more": "",
1635
+ "category": "Analytics",
1636
+ "type": "3rd-party",
1637
+ "maintainers": [
1638
+ {
1639
+ "name": "Valgeir Björnsson",
1640
+ "github": "valgeirb",
1641
+ "avatar": "https://avatars.githubusercontent.com/valgeirb"
1642
+ }
1643
+ ],
1644
+ "compatibility": {
1645
+ "nuxt": "^3.0.0",
1646
+ "requires": {}
1647
+ }
1648
+ },
1514
1649
  {
1515
1650
  "name": "fathom",
1516
1651
  "description": "Fathom analytics for Nuxt",
@@ -1711,10 +1846,33 @@
1711
1846
  "requires": {}
1712
1847
  }
1713
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
+ },
1714
1872
  {
1715
1873
  "name": "form-actions",
1716
1874
  "description": "A set of features and composables to interact with forms and server data.",
1717
- "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1875
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1718
1876
  "npm": "@hebilicious/form-actions-nuxt",
1719
1877
  "icon": "form-actions.svg",
1720
1878
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
@@ -1742,7 +1900,7 @@
1742
1900
  "icon": "formkit.png",
1743
1901
  "github": "https://github.com/formkit/formkit",
1744
1902
  "website": "https://formkit.com",
1745
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1903
+ "learn_more": "https://formkit.com/getting-started/installation",
1746
1904
  "category": "Libraries",
1747
1905
  "type": "3rd-party",
1748
1906
  "maintainers": [
@@ -1955,7 +2113,7 @@
1955
2113
  "icon": "graphql-client.svg",
1956
2114
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1957
2115
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
1958
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2116
+ "learn_more": "https://nuxt-graphql-client.web.app/",
1959
2117
  "category": "Request",
1960
2118
  "type": "3rd-party",
1961
2119
  "maintainers": [
@@ -2016,7 +2174,7 @@
2016
2174
  },
2017
2175
  {
2018
2176
  "name": "gtag",
2019
- "description": "Google Analytics integration for Nuxt",
2177
+ "description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
2020
2178
  "repo": "johannschopplich/nuxt-gtag",
2021
2179
  "npm": "nuxt-gtag",
2022
2180
  "icon": "gtag.svg",
@@ -2239,6 +2397,28 @@
2239
2397
  "requires": {}
2240
2398
  }
2241
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
+ },
2242
2422
  {
2243
2423
  "name": "html-minifier",
2244
2424
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
@@ -2268,7 +2448,7 @@
2268
2448
  "npm": "@nuxtjs/html-validator",
2269
2449
  "icon": "html-validator.png",
2270
2450
  "github": "https://github.com/nuxt-modules/html-validator",
2271
- "website": "https://html-validator.nuxtjs.org",
2451
+ "website": "https://github.com/nuxt-modules/html-validator",
2272
2452
  "learn_more": "https://html-validate.org",
2273
2453
  "category": "Performance",
2274
2454
  "type": "community",
@@ -2314,6 +2494,44 @@
2314
2494
  "requires": {}
2315
2495
  }
2316
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
+ },
2317
2535
  {
2318
2536
  "name": "humans-txt",
2319
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.",
@@ -2344,8 +2562,8 @@
2344
2562
  "npm": "@nuxtjs/i18n",
2345
2563
  "icon": "i18n.png",
2346
2564
  "github": "https://github.com/nuxt-modules/i18n",
2347
- "website": "https://v8.i18n.nuxtjs.org",
2348
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2565
+ "website": "https://i18n.nuxtjs.org",
2566
+ "learn_more": "https://vue-i18n.intlify.dev/",
2349
2567
  "category": "Extensions",
2350
2568
  "type": "community",
2351
2569
  "maintainers": [
@@ -2356,6 +2574,10 @@
2356
2574
  {
2357
2575
  "name": "Kazuya Kawaguchi",
2358
2576
  "github": "kazupon"
2577
+ },
2578
+ {
2579
+ "name": "Bobbie Goede",
2580
+ "github": "BobbieGoede"
2359
2581
  }
2360
2582
  ],
2361
2583
  "compatibility": {
@@ -2385,6 +2607,29 @@
2385
2607
  "requires": {}
2386
2608
  }
2387
2609
  },
2610
+ {
2611
+ "name": "icon-tw",
2612
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2613
+ "repo": "jcamp-code/nuxt-icon-tw",
2614
+ "npm": "nuxt-icon-tw",
2615
+ "icon": "nuxt-icon.png",
2616
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2617
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2618
+ "learn_more": "",
2619
+ "category": "UI",
2620
+ "type": "3rd-party",
2621
+ "maintainers": [
2622
+ {
2623
+ "name": "JohnCampionJr",
2624
+ "github": "JohnCampionJr"
2625
+ }
2626
+ ],
2627
+ "compatibility": {
2628
+ "nuxt": "^3.0.0",
2629
+ "requires": {},
2630
+ "devtools": "^0.0.0"
2631
+ }
2632
+ },
2388
2633
  {
2389
2634
  "name": "icon",
2390
2635
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2489,10 +2734,6 @@
2489
2734
  "nuxt": "^2.0.0 || ^3.0.0",
2490
2735
  "requires": {
2491
2736
  "bridge": "optional"
2492
- },
2493
- "versionMap": {
2494
- "2.x": "latest",
2495
- "3.x": "rc"
2496
2737
  }
2497
2738
  }
2498
2739
  },
@@ -2632,6 +2873,34 @@
2632
2873
  "requires": {}
2633
2874
  }
2634
2875
  },
2876
+ {
2877
+ "name": "kinde",
2878
+ "description": "Kinde authentication integration for Nuxt",
2879
+ "repo": "nuxt-modules/kinde",
2880
+ "npm": "@nuxtjs/kinde",
2881
+ "icon": "kinde.svg",
2882
+ "github": "https://github.com/nuxt-modules/kinde",
2883
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2884
+ "learn_more": "https://kinde.com/",
2885
+ "category": "Security",
2886
+ "type": "community",
2887
+ "maintainers": [
2888
+ {
2889
+ "name": "danielroe",
2890
+ "github": "danielroe"
2891
+ },
2892
+ {
2893
+ "name": "daveordead",
2894
+ "github": "DaveOrDead",
2895
+ "twitter": "dave_or_dead"
2896
+ }
2897
+ ],
2898
+ "compatibility": {
2899
+ "nuxt": "^3.0.0",
2900
+ "requires": {}
2901
+ },
2902
+ "sponsor": true
2903
+ },
2635
2904
  {
2636
2905
  "name": "kql",
2637
2906
  "description": "Nuxt module for Kirby's Query Language API",
@@ -2639,7 +2908,7 @@
2639
2908
  "npm": "nuxt-kql",
2640
2909
  "icon": "kql.svg",
2641
2910
  "github": "https://github.com/johannschopplich/nuxt-kql",
2642
- "website": "https://nuxt-kql.jhnn.dev",
2911
+ "website": "https://nuxt-kql.byjohann.dev/",
2643
2912
  "learn_more": "",
2644
2913
  "category": "CMS",
2645
2914
  "type": "3rd-party",
@@ -2700,6 +2969,28 @@
2700
2969
  "requires": {}
2701
2970
  }
2702
2971
  },
2972
+ {
2973
+ "name": "laravel-precognition",
2974
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2975
+ "repo": "sot1986/nuxt-laravel-precognition",
2976
+ "npm": "nuxt-laravel-precognition",
2977
+ "icon": "laravel.svg",
2978
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2979
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2980
+ "learn_more": "",
2981
+ "category": "Security",
2982
+ "type": "3rd-party",
2983
+ "maintainers": [
2984
+ {
2985
+ "name": "sot1986",
2986
+ "github": "sot1986"
2987
+ }
2988
+ ],
2989
+ "compatibility": {
2990
+ "nuxt": "^3.0.0",
2991
+ "requires": {}
2992
+ }
2993
+ },
2703
2994
  {
2704
2995
  "name": "laravel",
2705
2996
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2746,7 +3037,7 @@
2746
3037
  },
2747
3038
  {
2748
3039
  "name": "link-checker",
2749
- "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.",
2750
3041
  "repo": "harlan-zw/nuxt-link-checker",
2751
3042
  "npm": "nuxt-link-checker",
2752
3043
  "icon": "link-checker.svg",
@@ -2864,6 +3155,29 @@
2864
3155
  "requires": {}
2865
3156
  }
2866
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
+ },
2867
3181
  {
2868
3182
  "name": "lucide-icons",
2869
3183
  "description": "Nuxt module to integrate Lucide icons",
@@ -2915,10 +3229,10 @@
2915
3229
  {
2916
3230
  "name": "magic-regexp",
2917
3231
  "description": "A compiled-away, type-safe, readable RegExp alternative",
2918
- "repo": "danielroe/magic-regexp",
3232
+ "repo": "unjs/magic-regexp",
2919
3233
  "npm": "magic-regexp",
2920
3234
  "icon": "magic-regexp.svg",
2921
- "github": "https://github.com/danielroe/magic-regexp",
3235
+ "github": "https://github.com/unjs/magic-regexp",
2922
3236
  "website": "https://magic-regexp.roe.dev",
2923
3237
  "learn_more": "https://magic-regexp.roe.dev",
2924
3238
  "category": "Libraries",
@@ -2935,6 +3249,29 @@
2935
3249
  "requires": {}
2936
3250
  }
2937
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
+ },
2938
3275
  {
2939
3276
  "name": "markdownit",
2940
3277
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -2958,6 +3295,30 @@
2958
3295
  "requires": {}
2959
3296
  }
2960
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
+ },
2961
3322
  {
2962
3323
  "name": "matomo",
2963
3324
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -2983,14 +3344,14 @@
2983
3344
  {
2984
3345
  "name": "maz-ui",
2985
3346
  "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
2986
- "repo": "louismazel/maz-ui",
3347
+ "repo": "louismazel/maz-ui#master/packages/lib",
2987
3348
  "npm": "maz-ui",
2988
3349
  "icon": "maz-ui.png",
2989
3350
  "github": "https://github.com/louismazel/maz-ui",
2990
- "website": "https://louismazel.github.io/maz-ui-3/",
2991
- "learn_more": "https://louismazel.github.io/maz-ui-3/",
3351
+ "website": "https://maz-ui.com/",
3352
+ "learn_more": "https://maz-ui.com/guide/nuxt",
2992
3353
  "category": "UI",
2993
- "type": "community",
3354
+ "type": "3rd-party",
2994
3355
  "maintainers": [
2995
3356
  {
2996
3357
  "name": "Loïc Mazuel",
@@ -3002,6 +3363,28 @@
3002
3363
  "requires": {}
3003
3364
  }
3004
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
+ },
3005
3388
  {
3006
3389
  "name": "mdx",
3007
3390
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -3098,28 +3481,6 @@
3098
3481
  "requires": {}
3099
3482
  }
3100
3483
  },
3101
- {
3102
- "name": "mobile",
3103
- "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
3104
- "repo": "ChanningDefoe/nuxt-mobile-detect",
3105
- "npm": "nuxt-mobile",
3106
- "icon": "",
3107
- "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
3108
- "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
3109
- "learn_more": "https://github.com/hgoebl/mobile-detect.js",
3110
- "category": "Extensions",
3111
- "type": "3rd-party",
3112
- "maintainers": [
3113
- {
3114
- "name": "ChanningDefoe",
3115
- "github": "ChanningDefoe"
3116
- }
3117
- ],
3118
- "compatibility": {
3119
- "nuxt": "^2.0.0",
3120
- "requires": {}
3121
- }
3122
- },
3123
3484
  {
3124
3485
  "name": "module-feed",
3125
3486
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -3170,28 +3531,6 @@
3170
3531
  "requires": {}
3171
3532
  }
3172
3533
  },
3173
- {
3174
- "name": "mq",
3175
- "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3176
- "repo": "vanhoofmaarten/nuxt-mq",
3177
- "npm": "nuxt-mq",
3178
- "icon": "",
3179
- "github": "https://github.com/vanhoofmaarten/nuxt-mq",
3180
- "website": "https://github.com/vanhoofmaarten/nuxt-mq",
3181
- "learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
3182
- "category": "Libraries",
3183
- "type": "3rd-party",
3184
- "maintainers": [
3185
- {
3186
- "name": "vanhoofmaarten",
3187
- "github": "vanhoofmaarten"
3188
- }
3189
- ],
3190
- "compatibility": {
3191
- "nuxt": "^2.0.0",
3192
- "requires": {}
3193
- }
3194
- },
3195
3534
  {
3196
3535
  "name": "neo",
3197
3536
  "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
@@ -3214,6 +3553,28 @@
3214
3553
  "requires": {}
3215
3554
  }
3216
3555
  },
3556
+ {
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",
3564
+ "learn_more": "",
3565
+ "category": "Database",
3566
+ "type": "3rd-party",
3567
+ "maintainers": [
3568
+ {
3569
+ "name": "arashsheyda",
3570
+ "github": "arashsheyda"
3571
+ }
3572
+ ],
3573
+ "compatibility": {
3574
+ "nuxt": "^3.0.0",
3575
+ "requires": {}
3576
+ }
3577
+ },
3217
3578
  {
3218
3579
  "name": "netlify-cache",
3219
3580
  "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
@@ -3262,12 +3623,12 @@
3262
3623
  {
3263
3624
  "name": "netlify",
3264
3625
  "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3265
- "repo": "bazzite/nuxt-netlify",
3626
+ "repo": "juliomrqz/nuxt-netlify",
3266
3627
  "npm": "@aceforth/nuxt-netlify",
3267
3628
  "icon": "netlify.png",
3268
- "github": "https://github.com/bazzite/nuxt-netlify",
3269
- "website": "https://marquez.co/docs/nuxt-netlify/",
3270
- "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",
3271
3632
  "category": "Deployment",
3272
3633
  "type": "3rd-party",
3273
3634
  "maintainers": [
@@ -3376,24 +3737,48 @@
3376
3737
  }
3377
3738
  },
3378
3739
  {
3379
- "name": "nuxt-auth",
3380
- "description": "",
3381
- "repo": "sidebase/nuxt-auth",
3382
- "npm": "@sidebase/nuxt-auth",
3383
- "icon": "",
3384
- "github": "https://github.com/sidebase/nuxt-auth",
3385
- "website": "https://github.com/sidebase/nuxt-auth",
3386
- "learn_more": "",
3387
- "category": "Devtools",
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",
3388
3749
  "type": "3rd-party",
3389
3750
  "maintainers": [
3390
3751
  {
3391
- "name": "sidebase",
3392
- "github": "sidebase"
3752
+ "name": "Christian Lenz",
3753
+ "github": "Chris2011",
3754
+ "twitter": "Chrizzly42"
3393
3755
  }
3394
3756
  ],
3395
3757
  "compatibility": {
3396
- "nuxt": "^2.0.0",
3758
+ "nuxt": "^3.0.0",
3759
+ "requires": {}
3760
+ }
3761
+ },
3762
+ {
3763
+ "name": "nuxt-auth-sanctum",
3764
+ "description": "Nuxt module for Laravel Sanctum authentication",
3765
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3766
+ "npm": "nuxt-auth-sanctum",
3767
+ "icon": "laravel.svg",
3768
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3769
+ "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3770
+ "learn_more": "https://laravel.com/docs/10.x/sanctum",
3771
+ "category": "Security",
3772
+ "type": "3rd-party",
3773
+ "maintainers": [
3774
+ {
3775
+ "name": "Artem Manchenkov",
3776
+ "github": "manchenkoff",
3777
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3778
+ }
3779
+ ],
3780
+ "compatibility": {
3781
+ "nuxt": "^3.9.0",
3397
3782
  "requires": {}
3398
3783
  }
3399
3784
  },
@@ -3419,6 +3804,57 @@
3419
3804
  "requires": {}
3420
3805
  }
3421
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
+ },
3422
3858
  {
3423
3859
  "name": "nuxt-bootstrap-icons",
3424
3860
  "description": "Just a simple integration for Bootstrap Icons",
@@ -3463,6 +3899,28 @@
3463
3899
  "requires": {}
3464
3900
  }
3465
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
+ },
3466
3924
  {
3467
3925
  "name": "nuxt-facebook-chat",
3468
3926
  "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
@@ -3489,6 +3947,28 @@
3489
3947
  "requires": {}
3490
3948
  }
3491
3949
  },
3950
+ {
3951
+ "name": "nuxt-feather-icons",
3952
+ "description": "The Feather Icons in Nuxt 3.",
3953
+ "repo": "4sllan/nuxt-feather-icons",
3954
+ "npm": "nuxt-feather-icons",
3955
+ "icon": "nuxt-feather-icons.png",
3956
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3957
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3958
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3959
+ "category": "UI",
3960
+ "type": "3rd-party",
3961
+ "maintainers": [
3962
+ {
3963
+ "name": "4sllan",
3964
+ "github": "4sllan"
3965
+ }
3966
+ ],
3967
+ "compatibility": {
3968
+ "nuxt": "^3.0.0",
3969
+ "requires": {}
3970
+ }
3971
+ },
3492
3972
  {
3493
3973
  "name": "nuxt-feedme",
3494
3974
  "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
@@ -3511,6 +3991,51 @@
3511
3991
  "requires": {}
3512
3992
  }
3513
3993
  },
3994
+ {
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
+ },
3514
4039
  {
3515
4040
  "name": "nuxt-graphql-middleware",
3516
4041
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3518,7 +4043,7 @@
3518
4043
  "npm": "nuxt-graphql-middleware",
3519
4044
  "icon": "nuxt-graphql-middleware.svg",
3520
4045
  "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3521
- "website": "https://nuxt-graphql-middleware.dulnan.net",
4046
+ "website": "https://github.com/dulnan/nuxt-graphql-middleware",
3522
4047
  "learn_more": "",
3523
4048
  "category": "Request",
3524
4049
  "type": "3rd-party",
@@ -3576,7 +4101,7 @@
3576
4101
  "maintainers": [
3577
4102
  {
3578
4103
  "name": "Zadig&Voltaire Team",
3579
- "github": "https://github.com/zadigetvoltaire"
4104
+ "github": "zadigetvoltaire"
3580
4105
  }
3581
4106
  ],
3582
4107
  "compatibility": {
@@ -3609,6 +4134,28 @@
3609
4134
  }
3610
4135
  }
3611
4136
  },
4137
+ {
4138
+ "name": "nuxt-interpolation",
4139
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
4140
+ "repo": "daliborgogic/nuxt-interpolation#master",
4141
+ "npm": "nuxt-interpolation",
4142
+ "icon": "",
4143
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
4144
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
4145
+ "learn_more": "",
4146
+ "category": "Devtools",
4147
+ "type": "3rd-party",
4148
+ "maintainers": [
4149
+ {
4150
+ "name": "daliborgogic",
4151
+ "github": "daliborgogic"
4152
+ }
4153
+ ],
4154
+ "compatibility": {
4155
+ "nuxt": "^2.0.0",
4156
+ "requires": {}
4157
+ }
4158
+ },
3612
4159
  {
3613
4160
  "name": "nuxt-jsonld",
3614
4161
  "description": "Manage JSON-LD in Vue component.",
@@ -3638,8 +4185,8 @@
3638
4185
  "npm": "@nuxtus/nuxt-localtunnel",
3639
4186
  "icon": "nuxt-localtunnel.svg",
3640
4187
  "github": "https://github.com/nuxtus/localtunnel",
3641
- "website": "https://nuxtus.com",
3642
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
4188
+ "website": "https://docs.nuxtus.com",
4189
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3643
4190
  "category": "Devtools",
3644
4191
  "type": "3rd-party",
3645
4192
  "maintainers": [
@@ -3677,6 +4224,28 @@
3677
4224
  "requires": {}
3678
4225
  }
3679
4226
  },
4227
+ {
4228
+ "name": "nuxt-mail",
4229
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
4230
+ "repo": "dword-design/nuxt-mail",
4231
+ "npm": "nuxt-mail",
4232
+ "icon": "",
4233
+ "github": "https://github.com/dword-design/nuxt-mail",
4234
+ "website": "https://github.com/dword-design/nuxt-mail",
4235
+ "learn_more": "",
4236
+ "category": "Extensions",
4237
+ "type": "3rd-party",
4238
+ "maintainers": [
4239
+ {
4240
+ "name": "Sebastian Landwehr",
4241
+ "github": "dword-design"
4242
+ }
4243
+ ],
4244
+ "compatibility": {
4245
+ "nuxt": "^2.0.0 || ^3.0.0",
4246
+ "requires": {}
4247
+ }
4248
+ },
3680
4249
  {
3681
4250
  "name": "nuxt-mapbox",
3682
4251
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3766,6 +4335,124 @@
3766
4335
  "devtools": "^0.0.0"
3767
4336
  }
3768
4337
  },
4338
+ {
4339
+ "name": "nuxt-oidc-auth",
4340
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4341
+ "repo": "itpropro/nuxt-oidc-auth",
4342
+ "npm": "nuxt-oidc-auth",
4343
+ "icon": "",
4344
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4345
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4346
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4347
+ "category": "Security",
4348
+ "type": "3rd-party",
4349
+ "maintainers": [
4350
+ {
4351
+ "name": "Jan-Henrik Damaschke",
4352
+ "github": "itpropro",
4353
+ "twitter": "jandamaschke"
4354
+ }
4355
+ ],
4356
+ "compatibility": {
4357
+ "nuxt": "^3.0.0",
4358
+ "requires": {}
4359
+ }
4360
+ },
4361
+ {
4362
+ "name": "nuxt-openapi-docs-module",
4363
+ "description": "Generate pages from OpenAPI specifications",
4364
+ "repo": "on-org/nuxt-openapi-docs-module",
4365
+ "npm": "nuxt-openapi-docs-module",
4366
+ "icon": "nuxt-openapi-docs-module.png",
4367
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4368
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4369
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4370
+ "category": "Libraries",
4371
+ "type": "3rd-party",
4372
+ "maintainers": [
4373
+ {
4374
+ "name": "Pavel Kuzmin",
4375
+ "github": "s00d"
4376
+ }
4377
+ ],
4378
+ "compatibility": {
4379
+ "nuxt": "^3.0.0",
4380
+ "requires": {}
4381
+ }
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
+ },
4410
+ {
4411
+ "name": "nuxt-payload-analyzer",
4412
+ "description": "Analyze Nuxt Payload Size",
4413
+ "repo": "barbapapazes/nuxt-payload-analyzer",
4414
+ "npm": "nuxt-payload-analyzer",
4415
+ "icon": "",
4416
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4417
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
4418
+ "learn_more": "",
4419
+ "category": "Performance",
4420
+ "type": "3rd-party",
4421
+ "maintainers": [
4422
+ {
4423
+ "name": "Barbapapazes",
4424
+ "github": "Barbapapazes",
4425
+ "twitter": "soubiran_"
4426
+ }
4427
+ ],
4428
+ "compatibility": {
4429
+ "nuxt": "^3.0.0",
4430
+ "requires": {}
4431
+ }
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
+ },
3769
4456
  {
3770
4457
  "name": "nuxt-pdf",
3771
4458
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -3796,8 +4483,8 @@
3796
4483
  "npm": "nuxt-phosphor-icons",
3797
4484
  "icon": "phosphor-icons.svg",
3798
4485
  "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3799
- "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3800
- "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4486
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4487
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
3801
4488
  "category": "UI",
3802
4489
  "type": "3rd-party",
3803
4490
  "maintainers": [
@@ -3833,28 +4520,6 @@
3833
4520
  "requires": {}
3834
4521
  }
3835
4522
  },
3836
- {
3837
- "name": "plausible",
3838
- "description": "Nuxt module to natively integrate Plausible analytics",
3839
- "repo": "nuxt-modules/plausible",
3840
- "npm": "@nuxtjs/plausible",
3841
- "icon": "plausible.png",
3842
- "github": "https://github.com/nuxt-modules/plausible",
3843
- "website": "https://github.com/nuxt-modules/plausible",
3844
- "learn_more": "https://plausible.io/",
3845
- "category": "Analytics",
3846
- "type": "community",
3847
- "maintainers": [
3848
- {
3849
- "name": "Johann Schopplich",
3850
- "github": "johannschopplich"
3851
- }
3852
- ],
3853
- "compatibility": {
3854
- "nuxt": "^3.0.0",
3855
- "requires": {}
3856
- }
3857
- },
3858
4523
  {
3859
4524
  "name": "nuxt-plotly",
3860
4525
  "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
@@ -3904,6 +4569,28 @@
3904
4569
  "requires": {}
3905
4570
  }
3906
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
+ },
3907
4594
  {
3908
4595
  "name": "nuxt-smartlook",
3909
4596
  "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
@@ -3917,14 +4604,36 @@
3917
4604
  "type": "3rd-party",
3918
4605
  "maintainers": [
3919
4606
  {
3920
- "name": "Milan Sulc",
3921
- "github": "f3l1x",
3922
- "twitter": "xf3l1x",
3923
- "avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
4607
+ "name": "Milan Sulc",
4608
+ "github": "f3l1x",
4609
+ "twitter": "xf3l1x",
4610
+ "avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
4611
+ }
4612
+ ],
4613
+ "compatibility": {
4614
+ "nuxt": "^2.0.0",
4615
+ "requires": {}
4616
+ }
4617
+ },
4618
+ {
4619
+ "name": "nuxt-social-share",
4620
+ "description": "Simple Social Sharing for Nuxt",
4621
+ "repo": "stefanobartoletti/nuxt-social-share",
4622
+ "npm": "@stefanobartoletti/nuxt-social-share",
4623
+ "icon": "nuxt-social-share.png",
4624
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4625
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4626
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4627
+ "category": "Extensions",
4628
+ "type": "3rd-party",
4629
+ "maintainers": [
4630
+ {
4631
+ "name": "stefanobartoletti",
4632
+ "github": "stefanobartoletti"
3924
4633
  }
3925
4634
  ],
3926
4635
  "compatibility": {
3927
- "nuxt": "^2.0.0",
4636
+ "nuxt": "^3.0.0",
3928
4637
  "requires": {}
3929
4638
  }
3930
4639
  },
@@ -3961,7 +4670,7 @@
3961
4670
  "description": "WebStorm & PHPStorm support for Nuxt components",
3962
4671
  "repo": "fumeapp/nuxt-storm",
3963
4672
  "npm": "nuxt-storm",
3964
- "icon": "nuxt-storm.png",
4673
+ "icon": "",
3965
4674
  "github": "https://github.com/fumeapp/nuxt-storm",
3966
4675
  "website": "https://github.com/fumeapp/nuxt-storm",
3967
4676
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -3978,6 +4687,30 @@
3978
4687
  "requires": {}
3979
4688
  }
3980
4689
  },
4690
+ {
4691
+ "name": "nuxt-svgo-loader",
4692
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4693
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4694
+ "npm": "nuxt-svgo-loader",
4695
+ "icon": "",
4696
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4697
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4698
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4699
+ "category": "Images",
4700
+ "type": "3rd-party",
4701
+ "maintainers": [
4702
+ {
4703
+ "name": "Alex Liu",
4704
+ "github": "Mini-ghost",
4705
+ "twitter": "Minighost_Alex"
4706
+ }
4707
+ ],
4708
+ "compatibility": {
4709
+ "nuxt": "^3.0.0",
4710
+ "requires": {},
4711
+ "devtools": "^0.0.0"
4712
+ }
4713
+ },
3981
4714
  {
3982
4715
  "name": "nuxt-svgo",
3983
4716
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -4023,14 +4756,14 @@
4023
4756
  }
4024
4757
  },
4025
4758
  {
4026
- "name": "nuxt-use-motion",
4027
- "description": "A Nuxt module putting your components in motion",
4028
- "repo": "Tahul/nuxt-use-motion",
4029
- "npm": "nuxt-use-motion",
4030
- "icon": "nuxt-use-motion.svg",
4031
- "github": "https://github.com/Tahul/nuxt-use-motion",
4032
- "website": "https://github.com/Tahul/nuxt-use-motion",
4033
- "learn_more": "https://github.com/vueuse/motion",
4759
+ "name": "nuxt-use-sound",
4760
+ "description": "A Nuxt module for playing sound effects.",
4761
+ "repo": "Tahul/nuxt-use-sound",
4762
+ "npm": "nuxt-use-sound",
4763
+ "icon": "nuxt-use-sound.svg",
4764
+ "github": "https://github.com/Tahul/nuxt-use-sound",
4765
+ "website": "https://github.com/Tahul/nuxt-use-sound",
4766
+ "learn_more": "https://github.com/vueuse/sound",
4034
4767
  "category": "Libraries",
4035
4768
  "type": "3rd-party",
4036
4769
  "maintainers": [
@@ -4045,24 +4778,24 @@
4045
4778
  }
4046
4779
  },
4047
4780
  {
4048
- "name": "nuxt-use-sound",
4049
- "description": "A Nuxt module for playing sound effects.",
4050
- "repo": "Tahul/nuxt-use-sound",
4051
- "npm": "nuxt-use-sound",
4052
- "icon": "nuxt-use-sound.svg",
4053
- "github": "https://github.com/Tahul/nuxt-use-sound",
4054
- "website": "https://github.com/Tahul/nuxt-use-sound",
4055
- "learn_more": "https://github.com/vueuse/sound",
4056
- "category": "Libraries",
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",
4057
4790
  "type": "3rd-party",
4058
4791
  "maintainers": [
4059
4792
  {
4060
- "name": "Tahul",
4061
- "github": "Tahul"
4793
+ "name": "Patrick Cate",
4794
+ "github": "patrickcate"
4062
4795
  }
4063
4796
  ],
4064
4797
  "compatibility": {
4065
- "nuxt": "^2.0.0",
4798
+ "nuxt": "^3.0.0",
4066
4799
  "requires": {}
4067
4800
  }
4068
4801
  },
@@ -4113,20 +4846,42 @@
4113
4846
  }
4114
4847
  },
4115
4848
  {
4116
- "name": "nuxt-vuetify",
4117
- "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
4118
- "repo": "invictus-codes/nuxt-vuetify",
4119
- "npm": "@invictus.codes/nuxt-vuetify",
4120
- "icon": "vuetify-logo-v3-dark.svg",
4121
- "github": "https://github.com/invictus-codes/nuxt-vuetify",
4122
- "website": "https://invictus-codes.github.io/nuxt-vuetify/",
4123
- "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
4124
- "category": "UI",
4849
+ "name": "nuxt-zod-i18n",
4850
+ "description": "A Nuxt Module for localizing zod error messages.",
4851
+ "repo": "xibman/nuxt-zod-i18n",
4852
+ "npm": "nuxt-zod-i18n",
4853
+ "icon": "nuxt-zod-i18n.svg",
4854
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4855
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4856
+ "learn_more": "",
4857
+ "category": "Libraries",
4858
+ "type": "3rd-party",
4859
+ "maintainers": [
4860
+ {
4861
+ "name": "xibman",
4862
+ "github": "xibman"
4863
+ }
4864
+ ],
4865
+ "compatibility": {
4866
+ "nuxt": "^3.0.0",
4867
+ "requires": {}
4868
+ }
4869
+ },
4870
+ {
4871
+ "name": "nuxt3-interpolation",
4872
+ "description": "",
4873
+ "repo": "daliborgogic/interpolation",
4874
+ "npm": "nuxt3-interpolation",
4875
+ "icon": "",
4876
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4877
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4878
+ "learn_more": "",
4879
+ "category": "Devtools",
4125
4880
  "type": "3rd-party",
4126
4881
  "maintainers": [
4127
4882
  {
4128
- "name": "Jens van Hellemondt",
4129
- "github": "invictus-codes"
4883
+ "name": "daliborgogic",
4884
+ "github": "daliborgogic"
4130
4885
  }
4131
4886
  ],
4132
4887
  "compatibility": {
@@ -4141,7 +4896,7 @@
4141
4896
  "npm": "nuxt3-leaflet",
4142
4897
  "icon": "leaflet.png",
4143
4898
  "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4144
- "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4899
+ "website": "https://gugustinette.github.io/Nuxt-Leaflet",
4145
4900
  "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4146
4901
  "category": "Libraries",
4147
4902
  "type": "3rd-party",
@@ -4182,14 +4937,14 @@
4182
4937
  {
4183
4938
  "name": "og-image",
4184
4939
  "description": "Enlightened runtime images generated with Vue templates.",
4185
- "repo": "harlan-zw/nuxt-og-image",
4940
+ "repo": "nuxt-modules/og-image",
4186
4941
  "npm": "nuxt-og-image",
4187
4942
  "icon": "og-image.svg",
4188
- "github": "https://github.com/harlan-zw/nuxt-og-image",
4943
+ "github": "https://github.com/nuxt-modules/og-image",
4189
4944
  "website": "https://nuxtseo.com/og-image",
4190
4945
  "learn_more": "https://nuxtseo.com/og-image",
4191
4946
  "category": "SEO",
4192
- "type": "3rd-party",
4947
+ "type": "community",
4193
4948
  "maintainers": [
4194
4949
  {
4195
4950
  "name": "Harlan Wilton",
@@ -4234,8 +4989,8 @@
4234
4989
  "npm": "@aceforth/nuxt-optimized-images",
4235
4990
  "icon": "",
4236
4991
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
4237
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
4238
- "learn_more": "",
4992
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4993
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
4239
4994
  "category": "Images",
4240
4995
  "type": "3rd-party",
4241
4996
  "maintainers": [
@@ -4342,6 +5097,28 @@
4342
5097
  }
4343
5098
  }
4344
5099
  },
5100
+ {
5101
+ "name": "paypal",
5102
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
5103
+ "repo": "arashsheyda/nuxt-paypal",
5104
+ "npm": "nuxt-paypal",
5105
+ "icon": "paypal.svg",
5106
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
5107
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
5108
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
5109
+ "category": "Payment",
5110
+ "type": "3rd-party",
5111
+ "maintainers": [
5112
+ {
5113
+ "name": "Arash Sheyda",
5114
+ "github": "arashsheyda"
5115
+ }
5116
+ ],
5117
+ "compatibility": {
5118
+ "nuxt": "^3.0.0",
5119
+ "requires": {}
5120
+ }
5121
+ },
4345
5122
  {
4346
5123
  "name": "pdfeasy",
4347
5124
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4366,6 +5143,28 @@
4366
5143
  "requires": {}
4367
5144
  }
4368
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
+ },
4369
5168
  {
4370
5169
  "name": "persian-datepicker",
4371
5170
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -4392,7 +5191,7 @@
4392
5191
  {
4393
5192
  "name": "pinia-orm",
4394
5193
  "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
4395
- "repo": "CodeDredd/pinia-orm#master/packages/nuxt",
5194
+ "repo": "CodeDredd/pinia-orm#main/packages/nuxt",
4396
5195
  "npm": "@pinia-orm/nuxt",
4397
5196
  "icon": "pinia-orm.svg",
4398
5197
  "github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
@@ -4466,20 +5265,20 @@
4466
5265
  "description": "Nuxt module to natively integrate Plausible analytics",
4467
5266
  "repo": "nuxt-modules/plausible",
4468
5267
  "npm": "@nuxtjs/plausible",
4469
- "icon": "",
5268
+ "icon": "plausible.svg",
4470
5269
  "github": "https://github.com/nuxt-modules/plausible",
4471
5270
  "website": "https://github.com/nuxt-modules/plausible",
4472
5271
  "learn_more": "",
4473
- "category": "Devtools",
5272
+ "category": "Analytics",
4474
5273
  "type": "community",
4475
5274
  "maintainers": [
4476
5275
  {
4477
- "name": "nuxt-modules",
4478
- "github": "nuxt-modules"
5276
+ "name": "Johann Schopplich",
5277
+ "github": "johannschopplich"
4479
5278
  }
4480
5279
  ],
4481
5280
  "compatibility": {
4482
- "nuxt": "^2.0.0",
5281
+ "nuxt": "^2.0.0 || ^3.0.0",
4483
5282
  "requires": {}
4484
5283
  }
4485
5284
  },
@@ -4512,7 +5311,7 @@
4512
5311
  "npm": "nuxt-prepare",
4513
5312
  "icon": "prepare.svg",
4514
5313
  "github": "https://github.com/johannschopplich/nuxt-prepare",
4515
- "website": "https://nuxt-prepare.jhnn.dev",
5314
+ "website": "https://nuxt-prepare.byjohann.dev",
4516
5315
  "learn_more": "",
4517
5316
  "category": "Devtools",
4518
5317
  "type": "3rd-party",
@@ -4529,6 +5328,29 @@
4529
5328
  "requires": {}
4530
5329
  }
4531
5330
  },
5331
+ {
5332
+ "name": "primevue",
5333
+ "description": "Next Generation Vue UI Component Library",
5334
+ "repo": "primefaces/primevue-nuxt-module",
5335
+ "npm": "nuxt-primevue",
5336
+ "icon": "primevue.svg",
5337
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
5338
+ "website": "https://primevue.org/",
5339
+ "learn_more": "https://primevue.org/",
5340
+ "category": "UI",
5341
+ "type": "3rd-party",
5342
+ "maintainers": [
5343
+ {
5344
+ "name": "primefaces",
5345
+ "github": "primefaces",
5346
+ "twitter": "primevue"
5347
+ }
5348
+ ],
5349
+ "compatibility": {
5350
+ "nuxt": "^3.0.0",
5351
+ "requires": {}
5352
+ }
5353
+ },
4532
5354
  {
4533
5355
  "name": "prismic",
4534
5356
  "description": "Easily connect your Nuxt application to your content hosted on Prismic",
@@ -4756,6 +5578,41 @@
4756
5578
  "requires": {}
4757
5579
  }
4758
5580
  },
5581
+ {
5582
+ "name": "radix-vue",
5583
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5584
+ "repo": "radix-vue/radix-vue",
5585
+ "npm": "radix-vue",
5586
+ "icon": "radix-vue.svg",
5587
+ "github": "https://github.com/radix-vue/radix-vue",
5588
+ "website": "https://www.radix-vue.com/",
5589
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5590
+ "category": "UI",
5591
+ "type": "3rd-party",
5592
+ "maintainers": [
5593
+ {
5594
+ "name": "Zernonia",
5595
+ "github": "zernonia",
5596
+ "twitter": "zernonia"
5597
+ },
5598
+ {
5599
+ "name": "Khairul Haaziq",
5600
+ "github": "khairulhaaziq"
5601
+ },
5602
+ {
5603
+ "name": "Mujahid Anuar",
5604
+ "github": "mujahidfa"
5605
+ },
5606
+ {
5607
+ "name": "Max",
5608
+ "github": "onmax"
5609
+ }
5610
+ ],
5611
+ "compatibility": {
5612
+ "nuxt": "^3.0.0",
5613
+ "requires": {}
5614
+ }
5615
+ },
4759
5616
  {
4760
5617
  "name": "recaptcha",
4761
5618
  "description": "Simple and easy Google reCAPTCHA module with Nuxt",
@@ -4801,6 +5658,29 @@
4801
5658
  "requires": {}
4802
5659
  }
4803
5660
  },
5661
+ {
5662
+ "name": "resend",
5663
+ "description": "Resend integration for Nuxt",
5664
+ "repo": "nhedger/nuxt-resend",
5665
+ "npm": "nuxt-resend",
5666
+ "icon": "resend.svg",
5667
+ "github": "https://github.com/nhedger/nuxt-resend",
5668
+ "website": "https://github.com/nhedger/nuxt-resend",
5669
+ "learn_more": "https://resend.com",
5670
+ "category": "Extensions",
5671
+ "type": "3rd-party",
5672
+ "maintainers": [
5673
+ {
5674
+ "name": "Nicolas Hedger",
5675
+ "github": "nhedger",
5676
+ "twitter": "nicolashedger"
5677
+ }
5678
+ ],
5679
+ "compatibility": {
5680
+ "nuxt": "^3.0.0",
5681
+ "requires": {}
5682
+ }
5683
+ },
4804
5684
  {
4805
5685
  "name": "rfg-icon",
4806
5686
  "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
@@ -4831,7 +5711,7 @@
4831
5711
  "icon": "robots.png",
4832
5712
  "github": "https://github.com/nuxt-modules/robots",
4833
5713
  "website": "https://github.com/nuxt-modules/robots",
4834
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5714
+ "learn_more": "",
4835
5715
  "category": "SEO",
4836
5716
  "type": "community",
4837
5717
  "maintainers": [
@@ -4849,23 +5729,23 @@
4849
5729
  },
4850
5730
  {
4851
5731
  "name": "rollbar",
4852
- "description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
4853
- "repo": "gaelreyrol/nuxt-rollbar-module",
4854
- "npm": "nuxt-rollbar-module",
5732
+ "description": "Nuxt 3 module to integrate Rollbar.",
5733
+ "repo": "jairoblatt/nuxt-rollbar",
5734
+ "npm": "nuxt-rollbar",
4855
5735
  "icon": "rollbar.png",
4856
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4857
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5736
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5737
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4858
5738
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4859
5739
  "category": "Monitoring",
4860
5740
  "type": "3rd-party",
4861
5741
  "maintainers": [
4862
5742
  {
4863
- "name": "Gaël Reyrol",
4864
- "github": "gaelreyrol"
5743
+ "name": "Jairo Blatt",
5744
+ "github": "jairoblatt"
4865
5745
  }
4866
5746
  ],
4867
5747
  "compatibility": {
4868
- "nuxt": "^2.0.0",
5748
+ "nuxt": "^3.0.0",
4869
5749
  "requires": {}
4870
5750
  }
4871
5751
  },
@@ -4940,9 +5820,32 @@
4940
5820
  }
4941
5821
  }
4942
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
+ },
4943
5846
  {
4944
5847
  "name": "schema-org",
4945
- "description": "Schema.org for Nuxt.",
5848
+ "description": "Quick and easy Schema.org graphs.",
4946
5849
  "repo": "harlan-zw/nuxt-schema-org",
4947
5850
  "npm": "nuxt-schema-org",
4948
5851
  "icon": "schema-org.svg",
@@ -4964,6 +5867,29 @@
4964
5867
  "requires": {}
4965
5868
  }
4966
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
+ },
4967
5893
  {
4968
5894
  "name": "scss-to-js",
4969
5895
  "description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
@@ -5017,7 +5943,7 @@
5017
5943
  "icon": "segment.png",
5018
5944
  "github": "https://github.com/dansmaculotte/nuxt-segment",
5019
5945
  "website": "https://github.com/dansmaculotte/nuxt-segment",
5020
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5946
+ "learn_more": "",
5021
5947
  "category": "Analytics",
5022
5948
  "type": "3rd-party",
5023
5949
  "maintainers": [
@@ -5055,7 +5981,7 @@
5055
5981
  },
5056
5982
  {
5057
5983
  "name": "seo-experiments",
5058
- "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5984
+ "description": "Powerful SEO DX improvements.",
5059
5985
  "repo": "harlan-zw/nuxt-seo-experiments",
5060
5986
  "npm": "nuxt-seo-experiments",
5061
5987
  "icon": "seo-experiments.svg",
@@ -5077,28 +6003,6 @@
5077
6003
  "requires": {}
5078
6004
  }
5079
6005
  },
5080
- {
5081
- "name": "seo-kit",
5082
- "description": "The complete SEO solution for Nuxt.",
5083
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
5084
- "npm": "nuxt-seo-kit",
5085
- "icon": "seo-kit.svg",
5086
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
5087
- "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5088
- "learn_more": "",
5089
- "category": "SEO",
5090
- "type": "3rd-party",
5091
- "maintainers": [
5092
- {
5093
- "name": "harlan-zw",
5094
- "github": "harlan-zw"
5095
- }
5096
- ],
5097
- "compatibility": {
5098
- "nuxt": "^3.0.0",
5099
- "requires": {}
5100
- }
5101
- },
5102
6006
  {
5103
6007
  "name": "seo-meta",
5104
6008
  "description": "Simple generate seo metadata",
@@ -5122,6 +6026,28 @@
5122
6026
  "requires": {}
5123
6027
  }
5124
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
+ },
5125
6051
  {
5126
6052
  "name": "seomatic-meta",
5127
6053
  "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
@@ -5170,7 +6096,7 @@
5170
6096
  {
5171
6097
  "name": "server-block",
5172
6098
  "description": "Use <server> tags in your Nuxt pages components.",
5173
- "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
6099
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5174
6100
  "npm": "@hebilicious/server-block-nuxt",
5175
6101
  "icon": "server-block.svg",
5176
6102
  "github": "https://github.com/Hebilicious/server-block-nuxt",
@@ -5191,21 +6117,25 @@
5191
6117
  }
5192
6118
  },
5193
6119
  {
5194
- "name": "session",
5195
- "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",
5196
- "repo": "sidebase/nuxt-session",
5197
- "npm": "@sidebase/nuxt-session",
5198
- "icon": "session.png",
5199
- "github": "https://github.com/sidebase/nuxt-session",
5200
- "website": "https://github.com/sidebase/nuxt-session",
5201
- "learn_more": "https://github.com/sidebase",
5202
- "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",
5203
6129
  "type": "3rd-party",
5204
6130
  "maintainers": [
5205
6131
  {
5206
- "name": "sidebase",
5207
- "github": "sidebase",
5208
- "twitter": "sidebase_io"
6132
+ "name": "Zernonia",
6133
+ "github": "zernonia",
6134
+ "twitter": "zernonia"
6135
+ },
6136
+ {
6137
+ "name": "Sadegh Barati",
6138
+ "github": "sadeghbarati"
5209
6139
  }
5210
6140
  ],
5211
6141
  "compatibility": {
@@ -5236,7 +6166,29 @@
5236
6166
  }
5237
6167
  },
5238
6168
  {
5239
- "name": "nuxt-auth",
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
+ },
6190
+ {
6191
+ "name": "sidebase-auth",
5240
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.",
5241
6193
  "repo": "sidebase/nuxt-auth",
5242
6194
  "npm": "@sidebase/nuxt-auth",
@@ -5285,34 +6237,10 @@
5285
6237
  "description": "Tame the robots crawling and indexing your Nuxt site.",
5286
6238
  "repo": "harlan-zw/nuxt-simple-robots",
5287
6239
  "npm": "nuxt-simple-robots",
5288
- "icon": "simple-robots.svg",
5289
- "github": "https://github.com/harlan-zw/nuxt-simple-robots",
5290
- "website": "https://nuxtseo.com/robots",
5291
- "learn_more": "https://nuxtseo.com/robots",
5292
- "category": "SEO",
5293
- "type": "3rd-party",
5294
- "maintainers": [
5295
- {
5296
- "name": "Harlan Wilton",
5297
- "github": "harlan-zw",
5298
- "twitter": "harlan_zw",
5299
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5300
- }
5301
- ],
5302
- "compatibility": {
5303
- "nuxt": "^3.0.0",
5304
- "requires": {}
5305
- }
5306
- },
5307
- {
5308
- "name": "simple-sitemap",
5309
- "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5310
- "repo": "harlan-zw/nuxt-simple-sitemap",
5311
- "npm": "nuxt-simple-sitemap",
5312
- "icon": "simple-sitemap.svg",
5313
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5314
- "website": "https://nuxtseo.com/simple-sitemap",
5315
- "learn_more": "https://nuxtseo.com/simple-sitemap",
6240
+ "icon": "simple-robots.svg",
6241
+ "github": "https://github.com/harlan-zw/nuxt-simple-robots",
6242
+ "website": "https://nuxtseo.com/robots",
6243
+ "learn_more": "https://nuxtseo.com/robots",
5316
6244
  "category": "SEO",
5317
6245
  "type": "3rd-party",
5318
6246
  "maintainers": [
@@ -5330,16 +6258,22 @@
5330
6258
  },
5331
6259
  {
5332
6260
  "name": "sitemap",
5333
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
5334
- "repo": "nuxt-community/sitemap-module#dev",
6261
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
6262
+ "repo": "nuxt-modules/sitemap",
5335
6263
  "npm": "@nuxtjs/sitemap",
5336
- "icon": "",
5337
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
5338
- "website": "https://sitemap.nuxtjs.org",
5339
- "learn_more": "",
6264
+ "icon": "simple-sitemap.svg",
6265
+ "github": "https://github.com/nuxt-modules/sitemap",
6266
+ "website": "https://nuxtseo.com/",
6267
+ "learn_more": "https://nuxtseo.com/sitemap",
5340
6268
  "category": "SEO",
5341
6269
  "type": "community",
5342
6270
  "maintainers": [
6271
+ {
6272
+ "name": "Harlan Wilton",
6273
+ "github": "harlan-zw",
6274
+ "twitter": "harlan_zw",
6275
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
6276
+ },
5343
6277
  {
5344
6278
  "name": "Nicolas PENNEC",
5345
6279
  "github": "NicoPennec",
@@ -5347,7 +6281,7 @@
5347
6281
  }
5348
6282
  ],
5349
6283
  "compatibility": {
5350
- "nuxt": "^2.0.0",
6284
+ "nuxt": "^3.0.0",
5351
6285
  "requires": {}
5352
6286
  }
5353
6287
  },
@@ -5381,7 +6315,7 @@
5381
6315
  "icon": "snipcart.png",
5382
6316
  "github": "https://github.com/nuxt-modules/snipcart",
5383
6317
  "website": "https://github.com/nuxt-modules/snipcart",
5384
- "learn_more": "https://snipcart.com",
6318
+ "learn_more": "",
5385
6319
  "category": "Ecommerce",
5386
6320
  "type": "community",
5387
6321
  "maintainers": [
@@ -5463,39 +6397,6 @@
5463
6397
  "requires": {}
5464
6398
  }
5465
6399
  },
5466
- {
5467
- "name": "speedkit",
5468
- "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
5469
- "repo": "GrabarzUndPartner/nuxt-speedkit",
5470
- "npm": "nuxt-speedkit",
5471
- "icon": "speedkit.png",
5472
- "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
5473
- "website": "https://nuxt-speedkit.grabarzundpartner.dev",
5474
- "learn_more": "",
5475
- "category": "Performance",
5476
- "type": "3rd-party",
5477
- "maintainers": [
5478
- {
5479
- "name": "Stephan Gerbeth",
5480
- "github": "StephanGerbeth",
5481
- "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
5482
- },
5483
- {
5484
- "name": "Thorn Walli",
5485
- "github": "ThornWalli",
5486
- "avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
5487
- },
5488
- {
5489
- "name": "Grabarz & Partner",
5490
- "github": "GrabarzUndPartner",
5491
- "avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
5492
- }
5493
- ],
5494
- "compatibility": {
5495
- "nuxt": "^2.0.0",
5496
- "requires": {}
5497
- }
5498
- },
5499
6400
  {
5500
6401
  "name": "ssr-lit",
5501
6402
  "description": "",
@@ -5587,7 +6488,7 @@
5587
6488
  {
5588
6489
  "name": "storyblok",
5589
6490
  "description": "Storyblok Nuxt module",
5590
- "repo": "storyblok/storyblok-nuxt#master/lib",
6491
+ "repo": "storyblok/storyblok-nuxt#main",
5591
6492
  "npm": "@storyblok/nuxt",
5592
6493
  "icon": "storyblok.png",
5593
6494
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -5787,29 +6688,6 @@
5787
6688
  "requires": {}
5788
6689
  }
5789
6690
  },
5790
- {
5791
- "name": "stylify",
5792
- "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
5793
- "repo": "stylify/packages#master/packages/nuxt",
5794
- "npm": "@stylify/nuxt",
5795
- "icon": "stylify.svg",
5796
- "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
5797
- "website": "https://stylifycss.com/docs/nuxt",
5798
- "learn_more": "https://stylifycss.com",
5799
- "category": "UI",
5800
- "type": "3rd-party",
5801
- "maintainers": [
5802
- {
5803
- "name": "Vladimír Macháček",
5804
- "github": "Machy8",
5805
- "twitter": "8machy"
5806
- }
5807
- ],
5808
- "compatibility": {
5809
- "nuxt": "^2.0.0 || ^3.0.0",
5810
- "requires": {}
5811
- }
5812
- },
5813
6691
  {
5814
6692
  "name": "supabase",
5815
6693
  "description": "First class integration with Supabase",
@@ -5932,6 +6810,30 @@
5932
6810
  "requires": {}
5933
6811
  }
5934
6812
  },
6813
+ {
6814
+ "name": "swiftsearch",
6815
+ "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
6816
+ "repo": "atoms-studio/nuxt-swiftsearch",
6817
+ "npm": "@atoms-studio/nuxt-swiftsearch",
6818
+ "icon": "nuxt-swiftsearch.svg",
6819
+ "github": "https://github.com/atoms-studio/nuxt-swiftsearch",
6820
+ "website": "https://nuxt-swiftsearch.netlify.app/",
6821
+ "learn_more": "",
6822
+ "category": "Libraries",
6823
+ "type": "3rd-party",
6824
+ "maintainers": [
6825
+ {
6826
+ "name": "Matteo Rigoni",
6827
+ "github": "rigo-m",
6828
+ "twitter": "MatteoRigoni",
6829
+ "avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
6830
+ }
6831
+ ],
6832
+ "compatibility": {
6833
+ "nuxt": "^3.10.0",
6834
+ "requires": {}
6835
+ }
6836
+ },
5935
6837
  {
5936
6838
  "name": "swiper",
5937
6839
  "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
@@ -5980,10 +6882,10 @@
5980
6882
  {
5981
6883
  "name": "tailwindcss",
5982
6884
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5983
- "repo": "nuxt-modules/tailwindcss-module",
6885
+ "repo": "nuxt-modules/tailwindcss",
5984
6886
  "npm": "@nuxtjs/tailwindcss",
5985
6887
  "icon": "tailwindcss.png",
5986
- "github": "https://github.com/nuxt-modules/tailwindcss-module",
6888
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5987
6889
  "website": "https://tailwindcss.nuxtjs.org",
5988
6890
  "learn_more": "https://tailwindcss.com/",
5989
6891
  "category": "UI",
@@ -6003,6 +6905,37 @@
6003
6905
  "nuxt": "^2.0.0 || ^3.0.0",
6004
6906
  "requires": {},
6005
6907
  "devtools": "^0.0.0"
6908
+ },
6909
+ "aliases": [
6910
+ "tailwind"
6911
+ ]
6912
+ },
6913
+ {
6914
+ "name": "test-utils",
6915
+ "description": "Test utilities for Nuxt",
6916
+ "repo": "nuxt/test-utils#main",
6917
+ "npm": "@nuxt/test-utils",
6918
+ "icon": "nuxt.svg",
6919
+ "github": "https://github.com/nuxt/test-utils",
6920
+ "website": "https://nuxt.com/docs/getting-started/testing",
6921
+ "learn_more": "",
6922
+ "category": "Devtools",
6923
+ "type": "official",
6924
+ "maintainers": [
6925
+ {
6926
+ "name": "Daniel Roe",
6927
+ "github": "danielroe",
6928
+ "twitter": "danielcroe"
6929
+ },
6930
+ {
6931
+ "name": "Anthony Fu",
6932
+ "github": "antfu",
6933
+ "twitter": "antfu7"
6934
+ }
6935
+ ],
6936
+ "compatibility": {
6937
+ "nuxt": "^3.0.0",
6938
+ "requires": {}
6006
6939
  }
6007
6940
  },
6008
6941
  {
@@ -6050,6 +6983,28 @@
6050
6983
  "requires": {}
6051
6984
  }
6052
6985
  },
6986
+ {
6987
+ "name": "tiptap",
6988
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6989
+ "repo": "modbender/nuxt-tiptap-editor",
6990
+ "npm": "nuxt-tiptap-editor",
6991
+ "icon": "tiptap.png",
6992
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6993
+ "website": "https://nuxt-tiptap-editor.vercel.app",
6994
+ "learn_more": "https://nuxt-tiptap-editor.vercel.app",
6995
+ "category": "Libraries",
6996
+ "type": "3rd-party",
6997
+ "maintainers": [
6998
+ {
6999
+ "name": "modbender",
7000
+ "github": "modbender"
7001
+ }
7002
+ ],
7003
+ "compatibility": {
7004
+ "nuxt": "^3.0.0",
7005
+ "requires": {}
7006
+ }
7007
+ },
6053
7008
  {
6054
7009
  "name": "toast",
6055
7010
  "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
@@ -6073,6 +7028,50 @@
6073
7028
  "requires": {}
6074
7029
  }
6075
7030
  },
7031
+ {
7032
+ "name": "tradingview",
7033
+ "description": "Use the TradingView Widgets in your Nuxt Application",
7034
+ "repo": "volkanakkus/nuxt-tradingview",
7035
+ "npm": "nuxt-tradingview",
7036
+ "icon": "tradingview.svg",
7037
+ "github": "https://github.com/volkanakkus/nuxt-tradingview",
7038
+ "website": "https://nuxt-tradingview.volkanakkus.com",
7039
+ "learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
7040
+ "category": "Extensions",
7041
+ "type": "3rd-party",
7042
+ "maintainers": [
7043
+ {
7044
+ "name": "Volkan Akkuş",
7045
+ "github": "volkanakkus"
7046
+ }
7047
+ ],
7048
+ "compatibility": {
7049
+ "nuxt": "^3.0.0",
7050
+ "requires": {}
7051
+ }
7052
+ },
7053
+ {
7054
+ "name": "translation-manager",
7055
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
7056
+ "repo": "samk-dev/nuxt-translation-manager",
7057
+ "npm": "nuxt-translation-manager",
7058
+ "icon": "translation-manager.png",
7059
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
7060
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
7061
+ "learn_more": "",
7062
+ "category": "Extensions",
7063
+ "type": "3rd-party",
7064
+ "maintainers": [
7065
+ {
7066
+ "name": "Sam K",
7067
+ "github": "samk-dev"
7068
+ }
7069
+ ],
7070
+ "compatibility": {
7071
+ "nuxt": "^3.0.0",
7072
+ "requires": {}
7073
+ }
7074
+ },
6076
7075
  {
6077
7076
  "name": "tresjs",
6078
7077
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
@@ -6321,6 +7320,30 @@
6321
7320
  "requires": {}
6322
7321
  }
6323
7322
  },
7323
+ {
7324
+ "name": "typo3",
7325
+ "description": "TYPO3 Headless Frontend Rendering module",
7326
+ "repo": "TYPO3-Headless/nuxt-typo3",
7327
+ "npm": "@t3headless/nuxt-typo3",
7328
+ "icon": "typo3.svg",
7329
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
7330
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
7331
+ "learn_more": "https://github.com/TYPO3-Headless",
7332
+ "category": "CMS",
7333
+ "type": "3rd-party",
7334
+ "maintainers": [
7335
+ {
7336
+ "name": "Macopedia",
7337
+ "github": "macopedia",
7338
+ "twitter": "macopediapl"
7339
+ }
7340
+ ],
7341
+ "compatibility": {
7342
+ "nuxt": "^2.0.0 || ^3.0.0",
7343
+ "requires": {},
7344
+ "devtools": "^0.0.0"
7345
+ }
7346
+ },
6324
7347
  {
6325
7348
  "name": "ui",
6326
7349
  "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
@@ -6378,28 +7401,6 @@
6378
7401
  }
6379
7402
  }
6380
7403
  },
6381
- {
6382
- "name": "unhead",
6383
- "description": "Experimental features for Nuxt SEO / head management.",
6384
- "repo": "harlan-zw/nuxt-seo-experiments",
6385
- "npm": "nuxt-seo-experiments",
6386
- "icon": "",
6387
- "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6388
- "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
6389
- "learn_more": "",
6390
- "category": "SEO",
6391
- "type": "3rd-party",
6392
- "maintainers": [
6393
- {
6394
- "name": "harlan-zw",
6395
- "github": "harlan-zw"
6396
- }
6397
- ],
6398
- "compatibility": {
6399
- "nuxt": "^3.0.0",
6400
- "requires": {}
6401
- }
6402
- },
6403
7404
  {
6404
7405
  "name": "universal-storage",
6405
7406
  "description": "Universal Storage Utilities for Nuxt",
@@ -6431,7 +7432,7 @@
6431
7432
  {
6432
7433
  "name": "unlazy",
6433
7434
  "description": "Lazy loading library for placeholder images",
6434
- "repo": "johannschopplich/unlazy/packages/nuxt",
7435
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
6435
7436
  "npm": "@unlazy/nuxt",
6436
7437
  "icon": "unlazy.svg",
6437
7438
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -6450,41 +7451,15 @@
6450
7451
  "requires": {}
6451
7452
  }
6452
7453
  },
6453
- {
6454
- "name": "unlighthouse",
6455
- "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
6456
- "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
6457
- "npm": "@unlighthouse/nuxt",
6458
- "icon": "unlighthouse.svg",
6459
- "github": "https://github.com/harlan-zw/unlighthouse",
6460
- "website": "https://github.com/harlan-zw/unlighthouse",
6461
- "learn_more": "https://github.com/harlan-zw/unlighthouse",
6462
- "category": "Devtools",
6463
- "type": "3rd-party",
6464
- "maintainers": [
6465
- {
6466
- "name": "Harlan Wilton",
6467
- "github": "harlan-zw",
6468
- "twitter": "harlan_zw",
6469
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
6470
- }
6471
- ],
6472
- "compatibility": {
6473
- "nuxt": "^2.0.0 || ^3.0.0",
6474
- "requires": {
6475
- "bridge": "optional"
6476
- }
6477
- }
6478
- },
6479
7454
  {
6480
7455
  "name": "unocss",
6481
7456
  "description": "The instant on-demand atomic CSS engine.",
6482
- "repo": "antfu/unocss#main/packages/nuxt",
7457
+ "repo": "unocss/unocss#main/packages/nuxt",
6483
7458
  "npm": "@unocss/nuxt",
6484
7459
  "icon": "unocss.svg",
6485
- "github": "https://github.com/antfu/unocss",
6486
- "website": "https://github.com/antfu/unocss",
6487
- "learn_more": "https://github.com/antfu/unocss",
7460
+ "github": "https://github.com/unocss/unocss",
7461
+ "website": "https://github.com/unocss/unocss",
7462
+ "learn_more": "https://github.com/unocss/unocss",
6488
7463
  "category": "UI",
6489
7464
  "type": "3rd-party",
6490
7465
  "maintainers": [
@@ -6510,8 +7485,8 @@
6510
7485
  "npm": "nuxt-ununura",
6511
7486
  "icon": "ununuracss.png",
6512
7487
  "github": "https://github.com/novout/ununuracss",
6513
- "website": "https://ununura.com/#/",
6514
- "learn_more": "https://ununura.com/#/docs/why",
7488
+ "website": "https://github.com/novout/ununuracss",
7489
+ "learn_more": "https://github.com/novout/ununuracss",
6515
7490
  "category": "UI",
6516
7491
  "type": "3rd-party",
6517
7492
  "maintainers": [
@@ -6526,6 +7501,28 @@
6526
7501
  "requires": {}
6527
7502
  }
6528
7503
  },
7504
+ {
7505
+ "name": "use-bootstrap",
7506
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
7507
+ "repo": "simplise/use-bootstrap",
7508
+ "npm": "usebootstrap",
7509
+ "icon": "use-bootstrap.svg",
7510
+ "github": "https://github.com/simplise/use-bootstrap",
7511
+ "website": "https://usebootstrap.org/",
7512
+ "learn_more": "https://usebootstrap.org/",
7513
+ "category": "UI",
7514
+ "type": "3rd-party",
7515
+ "maintainers": [
7516
+ {
7517
+ "name": "KoujiSano",
7518
+ "github": "KoujiSano"
7519
+ }
7520
+ ],
7521
+ "compatibility": {
7522
+ "nuxt": "^3.0.0",
7523
+ "requires": {}
7524
+ }
7525
+ },
6529
7526
  {
6530
7527
  "name": "use-wagmi",
6531
7528
  "description": "Vue Composition for Ethereum based on wagmi",
@@ -6572,28 +7569,6 @@
6572
7569
  "requires": {}
6573
7570
  }
6574
7571
  },
6575
- {
6576
- "name": "validate",
6577
- "description": "Simple Nuxt input validation module using vee-validate",
6578
- "repo": "lewyuburi/nuxt-validate",
6579
- "npm": "nuxt-validate",
6580
- "icon": "vee-validate.png",
6581
- "github": "https://github.com/lewyuburi/nuxt-validate",
6582
- "website": "https://github.com/lewyuburi/nuxt-validate",
6583
- "learn_more": "https://logaretm.github.io/vee-validate/",
6584
- "category": "Libraries",
6585
- "type": "3rd-party",
6586
- "maintainers": [
6587
- {
6588
- "name": "lewyuburi",
6589
- "github": "lewyuburi"
6590
- }
6591
- ],
6592
- "compatibility": {
6593
- "nuxt": "^2.0.0",
6594
- "requires": {}
6595
- }
6596
- },
6597
7572
  {
6598
7573
  "name": "vant",
6599
7574
  "description": "A lightweight, customizable Vue UI library for mobile web apps.",
@@ -6648,8 +7623,8 @@
6648
7623
  "repo": "samk-dev/nuxt-vcalendar",
6649
7624
  "npm": "@samk-dev/nuxt-vcalendar",
6650
7625
  "icon": "vcalendar.png",
6651
- "github": "https://github.com/samk-dev/vcalendar",
6652
- "website": "https://github.com/samk-dev/vcalendar",
7626
+ "github": "https://github.com/samk-dev/nuxt-vcalendar",
7627
+ "website": "https://github.com/samk-dev/nuxt-vcalendar",
6653
7628
  "learn_more": "",
6654
7629
  "category": "Libraries",
6655
7630
  "type": "3rd-party",
@@ -6782,42 +7757,15 @@
6782
7757
  "requires": {}
6783
7758
  }
6784
7759
  },
6785
- {
6786
- "name": "vitest",
6787
- "description": "Vitest integration with Nuxt",
6788
- "repo": "danielroe/nuxt-vitest",
6789
- "npm": "nuxt-vitest",
6790
- "icon": "vitest.svg",
6791
- "github": "https://github.com/danielroe/nuxt-vitest",
6792
- "website": "https://github.com/danielroe/nuxt-vitest",
6793
- "learn_more": "",
6794
- "category": "Devtools",
6795
- "type": "3rd-party",
6796
- "maintainers": [
6797
- {
6798
- "name": "Daniel Roe",
6799
- "github": "danielroe"
6800
- },
6801
- {
6802
- "name": "Anthony Fu",
6803
- "github": "antfu"
6804
- }
6805
- ],
6806
- "compatibility": {
6807
- "nuxt": "^3.0.0",
6808
- "requires": {},
6809
- "devtools": "^0.0.0"
6810
- }
6811
- },
6812
7760
  {
6813
7761
  "name": "vue-email",
6814
7762
  "description": "💌 Write email templates with vue",
6815
- "repo": "Dave136/vue-email#main/packages/vue-email",
6816
- "npm": "vue-email",
7763
+ "repo": "vue-email/nuxt",
7764
+ "npm": "@vue-email/nuxt",
6817
7765
  "icon": "vue-email.svg",
6818
- "github": "https://github.com/Dave136/vue-email",
6819
- "website": "https://www.vuemail.net/",
6820
- "learn_more": "https://vue-email.vercel.app/getting-started",
7766
+ "github": "https://github.com/vue-email/nuxt",
7767
+ "website": "https://vuemail.net/",
7768
+ "learn_more": "https://vuemail.net/ssr/nuxt",
6821
7769
  "category": "UI",
6822
7770
  "type": "3rd-party",
6823
7771
  "maintainers": [
@@ -6840,6 +7788,29 @@
6840
7788
  "devtools": "^0.0.0"
6841
7789
  }
6842
7790
  },
7791
+ {
7792
+ "name": "vue-final-modal",
7793
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7794
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7795
+ "npm": "@vue-final-modal/nuxt",
7796
+ "icon": "vue-final-modal.svg",
7797
+ "github": "https://github.com/vue-final/vue-final-modal",
7798
+ "website": "https://vue-final-modal.org/",
7799
+ "learn_more": "https://vue-final-modal.org/",
7800
+ "category": "UI",
7801
+ "type": "3rd-party",
7802
+ "maintainers": [
7803
+ {
7804
+ "name": "Hunter Liu",
7805
+ "github": "hunterliu1003",
7806
+ "twitter": "hunterliu1003"
7807
+ }
7808
+ ],
7809
+ "compatibility": {
7810
+ "nuxt": "^3.0.0",
7811
+ "requires": {}
7812
+ }
7813
+ },
6843
7814
  {
6844
7815
  "name": "vue-macros",
6845
7816
  "description": "Explore more macros and syntax sugar to Vue.",
@@ -6915,7 +7886,7 @@
6915
7886
  "description": "Plausible analytics for Vue.js and Nuxt",
6916
7887
  "repo": "moritzsternemann/vue-plausible",
6917
7888
  "npm": "vue-plausible",
6918
- "icon": "plausible.png",
7889
+ "icon": "plausible.svg",
6919
7890
  "github": "https://github.com/moritzsternemann/vue-plausible",
6920
7891
  "website": "https://github.com/moritzsternemann/vue-plausible",
6921
7892
  "learn_more": "",
@@ -6935,7 +7906,7 @@
6935
7906
  {
6936
7907
  "name": "vue-query",
6937
7908
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6938
- "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
7909
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
6939
7910
  "npm": "@hebilicious/vue-query-nuxt",
6940
7911
  "icon": "vue-query.svg",
6941
7912
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -7032,7 +8003,7 @@
7032
8003
  "npm": "vue3-carousel-nuxt",
7033
8004
  "icon": "",
7034
8005
  "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7035
- "website": "",
8006
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7036
8007
  "learn_more": "",
7037
8008
  "category": "UI",
7038
8009
  "type": "3rd-party",
@@ -7051,7 +8022,7 @@
7051
8022
  {
7052
8023
  "name": "vuefire",
7053
8024
  "description": "Idiomatic composables for the Firebase SDK",
7054
- "repo": "vuejs/vuefire/packages/nuxt",
8025
+ "repo": "vuejs/vuefire#main/packages/nuxt",
7055
8026
  "npm": "nuxt-vuefire",
7056
8027
  "icon": "vuefire.svg",
7057
8028
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -7070,6 +8041,52 @@
7070
8041
  "requires": {}
7071
8042
  }
7072
8043
  },
8044
+ {
8045
+ "name": "vueform-builder",
8046
+ "description": "Official Vueform Builder module for Nuxt",
8047
+ "repo": "vueform/builder#main/nuxt",
8048
+ "npm": "@vueform/builder-nuxt",
8049
+ "icon": "vueform.svg",
8050
+ "github": "https://github.com/vueform/builder",
8051
+ "website": "https://builder.vueform.com",
8052
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
8053
+ "category": "Libraries",
8054
+ "type": "3rd-party",
8055
+ "maintainers": [
8056
+ {
8057
+ "name": "Adam Berecz",
8058
+ "github": "adamberecz",
8059
+ "twitter": "bereczadam"
8060
+ }
8061
+ ],
8062
+ "compatibility": {
8063
+ "nuxt": "^3.0.0",
8064
+ "requires": {}
8065
+ }
8066
+ },
8067
+ {
8068
+ "name": "vueform",
8069
+ "description": "Official Vueform module for Nuxt",
8070
+ "repo": "vueform/vueform#main/nuxt",
8071
+ "npm": "@vueform/nuxt",
8072
+ "icon": "vueform.svg",
8073
+ "github": "https://github.com/vueform/vueform",
8074
+ "website": "https://vueform.com",
8075
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
8076
+ "category": "Libraries",
8077
+ "type": "3rd-party",
8078
+ "maintainers": [
8079
+ {
8080
+ "name": "Adam Berecz",
8081
+ "github": "adamberecz",
8082
+ "twitter": "bereczadam"
8083
+ }
8084
+ ],
8085
+ "compatibility": {
8086
+ "nuxt": "^3.0.0",
8087
+ "requires": {}
8088
+ }
8089
+ },
7073
8090
  {
7074
8091
  "name": "vuestic",
7075
8092
  "description": "Vuestic UI module for Nuxt",
@@ -7077,8 +8094,8 @@
7077
8094
  "npm": "@vuestic/nuxt",
7078
8095
  "icon": "vuestic.png",
7079
8096
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
7080
- "website": "https://vuestic.dev",
7081
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
8097
+ "website": "https://ui.vuestic.dev",
8098
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
7082
8099
  "category": "UI",
7083
8100
  "type": "3rd-party",
7084
8101
  "maintainers": [
@@ -7099,8 +8116,8 @@
7099
8116
  "npm": "vuetify-nuxt-module",
7100
8117
  "icon": "vuetify-logo-v3-dark.svg",
7101
8118
  "github": "https://github.com/userquin/vuetify-nuxt-module",
7102
- "website": "https://github.com/userquin/vuetify-nuxt-module",
7103
- "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
8119
+ "website": "https://vuetify-nuxt-module.netlify.app/",
8120
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7104
8121
  "category": "UI",
7105
8122
  "type": "3rd-party",
7106
8123
  "maintainers": [
@@ -7345,7 +8362,7 @@
7345
8362
  "icon": "webpack.png",
7346
8363
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
7347
8364
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
7348
- "learn_more": "http://webpackmonitor.com/",
8365
+ "learn_more": "",
7349
8366
  "category": "Devtools",
7350
8367
  "type": "community",
7351
8368
  "maintainers": [
@@ -7411,11 +8428,11 @@
7411
8428
  {
7412
8429
  "name": "windicss",
7413
8430
  "description": "Next generation utility-first CSS framework.",
7414
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
8431
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
7415
8432
  "npm": "nuxt-windicss",
7416
8433
  "icon": "windicss.svg",
7417
- "github": "https://github.com/windicss/nuxt-windicss-module",
7418
- "website": "https://github.com/windicss/nuxt-windicss-module",
8434
+ "github": "https://github.com/windicss/nuxt-windicss",
8435
+ "website": "https://github.com/windicss/nuxt-windicss",
7419
8436
  "learn_more": "https://windicss.org/",
7420
8437
  "category": "UI",
7421
8438
  "type": "3rd-party",