@nuxt/modules 0.6.0-9bb1b8 → 0.6.0-9bd4cf

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 +1597 -474
  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,51 @@
1393
1459
  "requires": {}
1394
1460
  }
1395
1461
  },
1462
+ {
1463
+ "name": "easy-lightbox",
1464
+ "description": "A plugin for simple Vue 3 Image Lightbox component with Zoom / Drag / Rotate / Switch.",
1465
+ "repo": "modbender/nuxt-easy-lightbox",
1466
+ "npm": "nuxt-easy-lightbox",
1467
+ "icon": "easy-lightbox.svg",
1468
+ "github": "https://github.com/modbender/nuxt-easy-lightbox",
1469
+ "website": "https://github.com/modbender/nuxt-easy-lightbox",
1470
+ "learn_more": "",
1471
+ "category": "Libraries",
1472
+ "type": "3rd-party",
1473
+ "maintainers": [
1474
+ {
1475
+ "name": "modbender",
1476
+ "github": "modbender"
1477
+ }
1478
+ ],
1479
+ "compatibility": {
1480
+ "nuxt": "^3.0.0",
1481
+ "requires": {}
1482
+ }
1483
+ },
1484
+ {
1485
+ "name": "edgedb",
1486
+ "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
1487
+ "repo": "Tahul/nuxt-edgedb",
1488
+ "npm": "nuxt-edgedb-module",
1489
+ "icon": "edgedb.svg",
1490
+ "github": "https://github.com/Tahul/nuxt-edgedb",
1491
+ "website": "https://github.com/Tahul/nuxt-edgedb",
1492
+ "learn_more": "https://github.com/Tahul/nuxt-edgedb",
1493
+ "category": "Database",
1494
+ "type": "3rd-party",
1495
+ "maintainers": [
1496
+ {
1497
+ "name": "Yaël Guilloux",
1498
+ "github": "Tahul",
1499
+ "twitter": "yaeeelglx"
1500
+ }
1501
+ ],
1502
+ "compatibility": {
1503
+ "nuxt": "^3.8.0",
1504
+ "requires": {}
1505
+ }
1506
+ },
1396
1507
  {
1397
1508
  "name": "electron",
1398
1509
  "description": "Integrate Nuxt and Electron.",
@@ -1468,7 +1579,7 @@
1468
1579
  }
1469
1580
  },
1470
1581
  {
1471
- "name": "eslint",
1582
+ "name": "eslint-module",
1472
1583
  "description": "ESLint module for Nuxt",
1473
1584
  "repo": "nuxt-community/eslint-module",
1474
1585
  "npm": "@nuxtjs/eslint-module",
@@ -1489,6 +1600,29 @@
1489
1600
  "requires": {}
1490
1601
  }
1491
1602
  },
1603
+ {
1604
+ "name": "eslint",
1605
+ "description": "All-in-one ESLint module for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
1606
+ "repo": "nuxt/eslint",
1607
+ "npm": "@nuxt/eslint",
1608
+ "icon": "nuxt.svg",
1609
+ "github": "https://github.com/nuxt/eslint",
1610
+ "website": "https://eslint.nuxt.com",
1611
+ "learn_more": "https://eslint.nuxt.com/packages/module",
1612
+ "category": "Devtools",
1613
+ "type": "official",
1614
+ "maintainers": [
1615
+ {
1616
+ "name": "Anthony Fu",
1617
+ "github": "antfu",
1618
+ "twitter": "antfu7"
1619
+ }
1620
+ ],
1621
+ "compatibility": {
1622
+ "nuxt": "^3.0.0",
1623
+ "requires": {}
1624
+ }
1625
+ },
1492
1626
  {
1493
1627
  "name": "event-trace",
1494
1628
  "description": "Module for event trace in Nuxt",
@@ -1511,6 +1645,29 @@
1511
1645
  "requires": {}
1512
1646
  }
1513
1647
  },
1648
+ {
1649
+ "name": "fathom-analytics",
1650
+ "description": "Fathom analytics integration for Nuxt",
1651
+ "repo": "valgeirb/nuxt-fathom",
1652
+ "npm": "nuxt-fathom",
1653
+ "icon": "fathom-analytics.svg",
1654
+ "github": "https://github.com/valgeirb/nuxt-fathom",
1655
+ "website": "https://github.com/valgeirb/nuxt-fathom#readme",
1656
+ "learn_more": "",
1657
+ "category": "Analytics",
1658
+ "type": "3rd-party",
1659
+ "maintainers": [
1660
+ {
1661
+ "name": "Valgeir Björnsson",
1662
+ "github": "valgeirb",
1663
+ "avatar": "https://avatars.githubusercontent.com/valgeirb"
1664
+ }
1665
+ ],
1666
+ "compatibility": {
1667
+ "nuxt": "^3.0.0",
1668
+ "requires": {}
1669
+ }
1670
+ },
1514
1671
  {
1515
1672
  "name": "fathom",
1516
1673
  "description": "Fathom analytics for Nuxt",
@@ -1711,10 +1868,33 @@
1711
1868
  "requires": {}
1712
1869
  }
1713
1870
  },
1871
+ {
1872
+ "name": "fonts",
1873
+ "description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
1874
+ "repo": "nuxt/fonts",
1875
+ "npm": "@nuxt/fonts",
1876
+ "icon": "nuxt.svg",
1877
+ "github": "https://github.com/nuxt/fonts",
1878
+ "website": "https://github.com/nuxt/fonts",
1879
+ "learn_more": "",
1880
+ "category": "Libraries",
1881
+ "type": "official",
1882
+ "maintainers": [
1883
+ {
1884
+ "name": "Daniel Roe",
1885
+ "github": "danielroe",
1886
+ "twitter": "danielcroe"
1887
+ }
1888
+ ],
1889
+ "compatibility": {
1890
+ "nuxt": "^3.0.0",
1891
+ "requires": {}
1892
+ }
1893
+ },
1714
1894
  {
1715
1895
  "name": "form-actions",
1716
1896
  "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",
1897
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1718
1898
  "npm": "@hebilicious/form-actions-nuxt",
1719
1899
  "icon": "form-actions.svg",
1720
1900
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
@@ -1742,7 +1922,7 @@
1742
1922
  "icon": "formkit.png",
1743
1923
  "github": "https://github.com/formkit/formkit",
1744
1924
  "website": "https://formkit.com",
1745
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1925
+ "learn_more": "https://formkit.com/getting-started/installation",
1746
1926
  "category": "Libraries",
1747
1927
  "type": "3rd-party",
1748
1928
  "maintainers": [
@@ -1955,7 +2135,7 @@
1955
2135
  "icon": "graphql-client.svg",
1956
2136
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1957
2137
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
1958
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2138
+ "learn_more": "https://nuxt-graphql-client.web.app/",
1959
2139
  "category": "Request",
1960
2140
  "type": "3rd-party",
1961
2141
  "maintainers": [
@@ -2016,7 +2196,7 @@
2016
2196
  },
2017
2197
  {
2018
2198
  "name": "gtag",
2019
- "description": "Google Analytics integration for Nuxt",
2199
+ "description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
2020
2200
  "repo": "johannschopplich/nuxt-gtag",
2021
2201
  "npm": "nuxt-gtag",
2022
2202
  "icon": "gtag.svg",
@@ -2239,6 +2419,28 @@
2239
2419
  "requires": {}
2240
2420
  }
2241
2421
  },
2422
+ {
2423
+ "name": "hotjar",
2424
+ "description": "Add HotJar to your Nuxt application",
2425
+ "repo": "damevin/nuxt-module-hotjar",
2426
+ "npm": "nuxt-module-hotjar",
2427
+ "icon": "hotjar.png",
2428
+ "github": "https://github.com/damevin/nuxt-module-hotjar",
2429
+ "website": "https://github.com/damevin/nuxt-module-hotjar",
2430
+ "learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
2431
+ "category": "SEO",
2432
+ "type": "3rd-party",
2433
+ "maintainers": [
2434
+ {
2435
+ "name": "Raphaël DAMEVIN",
2436
+ "github": "damevin"
2437
+ }
2438
+ ],
2439
+ "compatibility": {
2440
+ "nuxt": "^3.0.0",
2441
+ "requires": {}
2442
+ }
2443
+ },
2242
2444
  {
2243
2445
  "name": "html-minifier",
2244
2446
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
@@ -2268,7 +2470,7 @@
2268
2470
  "npm": "@nuxtjs/html-validator",
2269
2471
  "icon": "html-validator.png",
2270
2472
  "github": "https://github.com/nuxt-modules/html-validator",
2271
- "website": "https://html-validator.nuxtjs.org",
2473
+ "website": "https://github.com/nuxt-modules/html-validator",
2272
2474
  "learn_more": "https://html-validate.org",
2273
2475
  "category": "Performance",
2274
2476
  "type": "community",
@@ -2314,6 +2516,44 @@
2314
2516
  "requires": {}
2315
2517
  }
2316
2518
  },
2519
+ {
2520
+ "name": "hub",
2521
+ "description": "Build full-stack Nuxt applications on the edge, with zero configuration.",
2522
+ "repo": "nuxt-hub/core",
2523
+ "npm": "@nuxthub/core",
2524
+ "icon": "nuxthub.svg",
2525
+ "github": "https://github.com/nuxt-hub/core",
2526
+ "website": "https://hub.nuxt.com",
2527
+ "learn_more": "",
2528
+ "category": "Database",
2529
+ "type": "3rd-party",
2530
+ "maintainers": [
2531
+ {
2532
+ "name": "Sebastien Chopin",
2533
+ "github": "Atinux"
2534
+ },
2535
+ {
2536
+ "name": "Ahad Birang",
2537
+ "github": "farnabaz"
2538
+ },
2539
+ {
2540
+ "name": "Sylvain Marroufin",
2541
+ "github": "smarroufin"
2542
+ },
2543
+ {
2544
+ "name": "Florent Delerue",
2545
+ "github": "flosciante"
2546
+ },
2547
+ {
2548
+ "name": "NuxtLabs",
2549
+ "github": "nuxtlabs"
2550
+ }
2551
+ ],
2552
+ "compatibility": {
2553
+ "nuxt": "^3.0.0",
2554
+ "requires": {}
2555
+ }
2556
+ },
2317
2557
  {
2318
2558
  "name": "humans-txt",
2319
2559
  "description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
@@ -2344,8 +2584,8 @@
2344
2584
  "npm": "@nuxtjs/i18n",
2345
2585
  "icon": "i18n.png",
2346
2586
  "github": "https://github.com/nuxt-modules/i18n",
2347
- "website": "https://v8.i18n.nuxtjs.org",
2348
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2587
+ "website": "https://i18n.nuxtjs.org",
2588
+ "learn_more": "https://vue-i18n.intlify.dev/",
2349
2589
  "category": "Extensions",
2350
2590
  "type": "community",
2351
2591
  "maintainers": [
@@ -2356,6 +2596,10 @@
2356
2596
  {
2357
2597
  "name": "Kazuya Kawaguchi",
2358
2598
  "github": "kazupon"
2599
+ },
2600
+ {
2601
+ "name": "Bobbie Goede",
2602
+ "github": "BobbieGoede"
2359
2603
  }
2360
2604
  ],
2361
2605
  "compatibility": {
@@ -2385,21 +2629,48 @@
2385
2629
  "requires": {}
2386
2630
  }
2387
2631
  },
2632
+ {
2633
+ "name": "icon-tw",
2634
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2635
+ "repo": "jcamp-code/nuxt-icon-tw",
2636
+ "npm": "nuxt-icon-tw",
2637
+ "icon": "nuxt-icon.png",
2638
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2639
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2640
+ "learn_more": "",
2641
+ "category": "UI",
2642
+ "type": "3rd-party",
2643
+ "maintainers": [
2644
+ {
2645
+ "name": "JohnCampionJr",
2646
+ "github": "JohnCampionJr"
2647
+ }
2648
+ ],
2649
+ "compatibility": {
2650
+ "nuxt": "^3.0.0",
2651
+ "requires": {},
2652
+ "devtools": "^0.0.0"
2653
+ }
2654
+ },
2388
2655
  {
2389
2656
  "name": "icon",
2390
- "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
2391
- "repo": "nuxt-modules/icon",
2392
- "npm": "nuxt-icon",
2657
+ "description": "Icon module for Nuxt with 200,000+ ready to use icons from Iconify.",
2658
+ "repo": "nuxt/icon",
2659
+ "npm": "@nuxt/icon",
2393
2660
  "icon": "nuxt-icon.png",
2394
- "github": "https://github.com/nuxt-modules/icon",
2395
- "website": "https://github.com/nuxt-modules/icon",
2661
+ "github": "https://github.com/nuxt/icon",
2662
+ "website": "https://github.com/nuxt/icon",
2396
2663
  "learn_more": "",
2397
2664
  "category": "UI",
2398
- "type": "community",
2665
+ "type": "official",
2399
2666
  "maintainers": [
2400
2667
  {
2401
2668
  "name": "Atinux",
2402
2669
  "github": "Atinux"
2670
+ },
2671
+ {
2672
+ "name": "Anthony Fu",
2673
+ "github": "antfu"
2403
2674
  }
2404
2675
  ],
2405
2676
  "compatibility": {
@@ -2653,7 +2924,8 @@
2653
2924
  "compatibility": {
2654
2925
  "nuxt": "^3.0.0",
2655
2926
  "requires": {}
2656
- }
2927
+ },
2928
+ "sponsor": true
2657
2929
  },
2658
2930
  {
2659
2931
  "name": "kql",
@@ -2662,7 +2934,7 @@
2662
2934
  "npm": "nuxt-kql",
2663
2935
  "icon": "kql.svg",
2664
2936
  "github": "https://github.com/johannschopplich/nuxt-kql",
2665
- "website": "https://nuxt-kql.jhnn.dev",
2937
+ "website": "https://nuxt-kql.byjohann.dev/",
2666
2938
  "learn_more": "",
2667
2939
  "category": "CMS",
2668
2940
  "type": "3rd-party",
@@ -2723,6 +2995,28 @@
2723
2995
  "requires": {}
2724
2996
  }
2725
2997
  },
2998
+ {
2999
+ "name": "laravel-precognition",
3000
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
3001
+ "repo": "sot1986/nuxt-laravel-precognition",
3002
+ "npm": "nuxt-laravel-precognition",
3003
+ "icon": "laravel.svg",
3004
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
3005
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
3006
+ "learn_more": "",
3007
+ "category": "Security",
3008
+ "type": "3rd-party",
3009
+ "maintainers": [
3010
+ {
3011
+ "name": "sot1986",
3012
+ "github": "sot1986"
3013
+ }
3014
+ ],
3015
+ "compatibility": {
3016
+ "nuxt": "^3.0.0",
3017
+ "requires": {}
3018
+ }
3019
+ },
2726
3020
  {
2727
3021
  "name": "laravel",
2728
3022
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2769,7 +3063,7 @@
2769
3063
  },
2770
3064
  {
2771
3065
  "name": "link-checker",
2772
- "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
3066
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2773
3067
  "repo": "harlan-zw/nuxt-link-checker",
2774
3068
  "npm": "nuxt-link-checker",
2775
3069
  "icon": "link-checker.svg",
@@ -2842,6 +3136,28 @@
2842
3136
  "requires": {}
2843
3137
  }
2844
3138
  },
3139
+ {
3140
+ "name": "locomotive-scroll",
3141
+ "description": "A Nuxt module to easily integrate Locomotive Scroll into your Nuxt application.",
3142
+ "repo": "arashsheyda/nuxt-locomotive-scroll",
3143
+ "npm": "nuxt-locomotive-scroll",
3144
+ "icon": "locomotive-scroll.png",
3145
+ "github": "https://github.com/arashsheyda/nuxt-locomotive-scroll",
3146
+ "website": "https://docs.arashsheyda.me/nuxt-locomotive-scroll",
3147
+ "learn_more": "https://github.com/locomotivemtl/locomotive-scroll",
3148
+ "category": "Libraries",
3149
+ "type": "3rd-party",
3150
+ "maintainers": [
3151
+ {
3152
+ "name": "Arash Sheyda",
3153
+ "github": "arashsheyda"
3154
+ }
3155
+ ],
3156
+ "compatibility": {
3157
+ "nuxt": "^3.0.0",
3158
+ "requires": {}
3159
+ }
3160
+ },
2845
3161
  {
2846
3162
  "name": "lodash",
2847
3163
  "description": "lodash module with auto-import and custom prefix",
@@ -2887,6 +3203,30 @@
2887
3203
  "requires": {}
2888
3204
  }
2889
3205
  },
3206
+ {
3207
+ "name": "logto",
3208
+ "description": "The better Nuxt auth module for developers.",
3209
+ "repo": "logto-io/js#master/packages/nuxt",
3210
+ "npm": "@logto/nuxt",
3211
+ "icon": "logto.svg",
3212
+ "github": "https://github.com/logto-io/js/tree/master/packages/nuxt",
3213
+ "website": "https://logto.io",
3214
+ "learn_more": "https://docs.logto.io",
3215
+ "category": "Security",
3216
+ "type": "3rd-party",
3217
+ "maintainers": [
3218
+ {
3219
+ "name": "logto",
3220
+ "github": "logto-io",
3221
+ "twitter": "logto_io"
3222
+ }
3223
+ ],
3224
+ "compatibility": {
3225
+ "nuxt": "^3.0.0",
3226
+ "requires": {}
3227
+ },
3228
+ "sponsor": true
3229
+ },
2890
3230
  {
2891
3231
  "name": "lucide-icons",
2892
3232
  "description": "Nuxt module to integrate Lucide icons",
@@ -2938,10 +3278,10 @@
2938
3278
  {
2939
3279
  "name": "magic-regexp",
2940
3280
  "description": "A compiled-away, type-safe, readable RegExp alternative",
2941
- "repo": "danielroe/magic-regexp",
3281
+ "repo": "unjs/magic-regexp",
2942
3282
  "npm": "magic-regexp",
2943
3283
  "icon": "magic-regexp.svg",
2944
- "github": "https://github.com/danielroe/magic-regexp",
3284
+ "github": "https://github.com/unjs/magic-regexp",
2945
3285
  "website": "https://magic-regexp.roe.dev",
2946
3286
  "learn_more": "https://magic-regexp.roe.dev",
2947
3287
  "category": "Libraries",
@@ -2958,6 +3298,29 @@
2958
3298
  "requires": {}
2959
3299
  }
2960
3300
  },
3301
+ {
3302
+ "name": "mailpit",
3303
+ "description": "Integrates Mailpit web UI in Nuxt devtools",
3304
+ "repo": "tdolsen/nuxt-mailpit",
3305
+ "npm": "nuxt-mailpit",
3306
+ "icon": "mailpit.svg",
3307
+ "github": "https://github.com/tdolsen/nuxt-mailpit",
3308
+ "website": "https://github.com/tdolsen/nuxt-mailpit",
3309
+ "learn_more": "https://github.com/tdolsen/nuxt-mailpit",
3310
+ "category": "Devtools",
3311
+ "type": "3rd-party",
3312
+ "maintainers": [
3313
+ {
3314
+ "name": "Torkild Dyvik Olsen",
3315
+ "github": "tdolsen",
3316
+ "twitter": "tdolsen"
3317
+ }
3318
+ ],
3319
+ "compatibility": {
3320
+ "nuxt": "^3.8.0",
3321
+ "requires": {}
3322
+ }
3323
+ },
2961
3324
  {
2962
3325
  "name": "markdownit",
2963
3326
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -2981,6 +3344,30 @@
2981
3344
  "requires": {}
2982
3345
  }
2983
3346
  },
3347
+ {
3348
+ "name": "marquee",
3349
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3350
+ "repo": "hanzydev/nuxt-marquee",
3351
+ "npm": "nuxt-marquee",
3352
+ "icon": "marquee.png",
3353
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3354
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3355
+ "learn_more": "",
3356
+ "category": "UI",
3357
+ "type": "3rd-party",
3358
+ "maintainers": [
3359
+ {
3360
+ "name": "Hànzy",
3361
+ "github": "hanzydev",
3362
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3363
+ }
3364
+ ],
3365
+ "compatibility": {
3366
+ "nuxt": "^3.0.0",
3367
+ "requires": {},
3368
+ "devtools": "^0.0.0"
3369
+ }
3370
+ },
2984
3371
  {
2985
3372
  "name": "matomo",
2986
3373
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -3006,14 +3393,14 @@
3006
3393
  {
3007
3394
  "name": "maz-ui",
3008
3395
  "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3009
- "repo": "louismazel/maz-ui",
3396
+ "repo": "louismazel/maz-ui#master/packages/lib",
3010
3397
  "npm": "maz-ui",
3011
3398
  "icon": "maz-ui.png",
3012
3399
  "github": "https://github.com/louismazel/maz-ui",
3013
- "website": "https://louismazel.github.io/maz-ui-3/",
3014
- "learn_more": "https://louismazel.github.io/maz-ui-3/",
3400
+ "website": "https://maz-ui.com/",
3401
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3015
3402
  "category": "UI",
3016
- "type": "community",
3403
+ "type": "3rd-party",
3017
3404
  "maintainers": [
3018
3405
  {
3019
3406
  "name": "Loïc Mazuel",
@@ -3026,19 +3413,41 @@
3026
3413
  }
3027
3414
  },
3028
3415
  {
3029
- "name": "mdx",
3030
- "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
3031
- "repo": "nuxt-community/mdx-module",
3032
- "npm": "@nuxtjs/mdx",
3033
- "icon": "mdx.png",
3034
- "github": "https://github.com/nuxt-community/mdx-module",
3035
- "website": "https://mdx.nuxtjs.org",
3036
- "learn_more": "https://mdxjs.com/",
3416
+ "name": "mdc",
3417
+ "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
3418
+ "repo": "nuxt-modules/mdc",
3419
+ "npm": "@nuxtjs/mdc",
3420
+ "icon": "mdc.png",
3421
+ "github": "https://github.com/nuxt-modules/mdc",
3422
+ "website": "https://github.com/nuxt-modules/mdc",
3423
+ "learn_more": "",
3037
3424
  "category": "Extensions",
3038
3425
  "type": "community",
3039
3426
  "maintainers": [
3040
3427
  {
3041
- "name": "Jonathan Bakebwa",
3428
+ "name": "farnabaz",
3429
+ "github": "farnabaz"
3430
+ }
3431
+ ],
3432
+ "compatibility": {
3433
+ "nuxt": "^3.0.0",
3434
+ "requires": {}
3435
+ }
3436
+ },
3437
+ {
3438
+ "name": "mdx",
3439
+ "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
3440
+ "repo": "nuxt-community/mdx-module",
3441
+ "npm": "@nuxtjs/mdx",
3442
+ "icon": "mdx.png",
3443
+ "github": "https://github.com/nuxt-community/mdx-module",
3444
+ "website": "https://mdx.nuxtjs.org",
3445
+ "learn_more": "https://mdxjs.com/",
3446
+ "category": "Extensions",
3447
+ "type": "community",
3448
+ "maintainers": [
3449
+ {
3450
+ "name": "Jonathan Bakebwa",
3042
3451
  "github": "codebender828",
3043
3452
  "twitter": "codebender828"
3044
3453
  }
@@ -3121,28 +3530,6 @@
3121
3530
  "requires": {}
3122
3531
  }
3123
3532
  },
3124
- {
3125
- "name": "mobile",
3126
- "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
3127
- "repo": "ChanningDefoe/nuxt-mobile-detect",
3128
- "npm": "nuxt-mobile",
3129
- "icon": "",
3130
- "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
3131
- "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
3132
- "learn_more": "https://github.com/hgoebl/mobile-detect.js",
3133
- "category": "Extensions",
3134
- "type": "3rd-party",
3135
- "maintainers": [
3136
- {
3137
- "name": "ChanningDefoe",
3138
- "github": "ChanningDefoe"
3139
- }
3140
- ],
3141
- "compatibility": {
3142
- "nuxt": "^2.0.0",
3143
- "requires": {}
3144
- }
3145
- },
3146
3533
  {
3147
3534
  "name": "module-feed",
3148
3535
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -3166,6 +3553,28 @@
3166
3553
  "requires": {}
3167
3554
  }
3168
3555
  },
3556
+ {
3557
+ "name": "mojocss",
3558
+ "description": "The Atomic CSS Framework for crafting gorgeous UIs without shipping any CSS.",
3559
+ "repo": "mojocss/mojocss-nuxt-module",
3560
+ "npm": "@mojocss/nuxt",
3561
+ "icon": "mojocss.svg",
3562
+ "github": "https://github.com/mojocss/mojocss-nuxt-module",
3563
+ "website": "https://mojocss.com/docs/guide/nuxtjs",
3564
+ "learn_more": "",
3565
+ "category": "UI",
3566
+ "type": "3rd-party",
3567
+ "maintainers": [
3568
+ {
3569
+ "name": "mojocss",
3570
+ "github": "mojocss"
3571
+ }
3572
+ ],
3573
+ "compatibility": {
3574
+ "nuxt": "^2.0.0 || ^3.0.0",
3575
+ "requires": {}
3576
+ }
3577
+ },
3169
3578
  {
3170
3579
  "name": "moment",
3171
3580
  "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
@@ -3194,20 +3603,20 @@
3194
3603
  }
3195
3604
  },
3196
3605
  {
3197
- "name": "mq",
3198
- "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3199
- "repo": "vanhoofmaarten/nuxt-mq",
3200
- "npm": "nuxt-mq",
3606
+ "name": "neo",
3607
+ "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
3608
+ "repo": "ezypeeze/nuxt-neo",
3609
+ "npm": "nuxt-neo",
3201
3610
  "icon": "",
3202
- "github": "https://github.com/vanhoofmaarten/nuxt-mq",
3203
- "website": "https://github.com/vanhoofmaarten/nuxt-mq",
3204
- "learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
3205
- "category": "Libraries",
3611
+ "github": "https://github.com/ezypeeze/nuxt-neo",
3612
+ "website": "https://ezypeeze.github.io/nuxt-neo",
3613
+ "learn_more": "",
3614
+ "category": "Request",
3206
3615
  "type": "3rd-party",
3207
3616
  "maintainers": [
3208
3617
  {
3209
- "name": "vanhoofmaarten",
3210
- "github": "vanhoofmaarten"
3618
+ "name": "ezypeeze",
3619
+ "github": "ezypeeze"
3211
3620
  }
3212
3621
  ],
3213
3622
  "compatibility": {
@@ -3216,24 +3625,24 @@
3216
3625
  }
3217
3626
  },
3218
3627
  {
3219
- "name": "neo",
3220
- "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
3221
- "repo": "ezypeeze/nuxt-neo",
3222
- "npm": "nuxt-neo",
3223
- "icon": "",
3224
- "github": "https://github.com/ezypeeze/nuxt-neo",
3225
- "website": "https://ezypeeze.github.io/nuxt-neo",
3628
+ "name": "neo4j",
3629
+ "description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
3630
+ "repo": "arashsheyda/nuxt-neo4j",
3631
+ "npm": "nuxt-neo4j",
3632
+ "icon": "nuxt-neo4j.png",
3633
+ "github": "https://github.com/arashsheyda/nuxt-neo4j",
3634
+ "website": "https://github.com/arashsheyda/nuxt-neo4j",
3226
3635
  "learn_more": "",
3227
- "category": "Request",
3636
+ "category": "Database",
3228
3637
  "type": "3rd-party",
3229
3638
  "maintainers": [
3230
3639
  {
3231
- "name": "ezypeeze",
3232
- "github": "ezypeeze"
3640
+ "name": "arashsheyda",
3641
+ "github": "arashsheyda"
3233
3642
  }
3234
3643
  ],
3235
3644
  "compatibility": {
3236
- "nuxt": "^2.0.0",
3645
+ "nuxt": "^3.0.0",
3237
3646
  "requires": {}
3238
3647
  }
3239
3648
  },
@@ -3285,12 +3694,12 @@
3285
3694
  {
3286
3695
  "name": "netlify",
3287
3696
  "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3288
- "repo": "bazzite/nuxt-netlify",
3697
+ "repo": "juliomrqz/nuxt-netlify",
3289
3698
  "npm": "@aceforth/nuxt-netlify",
3290
3699
  "icon": "netlify.png",
3291
- "github": "https://github.com/bazzite/nuxt-netlify",
3292
- "website": "https://marquez.co/docs/nuxt-netlify/",
3293
- "learn_more": "",
3700
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3701
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3702
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
3294
3703
  "category": "Deployment",
3295
3704
  "type": "3rd-party",
3296
3705
  "maintainers": [
@@ -3306,29 +3715,45 @@
3306
3715
  },
3307
3716
  {
3308
3717
  "name": "ngrok",
3309
- "description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
3310
- "repo": "nuxt-community/ngrok",
3718
+ "description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes.",
3719
+ "repo": "nuxt-modules/ngrok",
3311
3720
  "npm": "@nuxtjs/ngrok",
3312
- "icon": "ngrok.png",
3313
- "github": "https://github.com/nuxt-community/ngrok-module",
3314
- "website": "https://ngrok.nuxtjs.org",
3315
- "learn_more": "https://github.com/bubenshchykov/ngrok",
3721
+ "icon": "ngrok.svg",
3722
+ "github": "https://github.com/nuxt-modules/ngrok",
3723
+ "website": "https://ngrok.nuxtjs.org/",
3724
+ "learn_more": "https://ngrok.com/",
3316
3725
  "category": "Devtools",
3317
3726
  "type": "community",
3318
3727
  "maintainers": [
3319
3728
  {
3320
- "name": "Debbie O'Brien",
3321
- "github": "debs-obrien",
3322
- "twitter": "debs_obrien"
3323
- },
3729
+ "name": "Arash Sheyda",
3730
+ "github": "arashsheyda"
3731
+ }
3732
+ ],
3733
+ "compatibility": {
3734
+ "nuxt": "^3.0.0",
3735
+ "requires": {}
3736
+ }
3737
+ },
3738
+ {
3739
+ "name": "nodemailer",
3740
+ "description": "Nuxt integration for nodemailer",
3741
+ "repo": "kleinpetr/nuxt-nodemailer",
3742
+ "npm": "nuxt-nodemailer",
3743
+ "icon": "nodemailer.png",
3744
+ "github": "https://github.com/kleinpetr/nuxt-nodemailer",
3745
+ "website": "https://github.com/kleinpetr/nuxt-nodemailer",
3746
+ "learn_more": "https://www.nodemailer.com/",
3747
+ "category": "Extensions",
3748
+ "type": "3rd-party",
3749
+ "maintainers": [
3324
3750
  {
3325
- "name": "Pooya Parsa",
3326
- "github": "pi0",
3327
- "twitter": "_pi0_"
3751
+ "name": "kleinpetr",
3752
+ "github": "kleinpetr"
3328
3753
  }
3329
3754
  ],
3330
3755
  "compatibility": {
3331
- "nuxt": "^2.0.0",
3756
+ "nuxt": "^3.0.0",
3332
3757
  "requires": {}
3333
3758
  }
3334
3759
  },
@@ -3399,24 +3824,48 @@
3399
3824
  }
3400
3825
  },
3401
3826
  {
3402
- "name": "nuxt-auth",
3403
- "description": "",
3404
- "repo": "sidebase/nuxt-auth",
3405
- "npm": "@sidebase/nuxt-auth",
3406
- "icon": "",
3407
- "github": "https://github.com/sidebase/nuxt-auth",
3408
- "website": "https://github.com/sidebase/nuxt-auth",
3409
- "learn_more": "",
3410
- "category": "Devtools",
3827
+ "name": "nuxt-asciidoc",
3828
+ "description": "Transformer for using asciidoc in nuxt",
3829
+ "repo": "Chris2011/nuxt-asciidoc",
3830
+ "npm": "nuxt-asciidoc",
3831
+ "icon": "nuxt-asciidoc.svg",
3832
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3833
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3834
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3835
+ "category": "Extensions",
3411
3836
  "type": "3rd-party",
3412
3837
  "maintainers": [
3413
3838
  {
3414
- "name": "sidebase",
3415
- "github": "sidebase"
3839
+ "name": "Christian Lenz",
3840
+ "github": "Chris2011",
3841
+ "twitter": "Chrizzly42"
3416
3842
  }
3417
3843
  ],
3418
3844
  "compatibility": {
3419
- "nuxt": "^2.0.0",
3845
+ "nuxt": "^3.0.0",
3846
+ "requires": {}
3847
+ }
3848
+ },
3849
+ {
3850
+ "name": "nuxt-auth-sanctum",
3851
+ "description": "Nuxt module for Laravel Sanctum authentication",
3852
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3853
+ "npm": "nuxt-auth-sanctum",
3854
+ "icon": "laravel.svg",
3855
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3856
+ "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3857
+ "learn_more": "https://laravel.com/docs/10.x/sanctum",
3858
+ "category": "Security",
3859
+ "type": "3rd-party",
3860
+ "maintainers": [
3861
+ {
3862
+ "name": "Artem Manchenkov",
3863
+ "github": "manchenkoff",
3864
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3865
+ }
3866
+ ],
3867
+ "compatibility": {
3868
+ "nuxt": "^3.9.0",
3420
3869
  "requires": {}
3421
3870
  }
3422
3871
  },
@@ -3442,6 +3891,57 @@
3442
3891
  "requires": {}
3443
3892
  }
3444
3893
  },
3894
+ {
3895
+ "name": "nuxt-bezier",
3896
+ "description": "Reusable transition components",
3897
+ "repo": "50rayn/nuxt-bezier",
3898
+ "npm": "nuxt-bezier",
3899
+ "icon": "nuxt-bezier.png",
3900
+ "github": "https://github.com/50rayn/nuxt-bezier",
3901
+ "website": "https://github.com/50rayn/nuxt-bezier",
3902
+ "learn_more": "https://github.com/Noction/vue-bezier",
3903
+ "category": "UI",
3904
+ "type": "3rd-party",
3905
+ "maintainers": [
3906
+ {
3907
+ "name": "Soryn Gitlan",
3908
+ "github": "50rayn"
3909
+ }
3910
+ ],
3911
+ "compatibility": {
3912
+ "nuxt": "^3.0.0",
3913
+ "requires": {}
3914
+ }
3915
+ },
3916
+ {
3917
+ "name": "nuxt-booster",
3918
+ "description": "nuxt-booster will help you to improve the lighthouse performance score (100/100) of your website.",
3919
+ "repo": "basics/nuxt-booster",
3920
+ "npm": "nuxt-booster",
3921
+ "icon": "nuxt-booster.svg",
3922
+ "github": "https://github.com/basics/nuxt-booster",
3923
+ "website": "https://basics.github.io/nuxt-booster/",
3924
+ "learn_more": "https://basics.github.io/nuxt-booster/",
3925
+ "category": "Performance",
3926
+ "type": "3rd-party",
3927
+ "maintainers": [
3928
+ {
3929
+ "name": "Thorn Walli",
3930
+ "github": "ThornWalli",
3931
+ "avatar": "https://avatars.githubusercontent.com/u/8287751?v=4"
3932
+ },
3933
+ {
3934
+ "name": "Stephan Gerbeth",
3935
+ "github": "StephanGerbeth",
3936
+ "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
3937
+ }
3938
+ ],
3939
+ "compatibility": {
3940
+ "nuxt": "^3.0.0",
3941
+ "requires": {},
3942
+ "devtools": "^0.0.0"
3943
+ }
3944
+ },
3445
3945
  {
3446
3946
  "name": "nuxt-bootstrap-icons",
3447
3947
  "description": "Just a simple integration for Bootstrap Icons",
@@ -3486,6 +3986,28 @@
3486
3986
  "requires": {}
3487
3987
  }
3488
3988
  },
3989
+ {
3990
+ "name": "nuxt-cookie-consent",
3991
+ "description": "Nuxt module for integrating with cookie consent providers with ease",
3992
+ "repo": "weareheavy/nuxt-cookie-consent",
3993
+ "npm": "@weareheavy/nuxt-cookie-consent",
3994
+ "icon": "wah.svg",
3995
+ "github": "https://github.com/weareheavy/nuxt-cookie-consent",
3996
+ "website": "https://nuxt-cookie-consent.packages.weareheavy.com",
3997
+ "learn_more": "",
3998
+ "category": "Extensions",
3999
+ "type": "3rd-party",
4000
+ "maintainers": [
4001
+ {
4002
+ "name": "weareheavy",
4003
+ "github": "weareheavy"
4004
+ }
4005
+ ],
4006
+ "compatibility": {
4007
+ "nuxt": "^3.0.0",
4008
+ "requires": {}
4009
+ }
4010
+ },
3489
4011
  {
3490
4012
  "name": "nuxt-facebook-chat",
3491
4013
  "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
@@ -3512,6 +4034,28 @@
3512
4034
  "requires": {}
3513
4035
  }
3514
4036
  },
4037
+ {
4038
+ "name": "nuxt-feather-icons",
4039
+ "description": "The Feather Icons in Nuxt 3.",
4040
+ "repo": "4sllan/nuxt-feather-icons",
4041
+ "npm": "nuxt-feather-icons",
4042
+ "icon": "nuxt-feather-icons.png",
4043
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
4044
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
4045
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
4046
+ "category": "UI",
4047
+ "type": "3rd-party",
4048
+ "maintainers": [
4049
+ {
4050
+ "name": "4sllan",
4051
+ "github": "4sllan"
4052
+ }
4053
+ ],
4054
+ "compatibility": {
4055
+ "nuxt": "^3.0.0",
4056
+ "requires": {}
4057
+ }
4058
+ },
3515
4059
  {
3516
4060
  "name": "nuxt-feedme",
3517
4061
  "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
@@ -3534,6 +4078,51 @@
3534
4078
  "requires": {}
3535
4079
  }
3536
4080
  },
4081
+ {
4082
+ "name": "nuxt-file-storage",
4083
+ "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.",
4084
+ "repo": "nyllre/nuxt-file-storage",
4085
+ "npm": "nuxt-file-storage",
4086
+ "icon": "nuxt-file-storage.svg",
4087
+ "github": "https://github.com/nyllre/nuxt-file-storage",
4088
+ "website": "https://github.com/nyllre/nuxt-file-storage",
4089
+ "learn_more": "https://github.com/nyllre/nuxt-file-storage",
4090
+ "category": "Database",
4091
+ "type": "3rd-party",
4092
+ "maintainers": [
4093
+ {
4094
+ "name": "NyllRE",
4095
+ "github": "NyllRE"
4096
+ }
4097
+ ],
4098
+ "compatibility": {
4099
+ "nuxt": "^3.0.0",
4100
+ "requires": {}
4101
+ }
4102
+ },
4103
+ {
4104
+ "name": "nuxt-fontawesome",
4105
+ "description": "Module to use Font Awesome 6 icons in your Nuxt project",
4106
+ "repo": "bezumkin/nuxt-fontawesome",
4107
+ "npm": "@vesp/nuxt-fontawesome",
4108
+ "icon": "nuxt-fontawesome.svg",
4109
+ "github": "https://github.com/bezumkin/nuxt-fontawesome",
4110
+ "website": "https://github.com/bezumkin/nuxt-fontawesome",
4111
+ "learn_more": "https://fontawesome.com",
4112
+ "category": "UI",
4113
+ "type": "3rd-party",
4114
+ "maintainers": [
4115
+ {
4116
+ "name": "Vasily Naumkin",
4117
+ "github": "bezumkin",
4118
+ "avatar": "https://avatars.githubusercontent.com/u/1257284"
4119
+ }
4120
+ ],
4121
+ "compatibility": {
4122
+ "nuxt": "^3.0.0",
4123
+ "requires": {}
4124
+ }
4125
+ },
3537
4126
  {
3538
4127
  "name": "nuxt-graphql-middleware",
3539
4128
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3541,7 +4130,7 @@
3541
4130
  "npm": "nuxt-graphql-middleware",
3542
4131
  "icon": "nuxt-graphql-middleware.svg",
3543
4132
  "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3544
- "website": "https://nuxt-graphql-middleware.dulnan.net",
4133
+ "website": "https://github.com/dulnan/nuxt-graphql-middleware",
3545
4134
  "learn_more": "",
3546
4135
  "category": "Request",
3547
4136
  "type": "3rd-party",
@@ -3599,7 +4188,7 @@
3599
4188
  "maintainers": [
3600
4189
  {
3601
4190
  "name": "Zadig&Voltaire Team",
3602
- "github": "https://github.com/zadigetvoltaire"
4191
+ "github": "zadigetvoltaire"
3603
4192
  }
3604
4193
  ],
3605
4194
  "compatibility": {
@@ -3632,6 +4221,28 @@
3632
4221
  }
3633
4222
  }
3634
4223
  },
4224
+ {
4225
+ "name": "nuxt-interpolation",
4226
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
4227
+ "repo": "daliborgogic/nuxt-interpolation#master",
4228
+ "npm": "nuxt-interpolation",
4229
+ "icon": "",
4230
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
4231
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
4232
+ "learn_more": "",
4233
+ "category": "Devtools",
4234
+ "type": "3rd-party",
4235
+ "maintainers": [
4236
+ {
4237
+ "name": "daliborgogic",
4238
+ "github": "daliborgogic"
4239
+ }
4240
+ ],
4241
+ "compatibility": {
4242
+ "nuxt": "^2.0.0",
4243
+ "requires": {}
4244
+ }
4245
+ },
3635
4246
  {
3636
4247
  "name": "nuxt-jsonld",
3637
4248
  "description": "Manage JSON-LD in Vue component.",
@@ -3661,8 +4272,8 @@
3661
4272
  "npm": "@nuxtus/nuxt-localtunnel",
3662
4273
  "icon": "nuxt-localtunnel.svg",
3663
4274
  "github": "https://github.com/nuxtus/localtunnel",
3664
- "website": "https://nuxtus.com",
3665
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
4275
+ "website": "https://github.com/nuxtus/localtunnel",
4276
+ "learn_more": "",
3666
4277
  "category": "Devtools",
3667
4278
  "type": "3rd-party",
3668
4279
  "maintainers": [
@@ -3700,6 +4311,28 @@
3700
4311
  "requires": {}
3701
4312
  }
3702
4313
  },
4314
+ {
4315
+ "name": "nuxt-mail",
4316
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
4317
+ "repo": "dword-design/nuxt-mail",
4318
+ "npm": "nuxt-mail",
4319
+ "icon": "",
4320
+ "github": "https://github.com/dword-design/nuxt-mail",
4321
+ "website": "https://github.com/dword-design/nuxt-mail",
4322
+ "learn_more": "",
4323
+ "category": "Extensions",
4324
+ "type": "3rd-party",
4325
+ "maintainers": [
4326
+ {
4327
+ "name": "Sebastian Landwehr",
4328
+ "github": "dword-design"
4329
+ }
4330
+ ],
4331
+ "compatibility": {
4332
+ "nuxt": "^2.0.0 || ^3.0.0",
4333
+ "requires": {}
4334
+ }
4335
+ },
3703
4336
  {
3704
4337
  "name": "nuxt-mapbox",
3705
4338
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3744,6 +4377,29 @@
3744
4377
  "requires": {}
3745
4378
  }
3746
4379
  },
4380
+ {
4381
+ "name": "nuxt-meta-pixel",
4382
+ "description": "Meta (Facebook) pixel integration for Nuxt. Multi-pixel, auto page view and more.",
4383
+ "repo": "tanukijs/meta-pixel#dev/packages/nuxt-meta-pixel",
4384
+ "npm": "nuxt-meta-pixel",
4385
+ "icon": "",
4386
+ "github": "https://github.com/tanukijs/meta-pixel",
4387
+ "website": "https://github.com/tanukijs/meta-pixel",
4388
+ "learn_more": "https://github.com/tanukijs/meta-pixel/tree/dev/packages/nuxt-meta-pixel",
4389
+ "category": "Analytics",
4390
+ "type": "3rd-party",
4391
+ "maintainers": [
4392
+ {
4393
+ "name": "tanukijs",
4394
+ "github": "tanukijs",
4395
+ "avatar": "https://avatars.githubusercontent.com/u/25182349?v=4"
4396
+ }
4397
+ ],
4398
+ "compatibility": {
4399
+ "nuxt": "^3.0.0",
4400
+ "requires": {}
4401
+ }
4402
+ },
3747
4403
  {
3748
4404
  "name": "nuxt-monaco-editor",
3749
4405
  "description": "Integrate monaco-editor with Nuxt",
@@ -3789,6 +4445,124 @@
3789
4445
  "devtools": "^0.0.0"
3790
4446
  }
3791
4447
  },
4448
+ {
4449
+ "name": "nuxt-oidc-auth",
4450
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4451
+ "repo": "itpropro/nuxt-oidc-auth",
4452
+ "npm": "nuxt-oidc-auth",
4453
+ "icon": "",
4454
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4455
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4456
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4457
+ "category": "Security",
4458
+ "type": "3rd-party",
4459
+ "maintainers": [
4460
+ {
4461
+ "name": "Jan-Henrik Damaschke",
4462
+ "github": "itpropro",
4463
+ "twitter": "jandamaschke"
4464
+ }
4465
+ ],
4466
+ "compatibility": {
4467
+ "nuxt": "^3.0.0",
4468
+ "requires": {}
4469
+ }
4470
+ },
4471
+ {
4472
+ "name": "nuxt-openapi-docs-module",
4473
+ "description": "Generate pages from OpenAPI specifications",
4474
+ "repo": "on-org/nuxt-openapi-docs-module",
4475
+ "npm": "nuxt-openapi-docs-module",
4476
+ "icon": "nuxt-openapi-docs-module.png",
4477
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4478
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4479
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4480
+ "category": "Libraries",
4481
+ "type": "3rd-party",
4482
+ "maintainers": [
4483
+ {
4484
+ "name": "Pavel Kuzmin",
4485
+ "github": "s00d"
4486
+ }
4487
+ ],
4488
+ "compatibility": {
4489
+ "nuxt": "^3.0.0",
4490
+ "requires": {}
4491
+ }
4492
+ },
4493
+ {
4494
+ "name": "nuxt-openid-connect",
4495
+ "description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
4496
+ "repo": "aborn/nuxt-openid-connect",
4497
+ "npm": "nuxt-openid-connect",
4498
+ "icon": "",
4499
+ "github": "https://github.com/aborn/nuxt-openid-connect",
4500
+ "website": "https://github.com/aborn/nuxt-openid-connect",
4501
+ "learn_more": "",
4502
+ "category": "Security",
4503
+ "type": "3rd-party",
4504
+ "maintainers": [
4505
+ {
4506
+ "name": "Aborn Jiang",
4507
+ "github": "aborn"
4508
+ },
4509
+ {
4510
+ "name": "Khaled Almana",
4511
+ "github": "KhaledAlMana"
4512
+ }
4513
+ ],
4514
+ "compatibility": {
4515
+ "nuxt": "^3.0.0",
4516
+ "requires": {},
4517
+ "devtools": "^0.0.0"
4518
+ }
4519
+ },
4520
+ {
4521
+ "name": "nuxt-payload-analyzer",
4522
+ "description": "Analyze Nuxt Payload Size",
4523
+ "repo": "barbapapazes/nuxt-payload-analyzer",
4524
+ "npm": "nuxt-payload-analyzer",
4525
+ "icon": "",
4526
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4527
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
4528
+ "learn_more": "",
4529
+ "category": "Performance",
4530
+ "type": "3rd-party",
4531
+ "maintainers": [
4532
+ {
4533
+ "name": "Barbapapazes",
4534
+ "github": "Barbapapazes",
4535
+ "twitter": "soubiran_"
4536
+ }
4537
+ ],
4538
+ "compatibility": {
4539
+ "nuxt": "^3.0.0",
4540
+ "requires": {}
4541
+ }
4542
+ },
4543
+ {
4544
+ "name": "nuxt-pdf-frame",
4545
+ "description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
4546
+ "repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
4547
+ "npm": "@i2d/nuxt-pdf-frame",
4548
+ "icon": "pdf-frame.svg",
4549
+ "github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
4550
+ "website": "https://www.pdf-frame.org",
4551
+ "learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
4552
+ "category": "Libraries",
4553
+ "type": "3rd-party",
4554
+ "maintainers": [
4555
+ {
4556
+ "name": "Narayana Swamy",
4557
+ "github": "nswamy14",
4558
+ "email": "narayanaswamy14@gmail.com"
4559
+ }
4560
+ ],
4561
+ "compatibility": {
4562
+ "nuxt": "^3.0.0",
4563
+ "requires": {}
4564
+ }
4565
+ },
3792
4566
  {
3793
4567
  "name": "nuxt-pdf",
3794
4568
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -3819,8 +4593,8 @@
3819
4593
  "npm": "nuxt-phosphor-icons",
3820
4594
  "icon": "phosphor-icons.svg",
3821
4595
  "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3822
- "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3823
- "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4596
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4597
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
3824
4598
  "category": "UI",
3825
4599
  "type": "3rd-party",
3826
4600
  "maintainers": [
@@ -3856,28 +4630,6 @@
3856
4630
  "requires": {}
3857
4631
  }
3858
4632
  },
3859
- {
3860
- "name": "plausible",
3861
- "description": "Nuxt module to natively integrate Plausible analytics",
3862
- "repo": "nuxt-modules/plausible",
3863
- "npm": "@nuxtjs/plausible",
3864
- "icon": "plausible.png",
3865
- "github": "https://github.com/nuxt-modules/plausible",
3866
- "website": "https://github.com/nuxt-modules/plausible",
3867
- "learn_more": "https://plausible.io/",
3868
- "category": "Analytics",
3869
- "type": "community",
3870
- "maintainers": [
3871
- {
3872
- "name": "Johann Schopplich",
3873
- "github": "johannschopplich"
3874
- }
3875
- ],
3876
- "compatibility": {
3877
- "nuxt": "^3.0.0",
3878
- "requires": {}
3879
- }
3880
- },
3881
4633
  {
3882
4634
  "name": "nuxt-plotly",
3883
4635
  "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
@@ -3927,6 +4679,28 @@
3927
4679
  "requires": {}
3928
4680
  }
3929
4681
  },
4682
+ {
4683
+ "name": "nuxt-posthog",
4684
+ "description": "Integrate PostHog into your application with minimal configuration",
4685
+ "repo": "mitjans/nuxt-posthog",
4686
+ "npm": "nuxt-posthog",
4687
+ "icon": "posthog.svg",
4688
+ "github": "https://github.com/mitjans/nuxt-posthog",
4689
+ "website": "https://nuxt-posthog.cmitjans.dev",
4690
+ "learn_more": "https://posthog.com",
4691
+ "category": "Analytics",
4692
+ "type": "3rd-party",
4693
+ "maintainers": [
4694
+ {
4695
+ "name": "Carles Mitjans",
4696
+ "github": "mitjans"
4697
+ }
4698
+ ],
4699
+ "compatibility": {
4700
+ "nuxt": "^3.0.0",
4701
+ "requires": {}
4702
+ }
4703
+ },
3930
4704
  {
3931
4705
  "name": "nuxt-smartlook",
3932
4706
  "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
@@ -3951,6 +4725,28 @@
3951
4725
  "requires": {}
3952
4726
  }
3953
4727
  },
4728
+ {
4729
+ "name": "nuxt-social-share",
4730
+ "description": "Simple Social Sharing for Nuxt",
4731
+ "repo": "stefanobartoletti/nuxt-social-share",
4732
+ "npm": "@stefanobartoletti/nuxt-social-share",
4733
+ "icon": "nuxt-social-share.png",
4734
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4735
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4736
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4737
+ "category": "Extensions",
4738
+ "type": "3rd-party",
4739
+ "maintainers": [
4740
+ {
4741
+ "name": "stefanobartoletti",
4742
+ "github": "stefanobartoletti"
4743
+ }
4744
+ ],
4745
+ "compatibility": {
4746
+ "nuxt": "^3.0.0",
4747
+ "requires": {}
4748
+ }
4749
+ },
3954
4750
  {
3955
4751
  "name": "ssr-lit",
3956
4752
  "description": "Server-Side Rendering for Lit Element components",
@@ -3984,7 +4780,7 @@
3984
4780
  "description": "WebStorm & PHPStorm support for Nuxt components",
3985
4781
  "repo": "fumeapp/nuxt-storm",
3986
4782
  "npm": "nuxt-storm",
3987
- "icon": "nuxt-storm.png",
4783
+ "icon": "",
3988
4784
  "github": "https://github.com/fumeapp/nuxt-storm",
3989
4785
  "website": "https://github.com/fumeapp/nuxt-storm",
3990
4786
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -4001,6 +4797,30 @@
4001
4797
  "requires": {}
4002
4798
  }
4003
4799
  },
4800
+ {
4801
+ "name": "nuxt-svgo-loader",
4802
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4803
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4804
+ "npm": "nuxt-svgo-loader",
4805
+ "icon": "",
4806
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4807
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4808
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4809
+ "category": "Images",
4810
+ "type": "3rd-party",
4811
+ "maintainers": [
4812
+ {
4813
+ "name": "Alex Liu",
4814
+ "github": "Mini-ghost",
4815
+ "twitter": "Minighost_Alex"
4816
+ }
4817
+ ],
4818
+ "compatibility": {
4819
+ "nuxt": "^3.0.0",
4820
+ "requires": {},
4821
+ "devtools": "^0.0.0"
4822
+ }
4823
+ },
4004
4824
  {
4005
4825
  "name": "nuxt-svgo",
4006
4826
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -4046,14 +4866,14 @@
4046
4866
  }
4047
4867
  },
4048
4868
  {
4049
- "name": "nuxt-use-motion",
4050
- "description": "A Nuxt module putting your components in motion",
4051
- "repo": "Tahul/nuxt-use-motion",
4052
- "npm": "nuxt-use-motion",
4053
- "icon": "nuxt-use-motion.svg",
4054
- "github": "https://github.com/Tahul/nuxt-use-motion",
4055
- "website": "https://github.com/Tahul/nuxt-use-motion",
4056
- "learn_more": "https://github.com/vueuse/motion",
4869
+ "name": "nuxt-use-sound",
4870
+ "description": "A Nuxt module for playing sound effects.",
4871
+ "repo": "Tahul/nuxt-use-sound",
4872
+ "npm": "nuxt-use-sound",
4873
+ "icon": "nuxt-use-sound.svg",
4874
+ "github": "https://github.com/Tahul/nuxt-use-sound",
4875
+ "website": "https://github.com/Tahul/nuxt-use-sound",
4876
+ "learn_more": "https://github.com/vueuse/sound",
4057
4877
  "category": "Libraries",
4058
4878
  "type": "3rd-party",
4059
4879
  "maintainers": [
@@ -4068,24 +4888,24 @@
4068
4888
  }
4069
4889
  },
4070
4890
  {
4071
- "name": "nuxt-use-sound",
4072
- "description": "A Nuxt module for playing sound effects.",
4073
- "repo": "Tahul/nuxt-use-sound",
4074
- "npm": "nuxt-use-sound",
4075
- "icon": "nuxt-use-sound.svg",
4076
- "github": "https://github.com/Tahul/nuxt-use-sound",
4077
- "website": "https://github.com/Tahul/nuxt-use-sound",
4078
- "learn_more": "https://github.com/vueuse/sound",
4079
- "category": "Libraries",
4891
+ "name": "nuxt-uswds",
4892
+ "description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
4893
+ "repo": "patrickcate/nuxt-uswds",
4894
+ "npm": "nuxt-uswds",
4895
+ "icon": "nuxt-uswds.svg",
4896
+ "github": "https://github.com/patrickcate/nuxt-uswds",
4897
+ "website": "https://github.com/patrickcate/nuxt-uswds",
4898
+ "learn_more": "",
4899
+ "category": "UI",
4080
4900
  "type": "3rd-party",
4081
4901
  "maintainers": [
4082
4902
  {
4083
- "name": "Tahul",
4084
- "github": "Tahul"
4903
+ "name": "Patrick Cate",
4904
+ "github": "patrickcate"
4085
4905
  }
4086
4906
  ],
4087
4907
  "compatibility": {
4088
- "nuxt": "^2.0.0",
4908
+ "nuxt": "^3.0.0",
4089
4909
  "requires": {}
4090
4910
  }
4091
4911
  },
@@ -4136,20 +4956,70 @@
4136
4956
  }
4137
4957
  },
4138
4958
  {
4139
- "name": "nuxt-vuetify",
4140
- "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
4141
- "repo": "invictus-codes/nuxt-vuetify",
4142
- "npm": "@invictus.codes/nuxt-vuetify",
4143
- "icon": "vuetify-logo-v3-dark.svg",
4144
- "github": "https://github.com/invictus-codes/nuxt-vuetify",
4145
- "website": "https://invictus-codes.github.io/nuxt-vuetify/",
4146
- "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
4147
- "category": "UI",
4959
+ "name": "nuxt-zod-i18n",
4960
+ "description": "A Nuxt Module for localizing zod error messages.",
4961
+ "repo": "xibman/nuxt-zod-i18n",
4962
+ "npm": "nuxt-zod-i18n",
4963
+ "icon": "nuxt-zod-i18n.svg",
4964
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4965
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4966
+ "learn_more": "",
4967
+ "category": "Libraries",
4968
+ "type": "3rd-party",
4969
+ "maintainers": [
4970
+ {
4971
+ "name": "xibman",
4972
+ "github": "xibman"
4973
+ }
4974
+ ],
4975
+ "compatibility": {
4976
+ "nuxt": "^3.0.0",
4977
+ "requires": {}
4978
+ }
4979
+ },
4980
+ {
4981
+ "name": "nuxt2-ngrok",
4982
+ "description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
4983
+ "repo": "nuxt-community/ngrok",
4984
+ "npm": "@nuxtjs/ngrok",
4985
+ "icon": "ngrok.png",
4986
+ "github": "https://github.com/nuxt-community/ngrok-module",
4987
+ "website": "https://ngrok.nuxtjs.org",
4988
+ "learn_more": "https://github.com/bubenshchykov/ngrok",
4989
+ "category": "Devtools",
4990
+ "type": "community",
4991
+ "maintainers": [
4992
+ {
4993
+ "name": "Debbie O'Brien",
4994
+ "github": "debs-obrien",
4995
+ "twitter": "debs_obrien"
4996
+ },
4997
+ {
4998
+ "name": "Pooya Parsa",
4999
+ "github": "pi0",
5000
+ "twitter": "_pi0_"
5001
+ }
5002
+ ],
5003
+ "compatibility": {
5004
+ "nuxt": "^2.0.0",
5005
+ "requires": {}
5006
+ }
5007
+ },
5008
+ {
5009
+ "name": "nuxt3-interpolation",
5010
+ "description": "",
5011
+ "repo": "daliborgogic/interpolation",
5012
+ "npm": "nuxt3-interpolation",
5013
+ "icon": "",
5014
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
5015
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
5016
+ "learn_more": "",
5017
+ "category": "Devtools",
4148
5018
  "type": "3rd-party",
4149
5019
  "maintainers": [
4150
5020
  {
4151
- "name": "Jens van Hellemondt",
4152
- "github": "invictus-codes"
5021
+ "name": "daliborgogic",
5022
+ "github": "daliborgogic"
4153
5023
  }
4154
5024
  ],
4155
5025
  "compatibility": {
@@ -4164,7 +5034,7 @@
4164
5034
  "npm": "nuxt3-leaflet",
4165
5035
  "icon": "leaflet.png",
4166
5036
  "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4167
- "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
5037
+ "website": "https://gugustinette.github.io/Nuxt-Leaflet",
4168
5038
  "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4169
5039
  "category": "Libraries",
4170
5040
  "type": "3rd-party",
@@ -4205,14 +5075,14 @@
4205
5075
  {
4206
5076
  "name": "og-image",
4207
5077
  "description": "Enlightened runtime images generated with Vue templates.",
4208
- "repo": "harlan-zw/nuxt-og-image",
5078
+ "repo": "nuxt-modules/og-image",
4209
5079
  "npm": "nuxt-og-image",
4210
5080
  "icon": "og-image.svg",
4211
- "github": "https://github.com/harlan-zw/nuxt-og-image",
5081
+ "github": "https://github.com/nuxt-modules/og-image",
4212
5082
  "website": "https://nuxtseo.com/og-image",
4213
5083
  "learn_more": "https://nuxtseo.com/og-image",
4214
5084
  "category": "SEO",
4215
- "type": "3rd-party",
5085
+ "type": "community",
4216
5086
  "maintainers": [
4217
5087
  {
4218
5088
  "name": "Harlan Wilton",
@@ -4250,6 +5120,28 @@
4250
5120
  "requires": {}
4251
5121
  }
4252
5122
  },
5123
+ {
5124
+ "name": "onyx",
5125
+ "description": "A design system and Vue.js component library created by Schwarz IT",
5126
+ "repo": "SchwarzIT/onyx#main/packages/nuxt",
5127
+ "npm": "@sit-onyx/nuxt",
5128
+ "icon": "onyx.svg",
5129
+ "github": "https://github.com/SchwarzIT/onyx",
5130
+ "website": "https://onyx.schwarz/development/packages/nuxt.html",
5131
+ "learn_more": "https://onyx.schwarz",
5132
+ "category": "UI",
5133
+ "type": "3rd-party",
5134
+ "maintainers": [
5135
+ {
5136
+ "name": "Schwarz IT",
5137
+ "github": "SchwarzIT"
5138
+ }
5139
+ ],
5140
+ "compatibility": {
5141
+ "nuxt": "^3.0.0",
5142
+ "requires": {}
5143
+ }
5144
+ },
4253
5145
  {
4254
5146
  "name": "optimized-images",
4255
5147
  "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
@@ -4257,8 +5149,8 @@
4257
5149
  "npm": "@aceforth/nuxt-optimized-images",
4258
5150
  "icon": "",
4259
5151
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
4260
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
4261
- "learn_more": "",
5152
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
5153
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
4262
5154
  "category": "Images",
4263
5155
  "type": "3rd-party",
4264
5156
  "maintainers": [
@@ -4365,6 +5257,28 @@
4365
5257
  }
4366
5258
  }
4367
5259
  },
5260
+ {
5261
+ "name": "paypal",
5262
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
5263
+ "repo": "arashsheyda/nuxt-paypal",
5264
+ "npm": "nuxt-paypal",
5265
+ "icon": "paypal.svg",
5266
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
5267
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
5268
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
5269
+ "category": "Payment",
5270
+ "type": "3rd-party",
5271
+ "maintainers": [
5272
+ {
5273
+ "name": "Arash Sheyda",
5274
+ "github": "arashsheyda"
5275
+ }
5276
+ ],
5277
+ "compatibility": {
5278
+ "nuxt": "^3.0.0",
5279
+ "requires": {}
5280
+ }
5281
+ },
4368
5282
  {
4369
5283
  "name": "pdfeasy",
4370
5284
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4389,6 +5303,28 @@
4389
5303
  "requires": {}
4390
5304
  }
4391
5305
  },
5306
+ {
5307
+ "name": "pergel",
5308
+ "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
5309
+ "repo": "oku-ui/pergel#main/packages-core/pergel",
5310
+ "npm": "pergel",
5311
+ "icon": "pergel.svg",
5312
+ "github": "https://github.com/oku-ui/pergel",
5313
+ "website": "https://oku-ui.com/pergel",
5314
+ "learn_more": "",
5315
+ "category": "Devtools",
5316
+ "type": "3rd-party",
5317
+ "maintainers": [
5318
+ {
5319
+ "name": "Mehmet - productdevbook",
5320
+ "github": "productdevbook"
5321
+ }
5322
+ ],
5323
+ "compatibility": {
5324
+ "nuxt": "^3.10.0",
5325
+ "requires": {}
5326
+ }
5327
+ },
4392
5328
  {
4393
5329
  "name": "persian-datepicker",
4394
5330
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -4415,7 +5351,7 @@
4415
5351
  {
4416
5352
  "name": "pinia-orm",
4417
5353
  "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
4418
- "repo": "CodeDredd/pinia-orm#master/packages/nuxt",
5354
+ "repo": "CodeDredd/pinia-orm#main/packages/nuxt",
4419
5355
  "npm": "@pinia-orm/nuxt",
4420
5356
  "icon": "pinia-orm.svg",
4421
5357
  "github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
@@ -4489,20 +5425,20 @@
4489
5425
  "description": "Nuxt module to natively integrate Plausible analytics",
4490
5426
  "repo": "nuxt-modules/plausible",
4491
5427
  "npm": "@nuxtjs/plausible",
4492
- "icon": "",
5428
+ "icon": "plausible.svg",
4493
5429
  "github": "https://github.com/nuxt-modules/plausible",
4494
5430
  "website": "https://github.com/nuxt-modules/plausible",
4495
5431
  "learn_more": "",
4496
- "category": "Devtools",
5432
+ "category": "Analytics",
4497
5433
  "type": "community",
4498
5434
  "maintainers": [
4499
5435
  {
4500
- "name": "nuxt-modules",
4501
- "github": "nuxt-modules"
5436
+ "name": "Johann Schopplich",
5437
+ "github": "johannschopplich"
4502
5438
  }
4503
5439
  ],
4504
5440
  "compatibility": {
4505
- "nuxt": "^2.0.0",
5441
+ "nuxt": "^2.0.0 || ^3.0.0",
4506
5442
  "requires": {}
4507
5443
  }
4508
5444
  },
@@ -4535,7 +5471,7 @@
4535
5471
  "npm": "nuxt-prepare",
4536
5472
  "icon": "prepare.svg",
4537
5473
  "github": "https://github.com/johannschopplich/nuxt-prepare",
4538
- "website": "https://nuxt-prepare.jhnn.dev",
5474
+ "website": "https://nuxt-prepare.byjohann.dev",
4539
5475
  "learn_more": "",
4540
5476
  "category": "Devtools",
4541
5477
  "type": "3rd-party",
@@ -4575,6 +5511,28 @@
4575
5511
  "requires": {}
4576
5512
  }
4577
5513
  },
5514
+ {
5515
+ "name": "prisma",
5516
+ "description": "Integrate Nuxt with Prisma ORM to simplify database access!",
5517
+ "repo": "prisma/nuxt-prisma",
5518
+ "npm": "@prisma/nuxt",
5519
+ "icon": "prisma.png",
5520
+ "github": "https://github.com/prisma/nuxt-prisma",
5521
+ "website": "https://pris.ly/prisma-nuxt",
5522
+ "learn_more": "https://www.prisma.io/orm",
5523
+ "category": "Database",
5524
+ "type": "3rd-party",
5525
+ "maintainers": [
5526
+ {
5527
+ "name": "prisma",
5528
+ "github": "prisma"
5529
+ }
5530
+ ],
5531
+ "compatibility": {
5532
+ "nuxt": "^3.0.0",
5533
+ "requires": {}
5534
+ }
5535
+ },
4578
5536
  {
4579
5537
  "name": "prismic",
4580
5538
  "description": "Easily connect your Nuxt application to your content hosted on Prismic",
@@ -4882,6 +5840,29 @@
4882
5840
  "requires": {}
4883
5841
  }
4884
5842
  },
5843
+ {
5844
+ "name": "resend",
5845
+ "description": "Resend integration for Nuxt",
5846
+ "repo": "nhedger/nuxt-resend",
5847
+ "npm": "nuxt-resend",
5848
+ "icon": "resend.svg",
5849
+ "github": "https://github.com/nhedger/nuxt-resend",
5850
+ "website": "https://github.com/nhedger/nuxt-resend",
5851
+ "learn_more": "https://resend.com",
5852
+ "category": "Extensions",
5853
+ "type": "3rd-party",
5854
+ "maintainers": [
5855
+ {
5856
+ "name": "Nicolas Hedger",
5857
+ "github": "nhedger",
5858
+ "twitter": "nicolashedger"
5859
+ }
5860
+ ],
5861
+ "compatibility": {
5862
+ "nuxt": "^3.0.0",
5863
+ "requires": {}
5864
+ }
5865
+ },
4885
5866
  {
4886
5867
  "name": "rfg-icon",
4887
5868
  "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
@@ -4912,7 +5893,7 @@
4912
5893
  "icon": "robots.png",
4913
5894
  "github": "https://github.com/nuxt-modules/robots",
4914
5895
  "website": "https://github.com/nuxt-modules/robots",
4915
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5896
+ "learn_more": "",
4916
5897
  "category": "SEO",
4917
5898
  "type": "community",
4918
5899
  "maintainers": [
@@ -4930,23 +5911,23 @@
4930
5911
  },
4931
5912
  {
4932
5913
  "name": "rollbar",
4933
- "description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
4934
- "repo": "gaelreyrol/nuxt-rollbar-module",
4935
- "npm": "nuxt-rollbar-module",
5914
+ "description": "Nuxt 3 module to integrate Rollbar.",
5915
+ "repo": "jairoblatt/nuxt-rollbar",
5916
+ "npm": "nuxt-rollbar",
4936
5917
  "icon": "rollbar.png",
4937
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4938
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5918
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5919
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4939
5920
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4940
5921
  "category": "Monitoring",
4941
5922
  "type": "3rd-party",
4942
5923
  "maintainers": [
4943
5924
  {
4944
- "name": "Gaël Reyrol",
4945
- "github": "gaelreyrol"
5925
+ "name": "Jairo Blatt",
5926
+ "github": "jairoblatt"
4946
5927
  }
4947
5928
  ],
4948
5929
  "compatibility": {
4949
- "nuxt": "^2.0.0",
5930
+ "nuxt": "^3.0.0",
4950
5931
  "requires": {}
4951
5932
  }
4952
5933
  },
@@ -5021,9 +6002,32 @@
5021
6002
  }
5022
6003
  }
5023
6004
  },
6005
+ {
6006
+ "name": "scalar",
6007
+ "description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
6008
+ "repo": "scalar/scalar#main/packages/nuxt",
6009
+ "npm": "@scalar/nuxt",
6010
+ "icon": "scalar.svg",
6011
+ "github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
6012
+ "website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
6013
+ "learn_more": "https://scalar.com",
6014
+ "category": "Devtools",
6015
+ "type": "3rd-party",
6016
+ "maintainers": [
6017
+ {
6018
+ "name": "scalar",
6019
+ "github": "scalar",
6020
+ "twitter": "scalar"
6021
+ }
6022
+ ],
6023
+ "compatibility": {
6024
+ "nuxt": "^3.0.0",
6025
+ "requires": {}
6026
+ }
6027
+ },
5024
6028
  {
5025
6029
  "name": "schema-org",
5026
- "description": "Schema.org for Nuxt.",
6030
+ "description": "Quick and easy Schema.org graphs.",
5027
6031
  "repo": "harlan-zw/nuxt-schema-org",
5028
6032
  "npm": "nuxt-schema-org",
5029
6033
  "icon": "schema-org.svg",
@@ -5045,6 +6049,29 @@
5045
6049
  "requires": {}
5046
6050
  }
5047
6051
  },
6052
+ {
6053
+ "name": "scripts",
6054
+ "description": "Plug-and-play script optimization for Nuxt applications.",
6055
+ "repo": "nuxt/scripts",
6056
+ "npm": "@nuxt/scripts",
6057
+ "icon": "nuxt.svg",
6058
+ "github": "https://github.com/nuxt/scripts",
6059
+ "website": "https://scripts.nuxt.com",
6060
+ "learn_more": "",
6061
+ "category": "Libraries",
6062
+ "type": "official",
6063
+ "maintainers": [
6064
+ {
6065
+ "name": "Harlan Wilton",
6066
+ "github": "harlan-zw",
6067
+ "twitter": "harlan_zw"
6068
+ }
6069
+ ],
6070
+ "compatibility": {
6071
+ "nuxt": "^3.0.0",
6072
+ "requires": {}
6073
+ }
6074
+ },
5048
6075
  {
5049
6076
  "name": "scss-to-js",
5050
6077
  "description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
@@ -5098,7 +6125,7 @@
5098
6125
  "icon": "segment.png",
5099
6126
  "github": "https://github.com/dansmaculotte/nuxt-segment",
5100
6127
  "website": "https://github.com/dansmaculotte/nuxt-segment",
5101
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
6128
+ "learn_more": "",
5102
6129
  "category": "Analytics",
5103
6130
  "type": "3rd-party",
5104
6131
  "maintainers": [
@@ -5136,7 +6163,7 @@
5136
6163
  },
5137
6164
  {
5138
6165
  "name": "seo-experiments",
5139
- "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
6166
+ "description": "Powerful SEO DX improvements.",
5140
6167
  "repo": "harlan-zw/nuxt-seo-experiments",
5141
6168
  "npm": "nuxt-seo-experiments",
5142
6169
  "icon": "seo-experiments.svg",
@@ -5158,28 +6185,6 @@
5158
6185
  "requires": {}
5159
6186
  }
5160
6187
  },
5161
- {
5162
- "name": "seo-kit",
5163
- "description": "The complete SEO solution for Nuxt.",
5164
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
5165
- "npm": "nuxt-seo-kit",
5166
- "icon": "seo-kit.svg",
5167
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
5168
- "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5169
- "learn_more": "",
5170
- "category": "SEO",
5171
- "type": "3rd-party",
5172
- "maintainers": [
5173
- {
5174
- "name": "harlan-zw",
5175
- "github": "harlan-zw"
5176
- }
5177
- ],
5178
- "compatibility": {
5179
- "nuxt": "^3.0.0",
5180
- "requires": {}
5181
- }
5182
- },
5183
6188
  {
5184
6189
  "name": "seo-meta",
5185
6190
  "description": "Simple generate seo metadata",
@@ -5203,6 +6208,28 @@
5203
6208
  "requires": {}
5204
6209
  }
5205
6210
  },
6211
+ {
6212
+ "name": "seo",
6213
+ "description": "The complete SEO solution for Nuxt.",
6214
+ "repo": "harlan-zw/nuxt-seo",
6215
+ "npm": "@nuxtjs/seo",
6216
+ "icon": "nuxt.svg",
6217
+ "github": "https://github.com/harlan-zw/nuxt-seo",
6218
+ "website": "https://nuxtseo.com/",
6219
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
6220
+ "category": "SEO",
6221
+ "type": "3rd-party",
6222
+ "maintainers": [
6223
+ {
6224
+ "name": "harlan-zw",
6225
+ "github": "harlan-zw"
6226
+ }
6227
+ ],
6228
+ "compatibility": {
6229
+ "nuxt": "^3.0.0",
6230
+ "requires": {}
6231
+ }
6232
+ },
5206
6233
  {
5207
6234
  "name": "seomatic-meta",
5208
6235
  "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
@@ -5251,7 +6278,7 @@
5251
6278
  {
5252
6279
  "name": "server-block",
5253
6280
  "description": "Use <server> tags in your Nuxt pages components.",
5254
- "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
6281
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5255
6282
  "npm": "@hebilicious/server-block-nuxt",
5256
6283
  "icon": "server-block.svg",
5257
6284
  "github": "https://github.com/Hebilicious/server-block-nuxt",
@@ -5272,21 +6299,25 @@
5272
6299
  }
5273
6300
  },
5274
6301
  {
5275
- "name": "session",
5276
- "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",
5277
- "repo": "sidebase/nuxt-session",
5278
- "npm": "@sidebase/nuxt-session",
5279
- "icon": "session.png",
5280
- "github": "https://github.com/sidebase/nuxt-session",
5281
- "website": "https://github.com/sidebase/nuxt-session",
5282
- "learn_more": "https://github.com/sidebase",
5283
- "category": "Security",
6302
+ "name": "shadcn",
6303
+ "description": "Re-usable components built with Radix Vue and Tailwind CSS.",
6304
+ "repo": "radix-vue/shadcn-vue#dev/packages/module",
6305
+ "npm": "shadcn-nuxt",
6306
+ "icon": "",
6307
+ "github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
6308
+ "website": "https://www.shadcn-vue.com",
6309
+ "learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
6310
+ "category": "UI",
5284
6311
  "type": "3rd-party",
5285
6312
  "maintainers": [
5286
6313
  {
5287
- "name": "sidebase",
5288
- "github": "sidebase",
5289
- "twitter": "sidebase_io"
6314
+ "name": "Zernonia",
6315
+ "github": "zernonia",
6316
+ "twitter": "zernonia"
6317
+ },
6318
+ {
6319
+ "name": "Sadegh Barati",
6320
+ "github": "sadeghbarati"
5290
6321
  }
5291
6322
  ],
5292
6323
  "compatibility": {
@@ -5317,7 +6348,29 @@
5317
6348
  }
5318
6349
  },
5319
6350
  {
5320
- "name": "nuxt-auth",
6351
+ "name": "shuimo-ui",
6352
+ "description": "A Chinese Shuimo style component library.",
6353
+ "repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
6354
+ "npm": "@shuimo-design/shuimo-ui-nuxt",
6355
+ "icon": "shuimo-ui.svg",
6356
+ "github": "https://github.com/shuimo-design/shuimo-ui",
6357
+ "website": "https://shuimo.design",
6358
+ "learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
6359
+ "category": "UI",
6360
+ "type": "3rd-party",
6361
+ "maintainers": [
6362
+ {
6363
+ "name": "higuaifan",
6364
+ "github": "higuaifan"
6365
+ }
6366
+ ],
6367
+ "compatibility": {
6368
+ "nuxt": "^3.0.0",
6369
+ "requires": {}
6370
+ }
6371
+ },
6372
+ {
6373
+ "name": "sidebase-auth",
5321
6374
  "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.",
5322
6375
  "repo": "sidebase/nuxt-auth",
5323
6376
  "npm": "@sidebase/nuxt-auth",
@@ -5386,41 +6439,23 @@
5386
6439
  }
5387
6440
  },
5388
6441
  {
5389
- "name": "simple-sitemap",
6442
+ "name": "sitemap",
5390
6443
  "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5391
- "repo": "harlan-zw/nuxt-simple-sitemap",
5392
- "npm": "nuxt-simple-sitemap",
6444
+ "repo": "nuxt-modules/sitemap",
6445
+ "npm": "@nuxtjs/sitemap",
5393
6446
  "icon": "simple-sitemap.svg",
5394
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5395
- "website": "https://nuxtseo.com/simple-sitemap",
5396
- "learn_more": "https://nuxtseo.com/simple-sitemap",
6447
+ "github": "https://github.com/nuxt-modules/sitemap",
6448
+ "website": "https://nuxtseo.com/",
6449
+ "learn_more": "https://nuxtseo.com/sitemap",
5397
6450
  "category": "SEO",
5398
- "type": "3rd-party",
6451
+ "type": "community",
5399
6452
  "maintainers": [
5400
6453
  {
5401
6454
  "name": "Harlan Wilton",
5402
6455
  "github": "harlan-zw",
5403
6456
  "twitter": "harlan_zw",
5404
6457
  "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5405
- }
5406
- ],
5407
- "compatibility": {
5408
- "nuxt": "^3.0.0",
5409
- "requires": {}
5410
- }
5411
- },
5412
- {
5413
- "name": "sitemap",
5414
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
5415
- "repo": "nuxt-community/sitemap-module#dev",
5416
- "npm": "@nuxtjs/sitemap",
5417
- "icon": "",
5418
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
5419
- "website": "https://sitemap.nuxtjs.org",
5420
- "learn_more": "",
5421
- "category": "SEO",
5422
- "type": "community",
5423
- "maintainers": [
6458
+ },
5424
6459
  {
5425
6460
  "name": "Nicolas PENNEC",
5426
6461
  "github": "NicoPennec",
@@ -5428,7 +6463,7 @@
5428
6463
  }
5429
6464
  ],
5430
6465
  "compatibility": {
5431
- "nuxt": "^2.0.0",
6466
+ "nuxt": "^3.0.0",
5432
6467
  "requires": {}
5433
6468
  }
5434
6469
  },
@@ -5462,7 +6497,7 @@
5462
6497
  "icon": "snipcart.png",
5463
6498
  "github": "https://github.com/nuxt-modules/snipcart",
5464
6499
  "website": "https://github.com/nuxt-modules/snipcart",
5465
- "learn_more": "https://snipcart.com",
6500
+ "learn_more": "",
5466
6501
  "category": "Ecommerce",
5467
6502
  "type": "community",
5468
6503
  "maintainers": [
@@ -5544,39 +6579,6 @@
5544
6579
  "requires": {}
5545
6580
  }
5546
6581
  },
5547
- {
5548
- "name": "speedkit",
5549
- "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
5550
- "repo": "GrabarzUndPartner/nuxt-speedkit",
5551
- "npm": "nuxt-speedkit",
5552
- "icon": "speedkit.png",
5553
- "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
5554
- "website": "https://nuxt-speedkit.grabarzundpartner.dev",
5555
- "learn_more": "",
5556
- "category": "Performance",
5557
- "type": "3rd-party",
5558
- "maintainers": [
5559
- {
5560
- "name": "Stephan Gerbeth",
5561
- "github": "StephanGerbeth",
5562
- "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
5563
- },
5564
- {
5565
- "name": "Thorn Walli",
5566
- "github": "ThornWalli",
5567
- "avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
5568
- },
5569
- {
5570
- "name": "Grabarz & Partner",
5571
- "github": "GrabarzUndPartner",
5572
- "avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
5573
- }
5574
- ],
5575
- "compatibility": {
5576
- "nuxt": "^2.0.0",
5577
- "requires": {}
5578
- }
5579
- },
5580
6582
  {
5581
6583
  "name": "ssr-lit",
5582
6584
  "description": "",
@@ -5623,23 +6625,29 @@
5623
6625
  },
5624
6626
  {
5625
6627
  "name": "storefront-ui",
5626
- "description": "Storefront UI Module for Nuxt",
5627
- "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
6628
+ "description": "Storefront UI for Nuxt by Alokai",
6629
+ "repo": "vuestorefront/storefront-ui#v2-develop/packages/sfui/frameworks/nuxt",
5628
6630
  "npm": "@storefront-ui/nuxt",
5629
6631
  "icon": "storefront-ui.svg",
5630
- "github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
5631
- "website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
5632
- "learn_more": "https://docs.storefrontui.io/",
6632
+ "github": "https://github.com/vuestorefront/storefront-ui",
6633
+ "website": "https://docs.storefrontui.io/v2/",
6634
+ "learn_more": "https://docs.storefrontui.io/v2/getting-started/vue#nuxt-3",
5633
6635
  "category": "UI",
5634
6636
  "type": "3rd-party",
5635
6637
  "maintainers": [
5636
6638
  {
5637
- "name": "Jakub Andrzejewski",
5638
- "github": "Baroshem"
6639
+ "name": "Szymon Dziewoński",
6640
+ "github": "Szymon-dziewonski",
6641
+ "avatar": "https://avatars.githubusercontent.com/u/2566152?v=4"
6642
+ },
6643
+ {
6644
+ "name": "Jakub Freisler",
6645
+ "github": "FRSgit",
6646
+ "avatar": "https://avatars.githubusercontent.com/u/10456649?v=4"
5639
6647
  }
5640
6648
  ],
5641
6649
  "compatibility": {
5642
- "nuxt": "^2.0.0",
6650
+ "nuxt": "^3.0.0",
5643
6651
  "requires": {}
5644
6652
  }
5645
6653
  },
@@ -5668,7 +6676,7 @@
5668
6676
  {
5669
6677
  "name": "storyblok",
5670
6678
  "description": "Storyblok Nuxt module",
5671
- "repo": "storyblok/storyblok-nuxt#master/lib",
6679
+ "repo": "storyblok/storyblok-nuxt#main",
5672
6680
  "npm": "@storyblok/nuxt",
5673
6681
  "icon": "storyblok.png",
5674
6682
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -5692,7 +6700,7 @@
5692
6700
  "name": "storybook",
5693
6701
  "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
5694
6702
  "repo": "nuxt-modules/storybook",
5695
- "npm": "@nuxtjs/storybook",
6703
+ "npm": "nuxt-storybook",
5696
6704
  "icon": "storybook.png",
5697
6705
  "github": "https://github.com/nuxt-modules/storybook",
5698
6706
  "website": "https://storybook.nuxtjs.org",
@@ -5868,29 +6876,6 @@
5868
6876
  "requires": {}
5869
6877
  }
5870
6878
  },
5871
- {
5872
- "name": "stylify",
5873
- "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
5874
- "repo": "stylify/packages#master/packages/nuxt",
5875
- "npm": "@stylify/nuxt",
5876
- "icon": "stylify.svg",
5877
- "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
5878
- "website": "https://stylifycss.com/docs/nuxt",
5879
- "learn_more": "https://stylifycss.com",
5880
- "category": "UI",
5881
- "type": "3rd-party",
5882
- "maintainers": [
5883
- {
5884
- "name": "Vladimír Macháček",
5885
- "github": "Machy8",
5886
- "twitter": "8machy"
5887
- }
5888
- ],
5889
- "compatibility": {
5890
- "nuxt": "^2.0.0 || ^3.0.0",
5891
- "requires": {}
5892
- }
5893
- },
5894
6879
  {
5895
6880
  "name": "supabase",
5896
6881
  "description": "First class integration with Supabase",
@@ -5924,6 +6909,29 @@
5924
6909
  "requires": {}
5925
6910
  }
5926
6911
  },
6912
+ {
6913
+ "name": "surrealdb",
6914
+ "description": "A Nuxt module aimed to simplify the use of SurrealDB",
6915
+ "repo": "sandros94/nuxt-surrealdb",
6916
+ "npm": "nuxt-surrealdb",
6917
+ "icon": "surrealdb.png",
6918
+ "github": "https://github.com/sandros94/nuxt-surrealdb",
6919
+ "website": "https://github.com/sandros94/nuxt-surrealdb",
6920
+ "learn_more": "",
6921
+ "category": "Database",
6922
+ "type": "3rd-party",
6923
+ "maintainers": [
6924
+ {
6925
+ "name": "Sandro Circi",
6926
+ "github": "sandros94",
6927
+ "avatar": "https://avatars.githubusercontent.com/u/13056429"
6928
+ }
6929
+ ],
6930
+ "compatibility": {
6931
+ "nuxt": "^3.10.0",
6932
+ "requires": {}
6933
+ }
6934
+ },
5927
6935
  {
5928
6936
  "name": "svg-loader",
5929
6937
  "description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
@@ -6013,6 +7021,30 @@
6013
7021
  "requires": {}
6014
7022
  }
6015
7023
  },
7024
+ {
7025
+ "name": "swiftsearch",
7026
+ "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
7027
+ "repo": "atoms-studio/nuxt-swiftsearch",
7028
+ "npm": "@atoms-studio/nuxt-swiftsearch",
7029
+ "icon": "nuxt-swiftsearch.svg",
7030
+ "github": "https://github.com/atoms-studio/nuxt-swiftsearch",
7031
+ "website": "https://nuxt-swiftsearch.netlify.app/",
7032
+ "learn_more": "",
7033
+ "category": "Libraries",
7034
+ "type": "3rd-party",
7035
+ "maintainers": [
7036
+ {
7037
+ "name": "Matteo Rigoni",
7038
+ "github": "rigo-m",
7039
+ "twitter": "MatteoRigoni",
7040
+ "avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
7041
+ }
7042
+ ],
7043
+ "compatibility": {
7044
+ "nuxt": "^3.10.0",
7045
+ "requires": {}
7046
+ }
7047
+ },
6016
7048
  {
6017
7049
  "name": "swiper",
6018
7050
  "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
@@ -6061,10 +7093,10 @@
6061
7093
  {
6062
7094
  "name": "tailwindcss",
6063
7095
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
6064
- "repo": "nuxt-modules/tailwindcss-module",
7096
+ "repo": "nuxt-modules/tailwindcss",
6065
7097
  "npm": "@nuxtjs/tailwindcss",
6066
7098
  "icon": "tailwindcss.png",
6067
- "github": "https://github.com/nuxt-modules/tailwindcss-module",
7099
+ "github": "https://github.com/nuxt-modules/tailwindcss",
6068
7100
  "website": "https://tailwindcss.nuxtjs.org",
6069
7101
  "learn_more": "https://tailwindcss.com/",
6070
7102
  "category": "UI",
@@ -6084,6 +7116,37 @@
6084
7116
  "nuxt": "^2.0.0 || ^3.0.0",
6085
7117
  "requires": {},
6086
7118
  "devtools": "^0.0.0"
7119
+ },
7120
+ "aliases": [
7121
+ "tailwind"
7122
+ ]
7123
+ },
7124
+ {
7125
+ "name": "test-utils",
7126
+ "description": "Test utilities for Nuxt",
7127
+ "repo": "nuxt/test-utils#main",
7128
+ "npm": "@nuxt/test-utils",
7129
+ "icon": "nuxt.svg",
7130
+ "github": "https://github.com/nuxt/test-utils",
7131
+ "website": "https://nuxt.com/docs/getting-started/testing",
7132
+ "learn_more": "",
7133
+ "category": "Devtools",
7134
+ "type": "official",
7135
+ "maintainers": [
7136
+ {
7137
+ "name": "Daniel Roe",
7138
+ "github": "danielroe",
7139
+ "twitter": "danielcroe"
7140
+ },
7141
+ {
7142
+ "name": "Anthony Fu",
7143
+ "github": "antfu",
7144
+ "twitter": "antfu7"
7145
+ }
7146
+ ],
7147
+ "compatibility": {
7148
+ "nuxt": "^3.0.0",
7149
+ "requires": {}
6087
7150
  }
6088
7151
  },
6089
7152
  {
@@ -6131,6 +7194,28 @@
6131
7194
  "requires": {}
6132
7195
  }
6133
7196
  },
7197
+ {
7198
+ "name": "tiptap",
7199
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
7200
+ "repo": "modbender/nuxt-tiptap-editor",
7201
+ "npm": "nuxt-tiptap-editor",
7202
+ "icon": "tiptap.png",
7203
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
7204
+ "website": "https://nuxt-tiptap-editor.vercel.app",
7205
+ "learn_more": "https://nuxt-tiptap-editor.vercel.app",
7206
+ "category": "Libraries",
7207
+ "type": "3rd-party",
7208
+ "maintainers": [
7209
+ {
7210
+ "name": "modbender",
7211
+ "github": "modbender"
7212
+ }
7213
+ ],
7214
+ "compatibility": {
7215
+ "nuxt": "^3.0.0",
7216
+ "requires": {}
7217
+ }
7218
+ },
6134
7219
  {
6135
7220
  "name": "toast",
6136
7221
  "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
@@ -6154,6 +7239,50 @@
6154
7239
  "requires": {}
6155
7240
  }
6156
7241
  },
7242
+ {
7243
+ "name": "tradingview",
7244
+ "description": "Use the TradingView Widgets in your Nuxt Application",
7245
+ "repo": "volkanakkus/nuxt-tradingview",
7246
+ "npm": "nuxt-tradingview",
7247
+ "icon": "tradingview.svg",
7248
+ "github": "https://github.com/volkanakkus/nuxt-tradingview",
7249
+ "website": "https://nuxt-tradingview.volkanakkus.com",
7250
+ "learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
7251
+ "category": "Extensions",
7252
+ "type": "3rd-party",
7253
+ "maintainers": [
7254
+ {
7255
+ "name": "Volkan Akkuş",
7256
+ "github": "volkanakkus"
7257
+ }
7258
+ ],
7259
+ "compatibility": {
7260
+ "nuxt": "^3.0.0",
7261
+ "requires": {}
7262
+ }
7263
+ },
7264
+ {
7265
+ "name": "translation-manager",
7266
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
7267
+ "repo": "samk-dev/nuxt-translation-manager",
7268
+ "npm": "nuxt-translation-manager",
7269
+ "icon": "translation-manager.png",
7270
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
7271
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
7272
+ "learn_more": "",
7273
+ "category": "Extensions",
7274
+ "type": "3rd-party",
7275
+ "maintainers": [
7276
+ {
7277
+ "name": "Sam K",
7278
+ "github": "samk-dev"
7279
+ }
7280
+ ],
7281
+ "compatibility": {
7282
+ "nuxt": "^3.0.0",
7283
+ "requires": {}
7284
+ }
7285
+ },
6157
7286
  {
6158
7287
  "name": "tresjs",
6159
7288
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
@@ -6402,6 +7531,30 @@
6402
7531
  "requires": {}
6403
7532
  }
6404
7533
  },
7534
+ {
7535
+ "name": "typo3",
7536
+ "description": "TYPO3 Headless Frontend Rendering module",
7537
+ "repo": "TYPO3-Headless/nuxt-typo3",
7538
+ "npm": "@t3headless/nuxt-typo3",
7539
+ "icon": "typo3.svg",
7540
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
7541
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
7542
+ "learn_more": "https://github.com/TYPO3-Headless",
7543
+ "category": "CMS",
7544
+ "type": "3rd-party",
7545
+ "maintainers": [
7546
+ {
7547
+ "name": "Macopedia",
7548
+ "github": "macopedia",
7549
+ "twitter": "macopediapl"
7550
+ }
7551
+ ],
7552
+ "compatibility": {
7553
+ "nuxt": "^2.0.0 || ^3.0.0",
7554
+ "requires": {},
7555
+ "devtools": "^0.0.0"
7556
+ }
7557
+ },
6405
7558
  {
6406
7559
  "name": "ui",
6407
7560
  "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
@@ -6459,28 +7612,6 @@
6459
7612
  }
6460
7613
  }
6461
7614
  },
6462
- {
6463
- "name": "unhead",
6464
- "description": "Experimental features for Nuxt SEO / head management.",
6465
- "repo": "harlan-zw/nuxt-seo-experiments",
6466
- "npm": "nuxt-seo-experiments",
6467
- "icon": "",
6468
- "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6469
- "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
6470
- "learn_more": "",
6471
- "category": "SEO",
6472
- "type": "3rd-party",
6473
- "maintainers": [
6474
- {
6475
- "name": "harlan-zw",
6476
- "github": "harlan-zw"
6477
- }
6478
- ],
6479
- "compatibility": {
6480
- "nuxt": "^3.0.0",
6481
- "requires": {}
6482
- }
6483
- },
6484
7615
  {
6485
7616
  "name": "universal-storage",
6486
7617
  "description": "Universal Storage Utilities for Nuxt",
@@ -6512,7 +7643,7 @@
6512
7643
  {
6513
7644
  "name": "unlazy",
6514
7645
  "description": "Lazy loading library for placeholder images",
6515
- "repo": "johannschopplich/unlazy/packages/nuxt",
7646
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
6516
7647
  "npm": "@unlazy/nuxt",
6517
7648
  "icon": "unlazy.svg",
6518
7649
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -6531,41 +7662,15 @@
6531
7662
  "requires": {}
6532
7663
  }
6533
7664
  },
6534
- {
6535
- "name": "unlighthouse",
6536
- "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
6537
- "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
6538
- "npm": "@unlighthouse/nuxt",
6539
- "icon": "unlighthouse.svg",
6540
- "github": "https://github.com/harlan-zw/unlighthouse",
6541
- "website": "https://github.com/harlan-zw/unlighthouse",
6542
- "learn_more": "https://github.com/harlan-zw/unlighthouse",
6543
- "category": "Devtools",
6544
- "type": "3rd-party",
6545
- "maintainers": [
6546
- {
6547
- "name": "Harlan Wilton",
6548
- "github": "harlan-zw",
6549
- "twitter": "harlan_zw",
6550
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
6551
- }
6552
- ],
6553
- "compatibility": {
6554
- "nuxt": "^2.0.0 || ^3.0.0",
6555
- "requires": {
6556
- "bridge": "optional"
6557
- }
6558
- }
6559
- },
6560
7665
  {
6561
7666
  "name": "unocss",
6562
7667
  "description": "The instant on-demand atomic CSS engine.",
6563
- "repo": "antfu/unocss#main/packages/nuxt",
7668
+ "repo": "unocss/unocss#main/packages/nuxt",
6564
7669
  "npm": "@unocss/nuxt",
6565
7670
  "icon": "unocss.svg",
6566
- "github": "https://github.com/antfu/unocss",
6567
- "website": "https://github.com/antfu/unocss",
6568
- "learn_more": "https://github.com/antfu/unocss",
7671
+ "github": "https://github.com/unocss/unocss",
7672
+ "website": "https://github.com/unocss/unocss",
7673
+ "learn_more": "https://github.com/unocss/unocss",
6569
7674
  "category": "UI",
6570
7675
  "type": "3rd-party",
6571
7676
  "maintainers": [
@@ -6591,8 +7696,8 @@
6591
7696
  "npm": "nuxt-ununura",
6592
7697
  "icon": "ununuracss.png",
6593
7698
  "github": "https://github.com/novout/ununuracss",
6594
- "website": "https://ununura.com/#/",
6595
- "learn_more": "https://ununura.com/#/docs/why",
7699
+ "website": "https://github.com/novout/ununuracss",
7700
+ "learn_more": "https://github.com/novout/ununuracss",
6596
7701
  "category": "UI",
6597
7702
  "type": "3rd-party",
6598
7703
  "maintainers": [
@@ -6608,27 +7713,25 @@
6608
7713
  }
6609
7714
  },
6610
7715
  {
6611
- "name": "use-wagmi",
6612
- "description": "Vue Composition for Ethereum based on wagmi",
6613
- "repo": "unicape/use-wagmi#main/packages/nuxt",
6614
- "npm": "@use-wagmi/nuxt",
6615
- "icon": "use-wagmi.png",
6616
- "github": "https://github.com/unicape/use-wagmi",
6617
- "website": "https://github.com/unicape/use-wagmi",
6618
- "learn_more": "https://github.com/unicape/use-wagmi",
6619
- "category": "Extensions",
7716
+ "name": "use-bootstrap",
7717
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
7718
+ "repo": "simplise/use-bootstrap",
7719
+ "npm": "usebootstrap",
7720
+ "icon": "use-bootstrap.svg",
7721
+ "github": "https://github.com/simplise/use-bootstrap",
7722
+ "website": "https://usebootstrap.org/",
7723
+ "learn_more": "https://usebootstrap.org/",
7724
+ "category": "UI",
6620
7725
  "type": "3rd-party",
6621
7726
  "maintainers": [
6622
7727
  {
6623
- "name": "Unic Ape",
6624
- "github": "unicape"
7728
+ "name": "KoujiSano",
7729
+ "github": "KoujiSano"
6625
7730
  }
6626
7731
  ],
6627
7732
  "compatibility": {
6628
- "nuxt": "^2.0.0 || ^3.0.0",
6629
- "requires": {
6630
- "bridge": true
6631
- }
7733
+ "nuxt": "^3.0.0",
7734
+ "requires": {}
6632
7735
  }
6633
7736
  },
6634
7737
  {
@@ -6653,28 +7756,6 @@
6653
7756
  "requires": {}
6654
7757
  }
6655
7758
  },
6656
- {
6657
- "name": "validate",
6658
- "description": "Simple Nuxt input validation module using vee-validate",
6659
- "repo": "lewyuburi/nuxt-validate",
6660
- "npm": "nuxt-validate",
6661
- "icon": "vee-validate.png",
6662
- "github": "https://github.com/lewyuburi/nuxt-validate",
6663
- "website": "https://github.com/lewyuburi/nuxt-validate",
6664
- "learn_more": "https://logaretm.github.io/vee-validate/",
6665
- "category": "Libraries",
6666
- "type": "3rd-party",
6667
- "maintainers": [
6668
- {
6669
- "name": "lewyuburi",
6670
- "github": "lewyuburi"
6671
- }
6672
- ],
6673
- "compatibility": {
6674
- "nuxt": "^2.0.0",
6675
- "requires": {}
6676
- }
6677
- },
6678
7759
  {
6679
7760
  "name": "vant",
6680
7761
  "description": "A lightweight, customizable Vue UI library for mobile web apps.",
@@ -6706,7 +7787,7 @@
6706
7787
  "npm": "@varlet/nuxt",
6707
7788
  "icon": "varlet.svg",
6708
7789
  "github": "https://github.com/varletjs/varlet",
6709
- "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
7790
+ "website": "https://varlet.pages.dev/#/en-US/index",
6710
7791
  "learn_more": "https://github.com/varletjs/varlet-nuxt",
6711
7792
  "category": "UI",
6712
7793
  "type": "3rd-party",
@@ -6729,8 +7810,8 @@
6729
7810
  "repo": "samk-dev/nuxt-vcalendar",
6730
7811
  "npm": "@samk-dev/nuxt-vcalendar",
6731
7812
  "icon": "vcalendar.png",
6732
- "github": "https://github.com/samk-dev/vcalendar",
6733
- "website": "https://github.com/samk-dev/vcalendar",
7813
+ "github": "https://github.com/samk-dev/nuxt-vcalendar",
7814
+ "website": "https://github.com/samk-dev/nuxt-vcalendar",
6734
7815
  "learn_more": "",
6735
7816
  "category": "Libraries",
6736
7817
  "type": "3rd-party",
@@ -6863,42 +7944,15 @@
6863
7944
  "requires": {}
6864
7945
  }
6865
7946
  },
6866
- {
6867
- "name": "vitest",
6868
- "description": "Vitest integration with Nuxt",
6869
- "repo": "danielroe/nuxt-vitest",
6870
- "npm": "nuxt-vitest",
6871
- "icon": "vitest.svg",
6872
- "github": "https://github.com/danielroe/nuxt-vitest",
6873
- "website": "https://github.com/danielroe/nuxt-vitest",
6874
- "learn_more": "",
6875
- "category": "Devtools",
6876
- "type": "3rd-party",
6877
- "maintainers": [
6878
- {
6879
- "name": "Daniel Roe",
6880
- "github": "danielroe"
6881
- },
6882
- {
6883
- "name": "Anthony Fu",
6884
- "github": "antfu"
6885
- }
6886
- ],
6887
- "compatibility": {
6888
- "nuxt": "^3.0.0",
6889
- "requires": {},
6890
- "devtools": "^0.0.0"
6891
- }
6892
- },
6893
7947
  {
6894
7948
  "name": "vue-email",
6895
7949
  "description": "💌 Write email templates with vue",
6896
- "repo": "Dave136/vue-email#main/packages/vue-email",
6897
- "npm": "vue-email",
7950
+ "repo": "vue-email/nuxt",
7951
+ "npm": "@vue-email/nuxt",
6898
7952
  "icon": "vue-email.svg",
6899
- "github": "https://github.com/Dave136/vue-email",
6900
- "website": "https://www.vuemail.net/",
6901
- "learn_more": "https://vue-email.vercel.app/getting-started",
7953
+ "github": "https://github.com/vue-email/nuxt",
7954
+ "website": "https://vuemail.net/",
7955
+ "learn_more": "https://vuemail.net/ssr/nuxt",
6902
7956
  "category": "UI",
6903
7957
  "type": "3rd-party",
6904
7958
  "maintainers": [
@@ -6921,6 +7975,29 @@
6921
7975
  "devtools": "^0.0.0"
6922
7976
  }
6923
7977
  },
7978
+ {
7979
+ "name": "vue-final-modal",
7980
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7981
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7982
+ "npm": "@vue-final-modal/nuxt",
7983
+ "icon": "vue-final-modal.svg",
7984
+ "github": "https://github.com/vue-final/vue-final-modal",
7985
+ "website": "https://vue-final-modal.org/",
7986
+ "learn_more": "https://vue-final-modal.org/",
7987
+ "category": "UI",
7988
+ "type": "3rd-party",
7989
+ "maintainers": [
7990
+ {
7991
+ "name": "Hunter Liu",
7992
+ "github": "hunterliu1003",
7993
+ "twitter": "hunterliu1003"
7994
+ }
7995
+ ],
7996
+ "compatibility": {
7997
+ "nuxt": "^3.0.0",
7998
+ "requires": {}
7999
+ }
8000
+ },
6924
8001
  {
6925
8002
  "name": "vue-macros",
6926
8003
  "description": "Explore more macros and syntax sugar to Vue.",
@@ -6996,7 +8073,7 @@
6996
8073
  "description": "Plausible analytics for Vue.js and Nuxt",
6997
8074
  "repo": "moritzsternemann/vue-plausible",
6998
8075
  "npm": "vue-plausible",
6999
- "icon": "plausible.png",
8076
+ "icon": "plausible.svg",
7000
8077
  "github": "https://github.com/moritzsternemann/vue-plausible",
7001
8078
  "website": "https://github.com/moritzsternemann/vue-plausible",
7002
8079
  "learn_more": "",
@@ -7016,7 +8093,7 @@
7016
8093
  {
7017
8094
  "name": "vue-query",
7018
8095
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7019
- "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
8096
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
7020
8097
  "npm": "@hebilicious/vue-query-nuxt",
7021
8098
  "icon": "vue-query.svg",
7022
8099
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -7113,7 +8190,7 @@
7113
8190
  "npm": "vue3-carousel-nuxt",
7114
8191
  "icon": "",
7115
8192
  "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7116
- "website": "",
8193
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7117
8194
  "learn_more": "",
7118
8195
  "category": "UI",
7119
8196
  "type": "3rd-party",
@@ -7132,7 +8209,7 @@
7132
8209
  {
7133
8210
  "name": "vuefire",
7134
8211
  "description": "Idiomatic composables for the Firebase SDK",
7135
- "repo": "vuejs/vuefire/packages/nuxt",
8212
+ "repo": "vuejs/vuefire#main/packages/nuxt",
7136
8213
  "npm": "nuxt-vuefire",
7137
8214
  "icon": "vuefire.svg",
7138
8215
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -7151,6 +8228,52 @@
7151
8228
  "requires": {}
7152
8229
  }
7153
8230
  },
8231
+ {
8232
+ "name": "vueform-builder",
8233
+ "description": "Official Vueform Builder module for Nuxt",
8234
+ "repo": "vueform/builder#main/nuxt",
8235
+ "npm": "@vueform/builder-nuxt",
8236
+ "icon": "vueform.svg",
8237
+ "github": "https://github.com/vueform/builder",
8238
+ "website": "https://builder.vueform.com",
8239
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
8240
+ "category": "Libraries",
8241
+ "type": "3rd-party",
8242
+ "maintainers": [
8243
+ {
8244
+ "name": "Adam Berecz",
8245
+ "github": "adamberecz",
8246
+ "twitter": "bereczadam"
8247
+ }
8248
+ ],
8249
+ "compatibility": {
8250
+ "nuxt": "^3.0.0",
8251
+ "requires": {}
8252
+ }
8253
+ },
8254
+ {
8255
+ "name": "vueform",
8256
+ "description": "Official Vueform module for Nuxt",
8257
+ "repo": "vueform/vueform#main/nuxt",
8258
+ "npm": "@vueform/nuxt",
8259
+ "icon": "vueform.svg",
8260
+ "github": "https://github.com/vueform/vueform",
8261
+ "website": "https://vueform.com",
8262
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
8263
+ "category": "Libraries",
8264
+ "type": "3rd-party",
8265
+ "maintainers": [
8266
+ {
8267
+ "name": "Adam Berecz",
8268
+ "github": "adamberecz",
8269
+ "twitter": "bereczadam"
8270
+ }
8271
+ ],
8272
+ "compatibility": {
8273
+ "nuxt": "^3.0.0",
8274
+ "requires": {}
8275
+ }
8276
+ },
7154
8277
  {
7155
8278
  "name": "vuestic",
7156
8279
  "description": "Vuestic UI module for Nuxt",
@@ -7158,8 +8281,8 @@
7158
8281
  "npm": "@vuestic/nuxt",
7159
8282
  "icon": "vuestic.png",
7160
8283
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
7161
- "website": "https://vuestic.dev",
7162
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
8284
+ "website": "https://ui.vuestic.dev",
8285
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
7163
8286
  "category": "UI",
7164
8287
  "type": "3rd-party",
7165
8288
  "maintainers": [
@@ -7180,8 +8303,8 @@
7180
8303
  "npm": "vuetify-nuxt-module",
7181
8304
  "icon": "vuetify-logo-v3-dark.svg",
7182
8305
  "github": "https://github.com/userquin/vuetify-nuxt-module",
7183
- "website": "https://github.com/userquin/vuetify-nuxt-module",
7184
- "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
8306
+ "website": "https://vuetify-nuxt-module.netlify.app/",
8307
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7185
8308
  "category": "UI",
7186
8309
  "type": "3rd-party",
7187
8310
  "maintainers": [
@@ -7426,7 +8549,7 @@
7426
8549
  "icon": "webpack.png",
7427
8550
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
7428
8551
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
7429
- "learn_more": "http://webpackmonitor.com/",
8552
+ "learn_more": "",
7430
8553
  "category": "Devtools",
7431
8554
  "type": "community",
7432
8555
  "maintainers": [
@@ -7492,11 +8615,11 @@
7492
8615
  {
7493
8616
  "name": "windicss",
7494
8617
  "description": "Next generation utility-first CSS framework.",
7495
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
8618
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
7496
8619
  "npm": "nuxt-windicss",
7497
8620
  "icon": "windicss.svg",
7498
- "github": "https://github.com/windicss/nuxt-windicss-module",
7499
- "website": "https://github.com/windicss/nuxt-windicss-module",
8621
+ "github": "https://github.com/windicss/nuxt-windicss",
8622
+ "website": "https://github.com/windicss/nuxt-windicss",
7500
8623
  "learn_more": "https://windicss.org/",
7501
8624
  "category": "UI",
7502
8625
  "type": "3rd-party",