@nuxt/modules 0.6.0-27c7b3 → 0.6.0-28acce

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 +1167 -392
  2. package/package.json +4 -1
package/modules.json CHANGED
@@ -179,7 +179,7 @@
179
179
  "github": "https://github.com/egidiusmengelberg/nuxt-aos",
180
180
  "website": "https://github.com/egidiusmengelberg/nuxt-aos",
181
181
  "learn_more": "",
182
- "category": "Devtools",
182
+ "category": "Libraries",
183
183
  "type": "3rd-party",
184
184
  "maintainers": [
185
185
  {
@@ -194,12 +194,12 @@
194
194
  },
195
195
  {
196
196
  "name": "api-party",
197
- "description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
197
+ "description": "Securely connect to any API with a server proxy and dynamic composables",
198
198
  "repo": "johannschopplich/nuxt-api-party",
199
199
  "npm": "nuxt-api-party",
200
200
  "icon": "api-party.svg",
201
201
  "github": "https://github.com/johannschopplich/nuxt-api-party",
202
- "website": "https://nuxt-api-party.jhnn.dev/",
202
+ "website": "https://nuxt-api-party.byjohann.dev/",
203
203
  "learn_more": "",
204
204
  "category": "Request",
205
205
  "type": "3rd-party",
@@ -216,6 +216,28 @@
216
216
  "requires": {}
217
217
  }
218
218
  },
219
+ {
220
+ "name": "api-shield",
221
+ "description": "Nuxt API Shield - Rate Limiting",
222
+ "repo": "rrd108/nuxt-api-shield",
223
+ "npm": "nuxt-api-shield",
224
+ "icon": "api-shield.png",
225
+ "github": "https://github.com/rrd108/nuxt-api-shield",
226
+ "website": "https://github.com/rrd108/nuxt-api-shield",
227
+ "learn_more": "",
228
+ "category": "Security",
229
+ "type": "3rd-party",
230
+ "maintainers": [
231
+ {
232
+ "name": "rrd",
233
+ "github": "rrd108"
234
+ }
235
+ ],
236
+ "compatibility": {
237
+ "nuxt": "^3.0.0",
238
+ "requires": {}
239
+ }
240
+ },
219
241
  {
220
242
  "name": "apis-to-file",
221
243
  "description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
@@ -353,6 +375,28 @@
353
375
  "requires": {}
354
376
  }
355
377
  },
378
+ {
379
+ "name": "auth-utils",
380
+ "description": "Minimalist Auth module for Nuxt with SSR.",
381
+ "repo": "atinux/nuxt-auth-utils",
382
+ "npm": "nuxt-auth-utils",
383
+ "icon": "",
384
+ "github": "https://github.com/atinux/nuxt-auth-utils",
385
+ "website": "https://github.com/atinux/nuxt-auth-utils",
386
+ "learn_more": "",
387
+ "category": "Security",
388
+ "type": "3rd-party",
389
+ "maintainers": [
390
+ {
391
+ "name": "atinux",
392
+ "github": "atinux"
393
+ }
394
+ ],
395
+ "compatibility": {
396
+ "nuxt": "^3.0.0",
397
+ "requires": {}
398
+ }
399
+ },
356
400
  {
357
401
  "name": "auth",
358
402
  "description": "Zero-boilerplate authentication support for Nuxt.",
@@ -734,10 +778,10 @@
734
778
  "description": "Privacy-first, end-to-end encrypted analytics",
735
779
  "repo": "chiffre-io/nuxt-chiffre",
736
780
  "npm": "nuxt-chiffre",
737
- "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
781
+ "icon": "chiffre.png",
738
782
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
739
783
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
740
- "learn_more": "https://chiffre.io",
784
+ "learn_more": "https://chiffre.io/",
741
785
  "category": "Analytics",
742
786
  "type": "3rd-party",
743
787
  "maintainers": [
@@ -969,7 +1013,7 @@
969
1013
  "npm": "@nuxt/content",
970
1014
  "icon": "nuxt.svg",
971
1015
  "github": "https://github.com/nuxt/content",
972
- "website": "https://content.nuxtjs.org",
1016
+ "website": "https://content.nuxt.com",
973
1017
  "learn_more": "",
974
1018
  "category": "CMS",
975
1019
  "type": "official",
@@ -1254,7 +1298,7 @@
1254
1298
  "npm": "@nuxt/devtools",
1255
1299
  "icon": "nuxt.svg",
1256
1300
  "github": "https://github.com/nuxt/devtools",
1257
- "website": "https://devtools.nuxtjs.org/",
1301
+ "website": "https://devtools.nuxt.com",
1258
1302
  "learn_more": "",
1259
1303
  "category": "Devtools",
1260
1304
  "type": "official",
@@ -1316,6 +1360,28 @@
1316
1360
  "requires": {}
1317
1361
  }
1318
1362
  },
1363
+ {
1364
+ "name": "doppler",
1365
+ "description": "Integrate your Doppler secrets into your Nuxt build",
1366
+ "repo": "JamieCurnow/nuxt-doppler",
1367
+ "npm": "nuxt-doppler",
1368
+ "icon": "doppler.png",
1369
+ "github": "https://github.com/JamieCurnow/nuxt-doppler",
1370
+ "website": "https://github.com/JamieCurnow/nuxt-doppler",
1371
+ "learn_more": "",
1372
+ "category": "Devtools",
1373
+ "type": "3rd-party",
1374
+ "maintainers": [
1375
+ {
1376
+ "name": "JamieCurnow",
1377
+ "github": "JamieCurnow"
1378
+ }
1379
+ ],
1380
+ "compatibility": {
1381
+ "nuxt": "^3.0.0",
1382
+ "requires": {}
1383
+ }
1384
+ },
1319
1385
  {
1320
1386
  "name": "dotenv",
1321
1387
  "description": "A Nuxt module that loads your .env file into your context options",
@@ -1345,8 +1411,8 @@
1345
1411
  "npm": "nuxtjs-drupal-ce",
1346
1412
  "icon": "drupal-ce.png",
1347
1413
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1348
- "website": "https://stack.lupus.digital",
1349
- "learn_more": "https://stack.lupus.digital/2-resources/learning",
1414
+ "website": "https://lupus-decoupled.org",
1415
+ "learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
1350
1416
  "category": "CMS",
1351
1417
  "type": "3rd-party",
1352
1418
  "maintainers": [
@@ -1361,13 +1427,13 @@
1361
1427
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1362
1428
  },
1363
1429
  {
1364
- "name": "David Licen",
1365
- "github": "davision",
1366
- "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
1430
+ "name": "Matic",
1431
+ "github": "TurtlBbx",
1432
+ "avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
1367
1433
  }
1368
1434
  ],
1369
1435
  "compatibility": {
1370
- "nuxt": "^2.0.0",
1436
+ "nuxt": "^2.0.0 || ^3.0.0",
1371
1437
  "requires": {}
1372
1438
  }
1373
1439
  },
@@ -1393,6 +1459,29 @@
1393
1459
  "requires": {}
1394
1460
  }
1395
1461
  },
1462
+ {
1463
+ "name": "edgedb",
1464
+ "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
1465
+ "repo": "Tahul/nuxt-edgedb",
1466
+ "npm": "nuxt-edgedb-module",
1467
+ "icon": "edgedb.svg",
1468
+ "github": "https://github.com/Tahul/nuxt-edgedb",
1469
+ "website": "https://github.com/Tahul/nuxt-edgedb",
1470
+ "learn_more": "https://github.com/Tahul/nuxt-edgedb",
1471
+ "category": "Database",
1472
+ "type": "3rd-party",
1473
+ "maintainers": [
1474
+ {
1475
+ "name": "Yaël Guilloux",
1476
+ "github": "Tahul",
1477
+ "twitter": "yaeeelglx"
1478
+ }
1479
+ ],
1480
+ "compatibility": {
1481
+ "nuxt": "^3.8.0",
1482
+ "requires": {}
1483
+ }
1484
+ },
1396
1485
  {
1397
1486
  "name": "electron",
1398
1487
  "description": "Integrate Nuxt and Electron.",
@@ -1468,7 +1557,7 @@
1468
1557
  }
1469
1558
  },
1470
1559
  {
1471
- "name": "eslint",
1560
+ "name": "eslint-module",
1472
1561
  "description": "ESLint module for Nuxt",
1473
1562
  "repo": "nuxt-community/eslint-module",
1474
1563
  "npm": "@nuxtjs/eslint-module",
@@ -1489,6 +1578,29 @@
1489
1578
  "requires": {}
1490
1579
  }
1491
1580
  },
1581
+ {
1582
+ "name": "eslint",
1583
+ "description": "All-in-one ESLint module for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
1584
+ "repo": "nuxt/eslint",
1585
+ "npm": "@nuxt/eslint",
1586
+ "icon": "nuxt.svg",
1587
+ "github": "https://github.com/nuxt/eslint",
1588
+ "website": "https://eslint.nuxt.com",
1589
+ "learn_more": "https://eslint.nuxt.com/packages/module",
1590
+ "category": "Devtools",
1591
+ "type": "official",
1592
+ "maintainers": [
1593
+ {
1594
+ "name": "Anthony Fu",
1595
+ "github": "antfu",
1596
+ "twitter": "antfu7"
1597
+ }
1598
+ ],
1599
+ "compatibility": {
1600
+ "nuxt": "^3.0.0",
1601
+ "requires": {}
1602
+ }
1603
+ },
1492
1604
  {
1493
1605
  "name": "event-trace",
1494
1606
  "description": "Module for event trace in Nuxt",
@@ -1511,6 +1623,29 @@
1511
1623
  "requires": {}
1512
1624
  }
1513
1625
  },
1626
+ {
1627
+ "name": "fathom-analytics",
1628
+ "description": "Fathom analytics integration for Nuxt",
1629
+ "repo": "valgeirb/nuxt-fathom",
1630
+ "npm": "nuxt-fathom",
1631
+ "icon": "fathom-analytics.svg",
1632
+ "github": "https://github.com/valgeirb/nuxt-fathom",
1633
+ "website": "https://github.com/valgeirb/nuxt-fathom#readme",
1634
+ "learn_more": "",
1635
+ "category": "Analytics",
1636
+ "type": "3rd-party",
1637
+ "maintainers": [
1638
+ {
1639
+ "name": "Valgeir Björnsson",
1640
+ "github": "valgeirb",
1641
+ "avatar": "https://avatars.githubusercontent.com/valgeirb"
1642
+ }
1643
+ ],
1644
+ "compatibility": {
1645
+ "nuxt": "^3.0.0",
1646
+ "requires": {}
1647
+ }
1648
+ },
1514
1649
  {
1515
1650
  "name": "fathom",
1516
1651
  "description": "Fathom analytics for Nuxt",
@@ -1711,10 +1846,33 @@
1711
1846
  "requires": {}
1712
1847
  }
1713
1848
  },
1849
+ {
1850
+ "name": "fonts",
1851
+ "description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
1852
+ "repo": "nuxt/fonts",
1853
+ "npm": "@nuxt/fonts",
1854
+ "icon": "nuxt.svg",
1855
+ "github": "https://github.com/nuxt/fonts",
1856
+ "website": "https://github.com/nuxt/fonts",
1857
+ "learn_more": "",
1858
+ "category": "Libraries",
1859
+ "type": "official",
1860
+ "maintainers": [
1861
+ {
1862
+ "name": "Daniel Roe",
1863
+ "github": "danielroe",
1864
+ "twitter": "danielcroe"
1865
+ }
1866
+ ],
1867
+ "compatibility": {
1868
+ "nuxt": "^3.0.0",
1869
+ "requires": {}
1870
+ }
1871
+ },
1714
1872
  {
1715
1873
  "name": "form-actions",
1716
1874
  "description": "A set of features and composables to interact with forms and server data.",
1717
- "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1875
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1718
1876
  "npm": "@hebilicious/form-actions-nuxt",
1719
1877
  "icon": "form-actions.svg",
1720
1878
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
@@ -1742,7 +1900,7 @@
1742
1900
  "icon": "formkit.png",
1743
1901
  "github": "https://github.com/formkit/formkit",
1744
1902
  "website": "https://formkit.com",
1745
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1903
+ "learn_more": "https://formkit.com/getting-started/installation",
1746
1904
  "category": "Libraries",
1747
1905
  "type": "3rd-party",
1748
1906
  "maintainers": [
@@ -1955,7 +2113,7 @@
1955
2113
  "icon": "graphql-client.svg",
1956
2114
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1957
2115
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
1958
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2116
+ "learn_more": "https://nuxt-graphql-client.web.app/",
1959
2117
  "category": "Request",
1960
2118
  "type": "3rd-party",
1961
2119
  "maintainers": [
@@ -2016,7 +2174,7 @@
2016
2174
  },
2017
2175
  {
2018
2176
  "name": "gtag",
2019
- "description": "Google Analytics integration for Nuxt",
2177
+ "description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
2020
2178
  "repo": "johannschopplich/nuxt-gtag",
2021
2179
  "npm": "nuxt-gtag",
2022
2180
  "icon": "gtag.svg",
@@ -2239,6 +2397,28 @@
2239
2397
  "requires": {}
2240
2398
  }
2241
2399
  },
2400
+ {
2401
+ "name": "hotjar",
2402
+ "description": "Add HotJar to your Nuxt application",
2403
+ "repo": "damevin/nuxt-module-hotjar",
2404
+ "npm": "nuxt-module-hotjar",
2405
+ "icon": "hotjar.png",
2406
+ "github": "https://github.com/damevin/nuxt-module-hotjar",
2407
+ "website": "https://github.com/damevin/nuxt-module-hotjar",
2408
+ "learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
2409
+ "category": "SEO",
2410
+ "type": "3rd-party",
2411
+ "maintainers": [
2412
+ {
2413
+ "name": "Raphaël DAMEVIN",
2414
+ "github": "damevin"
2415
+ }
2416
+ ],
2417
+ "compatibility": {
2418
+ "nuxt": "^3.0.0",
2419
+ "requires": {}
2420
+ }
2421
+ },
2242
2422
  {
2243
2423
  "name": "html-minifier",
2244
2424
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
@@ -2268,7 +2448,7 @@
2268
2448
  "npm": "@nuxtjs/html-validator",
2269
2449
  "icon": "html-validator.png",
2270
2450
  "github": "https://github.com/nuxt-modules/html-validator",
2271
- "website": "https://html-validator.nuxtjs.org",
2451
+ "website": "https://github.com/nuxt-modules/html-validator",
2272
2452
  "learn_more": "https://html-validate.org",
2273
2453
  "category": "Performance",
2274
2454
  "type": "community",
@@ -2314,6 +2494,44 @@
2314
2494
  "requires": {}
2315
2495
  }
2316
2496
  },
2497
+ {
2498
+ "name": "hub",
2499
+ "description": "Build full-stack Nuxt applications on the edge, with zero configuration.",
2500
+ "repo": "nuxt-hub/core",
2501
+ "npm": "@nuxthub/core",
2502
+ "icon": "nuxthub.svg",
2503
+ "github": "https://github.com/nuxt-hub/core",
2504
+ "website": "https://hub.nuxt.com",
2505
+ "learn_more": "",
2506
+ "category": "Database",
2507
+ "type": "3rd-party",
2508
+ "maintainers": [
2509
+ {
2510
+ "name": "Sebastien Chopin",
2511
+ "github": "Atinux"
2512
+ },
2513
+ {
2514
+ "name": "Ahad Birang",
2515
+ "github": "farnabaz"
2516
+ },
2517
+ {
2518
+ "name": "Sylvain Marroufin",
2519
+ "github": "smarroufin"
2520
+ },
2521
+ {
2522
+ "name": "Florent Delerue",
2523
+ "github": "flosciante"
2524
+ },
2525
+ {
2526
+ "name": "NuxtLabs",
2527
+ "github": "nuxtlabs"
2528
+ }
2529
+ ],
2530
+ "compatibility": {
2531
+ "nuxt": "^3.0.0",
2532
+ "requires": {}
2533
+ }
2534
+ },
2317
2535
  {
2318
2536
  "name": "humans-txt",
2319
2537
  "description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
@@ -2344,8 +2562,8 @@
2344
2562
  "npm": "@nuxtjs/i18n",
2345
2563
  "icon": "i18n.png",
2346
2564
  "github": "https://github.com/nuxt-modules/i18n",
2347
- "website": "https://v8.i18n.nuxtjs.org",
2348
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2565
+ "website": "https://i18n.nuxtjs.org",
2566
+ "learn_more": "https://vue-i18n.intlify.dev/",
2349
2567
  "category": "Extensions",
2350
2568
  "type": "community",
2351
2569
  "maintainers": [
@@ -2356,6 +2574,10 @@
2356
2574
  {
2357
2575
  "name": "Kazuya Kawaguchi",
2358
2576
  "github": "kazupon"
2577
+ },
2578
+ {
2579
+ "name": "Bobbie Goede",
2580
+ "github": "BobbieGoede"
2359
2581
  }
2360
2582
  ],
2361
2583
  "compatibility": {
@@ -2385,6 +2607,29 @@
2385
2607
  "requires": {}
2386
2608
  }
2387
2609
  },
2610
+ {
2611
+ "name": "icon-tw",
2612
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2613
+ "repo": "jcamp-code/nuxt-icon-tw",
2614
+ "npm": "nuxt-icon-tw",
2615
+ "icon": "nuxt-icon.png",
2616
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2617
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2618
+ "learn_more": "",
2619
+ "category": "UI",
2620
+ "type": "3rd-party",
2621
+ "maintainers": [
2622
+ {
2623
+ "name": "JohnCampionJr",
2624
+ "github": "JohnCampionJr"
2625
+ }
2626
+ ],
2627
+ "compatibility": {
2628
+ "nuxt": "^3.0.0",
2629
+ "requires": {},
2630
+ "devtools": "^0.0.0"
2631
+ }
2632
+ },
2388
2633
  {
2389
2634
  "name": "icon",
2390
2635
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2662,7 +2907,7 @@
2662
2907
  "npm": "nuxt-kql",
2663
2908
  "icon": "kql.svg",
2664
2909
  "github": "https://github.com/johannschopplich/nuxt-kql",
2665
- "website": "https://nuxt-kql.jhnn.dev",
2910
+ "website": "https://nuxt-kql.byjohann.dev/",
2666
2911
  "learn_more": "",
2667
2912
  "category": "CMS",
2668
2913
  "type": "3rd-party",
@@ -2723,6 +2968,28 @@
2723
2968
  "requires": {}
2724
2969
  }
2725
2970
  },
2971
+ {
2972
+ "name": "laravel-precognition",
2973
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2974
+ "repo": "sot1986/nuxt-laravel-precognition",
2975
+ "npm": "nuxt-laravel-precognition",
2976
+ "icon": "laravel.svg",
2977
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2978
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2979
+ "learn_more": "",
2980
+ "category": "Security",
2981
+ "type": "3rd-party",
2982
+ "maintainers": [
2983
+ {
2984
+ "name": "sot1986",
2985
+ "github": "sot1986"
2986
+ }
2987
+ ],
2988
+ "compatibility": {
2989
+ "nuxt": "^3.0.0",
2990
+ "requires": {}
2991
+ }
2992
+ },
2726
2993
  {
2727
2994
  "name": "laravel",
2728
2995
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2769,7 +3036,7 @@
2769
3036
  },
2770
3037
  {
2771
3038
  "name": "link-checker",
2772
- "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
3039
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2773
3040
  "repo": "harlan-zw/nuxt-link-checker",
2774
3041
  "npm": "nuxt-link-checker",
2775
3042
  "icon": "link-checker.svg",
@@ -2938,10 +3205,10 @@
2938
3205
  {
2939
3206
  "name": "magic-regexp",
2940
3207
  "description": "A compiled-away, type-safe, readable RegExp alternative",
2941
- "repo": "danielroe/magic-regexp",
3208
+ "repo": "unjs/magic-regexp",
2942
3209
  "npm": "magic-regexp",
2943
3210
  "icon": "magic-regexp.svg",
2944
- "github": "https://github.com/danielroe/magic-regexp",
3211
+ "github": "https://github.com/unjs/magic-regexp",
2945
3212
  "website": "https://magic-regexp.roe.dev",
2946
3213
  "learn_more": "https://magic-regexp.roe.dev",
2947
3214
  "category": "Libraries",
@@ -2958,6 +3225,29 @@
2958
3225
  "requires": {}
2959
3226
  }
2960
3227
  },
3228
+ {
3229
+ "name": "mailpit",
3230
+ "description": "Integrates Mailpit web UI in Nuxt devtools",
3231
+ "repo": "tdolsen/nuxt-mailpit",
3232
+ "npm": "nuxt-mailpit",
3233
+ "icon": "mailpit.svg",
3234
+ "github": "https://github.com/tdolsen/nuxt-mailpit",
3235
+ "website": "https://github.com/tdolsen/nuxt-mailpit",
3236
+ "learn_more": "https://github.com/tdolsen/nuxt-mailpit",
3237
+ "category": "Devtools",
3238
+ "type": "3rd-party",
3239
+ "maintainers": [
3240
+ {
3241
+ "name": "Torkild Dyvik Olsen",
3242
+ "github": "tdolsen",
3243
+ "twitter": "tdolsen"
3244
+ }
3245
+ ],
3246
+ "compatibility": {
3247
+ "nuxt": "^3.8.0",
3248
+ "requires": {}
3249
+ }
3250
+ },
2961
3251
  {
2962
3252
  "name": "markdownit",
2963
3253
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -2981,6 +3271,30 @@
2981
3271
  "requires": {}
2982
3272
  }
2983
3273
  },
3274
+ {
3275
+ "name": "marquee",
3276
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3277
+ "repo": "hanzydev/nuxt-marquee",
3278
+ "npm": "nuxt-marquee",
3279
+ "icon": "marquee.png",
3280
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3281
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3282
+ "learn_more": "",
3283
+ "category": "UI",
3284
+ "type": "3rd-party",
3285
+ "maintainers": [
3286
+ {
3287
+ "name": "Hànzy",
3288
+ "github": "hanzydev",
3289
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3290
+ }
3291
+ ],
3292
+ "compatibility": {
3293
+ "nuxt": "^3.0.0",
3294
+ "requires": {},
3295
+ "devtools": "^0.0.0"
3296
+ }
3297
+ },
2984
3298
  {
2985
3299
  "name": "matomo",
2986
3300
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -3006,14 +3320,14 @@
3006
3320
  {
3007
3321
  "name": "maz-ui",
3008
3322
  "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3009
- "repo": "louismazel/maz-ui",
3323
+ "repo": "louismazel/maz-ui#master/packages/lib",
3010
3324
  "npm": "maz-ui",
3011
3325
  "icon": "maz-ui.png",
3012
3326
  "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/",
3327
+ "website": "https://maz-ui.com/",
3328
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3015
3329
  "category": "UI",
3016
- "type": "community",
3330
+ "type": "3rd-party",
3017
3331
  "maintainers": [
3018
3332
  {
3019
3333
  "name": "Loïc Mazuel",
@@ -3025,6 +3339,28 @@
3025
3339
  "requires": {}
3026
3340
  }
3027
3341
  },
3342
+ {
3343
+ "name": "mdc",
3344
+ "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
3345
+ "repo": "nuxt-modules/mdc",
3346
+ "npm": "@nuxtjs/mdc",
3347
+ "icon": "mdc.png",
3348
+ "github": "https://github.com/nuxt-modules/mdc",
3349
+ "website": "https://github.com/nuxt-modules/mdc",
3350
+ "learn_more": "",
3351
+ "category": "Extensions",
3352
+ "type": "community",
3353
+ "maintainers": [
3354
+ {
3355
+ "name": "farnabaz",
3356
+ "github": "farnabaz"
3357
+ }
3358
+ ],
3359
+ "compatibility": {
3360
+ "nuxt": "^3.0.0",
3361
+ "requires": {}
3362
+ }
3363
+ },
3028
3364
  {
3029
3365
  "name": "mdx",
3030
3366
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -3121,28 +3457,6 @@
3121
3457
  "requires": {}
3122
3458
  }
3123
3459
  },
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
3460
  {
3147
3461
  "name": "module-feed",
3148
3462
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -3194,20 +3508,20 @@
3194
3508
  }
3195
3509
  },
3196
3510
  {
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",
3511
+ "name": "neo",
3512
+ "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
3513
+ "repo": "ezypeeze/nuxt-neo",
3514
+ "npm": "nuxt-neo",
3201
3515
  "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",
3516
+ "github": "https://github.com/ezypeeze/nuxt-neo",
3517
+ "website": "https://ezypeeze.github.io/nuxt-neo",
3518
+ "learn_more": "",
3519
+ "category": "Request",
3206
3520
  "type": "3rd-party",
3207
3521
  "maintainers": [
3208
3522
  {
3209
- "name": "vanhoofmaarten",
3210
- "github": "vanhoofmaarten"
3523
+ "name": "ezypeeze",
3524
+ "github": "ezypeeze"
3211
3525
  }
3212
3526
  ],
3213
3527
  "compatibility": {
@@ -3216,24 +3530,24 @@
3216
3530
  }
3217
3531
  },
3218
3532
  {
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",
3533
+ "name": "neo4j",
3534
+ "description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
3535
+ "repo": "arashsheyda/nuxt-neo4j",
3536
+ "npm": "nuxt-neo4j",
3537
+ "icon": "nuxt-neo4j.png",
3538
+ "github": "https://github.com/arashsheyda/nuxt-neo4j",
3539
+ "website": "https://github.com/arashsheyda/nuxt-neo4j",
3226
3540
  "learn_more": "",
3227
- "category": "Request",
3541
+ "category": "Database",
3228
3542
  "type": "3rd-party",
3229
3543
  "maintainers": [
3230
3544
  {
3231
- "name": "ezypeeze",
3232
- "github": "ezypeeze"
3545
+ "name": "arashsheyda",
3546
+ "github": "arashsheyda"
3233
3547
  }
3234
3548
  ],
3235
3549
  "compatibility": {
3236
- "nuxt": "^2.0.0",
3550
+ "nuxt": "^3.0.0",
3237
3551
  "requires": {}
3238
3552
  }
3239
3553
  },
@@ -3285,12 +3599,12 @@
3285
3599
  {
3286
3600
  "name": "netlify",
3287
3601
  "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3288
- "repo": "bazzite/nuxt-netlify",
3602
+ "repo": "juliomrqz/nuxt-netlify",
3289
3603
  "npm": "@aceforth/nuxt-netlify",
3290
3604
  "icon": "netlify.png",
3291
- "github": "https://github.com/bazzite/nuxt-netlify",
3292
- "website": "https://marquez.co/docs/nuxt-netlify/",
3293
- "learn_more": "",
3605
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3606
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3607
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
3294
3608
  "category": "Deployment",
3295
3609
  "type": "3rd-party",
3296
3610
  "maintainers": [
@@ -3399,9 +3713,55 @@
3399
3713
  }
3400
3714
  },
3401
3715
  {
3402
- "name": "nuxt-basic-auth",
3403
- "description": "Nuxt Module for Basic Authentication",
3404
- "repo": "kgierke/nuxt-basic-auth",
3716
+ "name": "nuxt-asciidoc",
3717
+ "description": "Transformer for using asciidoc in nuxt",
3718
+ "repo": "Chris2011/nuxt-asciidoc",
3719
+ "npm": "nuxt-asciidoc",
3720
+ "icon": "nuxt-asciidoc.svg",
3721
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3722
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3723
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3724
+ "category": "Extensions",
3725
+ "type": "3rd-party",
3726
+ "maintainers": [
3727
+ {
3728
+ "name": "Christian Lenz",
3729
+ "github": "Chris2011",
3730
+ "twitter": "Chrizzly42"
3731
+ }
3732
+ ],
3733
+ "compatibility": {
3734
+ "nuxt": "^3.0.0",
3735
+ "requires": {}
3736
+ }
3737
+ },
3738
+ {
3739
+ "name": "nuxt-auth-sanctum",
3740
+ "description": "Nuxt module for Laravel Sanctum authentication",
3741
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3742
+ "npm": "nuxt-auth-sanctum",
3743
+ "icon": "laravel.svg",
3744
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3745
+ "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3746
+ "learn_more": "https://laravel.com/docs/10.x/sanctum",
3747
+ "category": "Security",
3748
+ "type": "3rd-party",
3749
+ "maintainers": [
3750
+ {
3751
+ "name": "Artem Manchenkov",
3752
+ "github": "manchenkoff",
3753
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3754
+ }
3755
+ ],
3756
+ "compatibility": {
3757
+ "nuxt": "^3.9.0",
3758
+ "requires": {}
3759
+ }
3760
+ },
3761
+ {
3762
+ "name": "nuxt-basic-auth",
3763
+ "description": "Nuxt Module for Basic Authentication",
3764
+ "repo": "kgierke/nuxt-basic-auth",
3405
3765
  "npm": "@kgierke/nuxt-basic-auth",
3406
3766
  "icon": "",
3407
3767
  "github": "https://github.com/kgierke/nuxt-basic-auth",
@@ -3420,6 +3780,28 @@
3420
3780
  "requires": {}
3421
3781
  }
3422
3782
  },
3783
+ {
3784
+ "name": "nuxt-bezier",
3785
+ "description": "Reusable transition components",
3786
+ "repo": "50rayn/nuxt-bezier",
3787
+ "npm": "nuxt-bezier",
3788
+ "icon": "nuxt-bezier.png",
3789
+ "github": "https://github.com/50rayn/nuxt-bezier",
3790
+ "website": "https://github.com/50rayn/nuxt-bezier",
3791
+ "learn_more": "https://github.com/Noction/vue-bezier",
3792
+ "category": "UI",
3793
+ "type": "3rd-party",
3794
+ "maintainers": [
3795
+ {
3796
+ "name": "Soryn Gitlan",
3797
+ "github": "50rayn"
3798
+ }
3799
+ ],
3800
+ "compatibility": {
3801
+ "nuxt": "^3.0.0",
3802
+ "requires": {}
3803
+ }
3804
+ },
3423
3805
  {
3424
3806
  "name": "nuxt-bootstrap-icons",
3425
3807
  "description": "Just a simple integration for Bootstrap Icons",
@@ -3464,6 +3846,28 @@
3464
3846
  "requires": {}
3465
3847
  }
3466
3848
  },
3849
+ {
3850
+ "name": "nuxt-cookie-consent",
3851
+ "description": "Nuxt module for integrating with cookie consent providers with ease",
3852
+ "repo": "weareheavy/nuxt-cookie-consent",
3853
+ "npm": "@weareheavy/nuxt-cookie-consent",
3854
+ "icon": "wah.svg",
3855
+ "github": "https://github.com/weareheavy/nuxt-cookie-consent",
3856
+ "website": "https://nuxt-cookie-consent.packages.weareheavy.com",
3857
+ "learn_more": "",
3858
+ "category": "Extensions",
3859
+ "type": "3rd-party",
3860
+ "maintainers": [
3861
+ {
3862
+ "name": "weareheavy",
3863
+ "github": "weareheavy"
3864
+ }
3865
+ ],
3866
+ "compatibility": {
3867
+ "nuxt": "^3.0.0",
3868
+ "requires": {}
3869
+ }
3870
+ },
3467
3871
  {
3468
3872
  "name": "nuxt-facebook-chat",
3469
3873
  "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
@@ -3490,6 +3894,28 @@
3490
3894
  "requires": {}
3491
3895
  }
3492
3896
  },
3897
+ {
3898
+ "name": "nuxt-feather-icons",
3899
+ "description": "The Feather Icons in Nuxt 3.",
3900
+ "repo": "4sllan/nuxt-feather-icons",
3901
+ "npm": "nuxt-feather-icons",
3902
+ "icon": "nuxt-feather-icons.png",
3903
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3904
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3905
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3906
+ "category": "UI",
3907
+ "type": "3rd-party",
3908
+ "maintainers": [
3909
+ {
3910
+ "name": "4sllan",
3911
+ "github": "4sllan"
3912
+ }
3913
+ ],
3914
+ "compatibility": {
3915
+ "nuxt": "^3.0.0",
3916
+ "requires": {}
3917
+ }
3918
+ },
3493
3919
  {
3494
3920
  "name": "nuxt-feedme",
3495
3921
  "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
@@ -3512,6 +3938,51 @@
3512
3938
  "requires": {}
3513
3939
  }
3514
3940
  },
3941
+ {
3942
+ "name": "nuxt-file-storage",
3943
+ "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.",
3944
+ "repo": "nyllre/nuxt-file-storage",
3945
+ "npm": "nuxt-file-storage",
3946
+ "icon": "nuxt-file-storage.svg",
3947
+ "github": "https://github.com/nyllre/nuxt-file-storage",
3948
+ "website": "https://github.com/nyllre/nuxt-file-storage",
3949
+ "learn_more": "https://github.com/nyllre/nuxt-file-storage",
3950
+ "category": "Database",
3951
+ "type": "3rd-party",
3952
+ "maintainers": [
3953
+ {
3954
+ "name": "NyllRE",
3955
+ "github": "NyllRE"
3956
+ }
3957
+ ],
3958
+ "compatibility": {
3959
+ "nuxt": "^3.0.0",
3960
+ "requires": {}
3961
+ }
3962
+ },
3963
+ {
3964
+ "name": "nuxt-fontawesome",
3965
+ "description": "Module to use Font Awesome 6 icons in your Nuxt project",
3966
+ "repo": "bezumkin/nuxt-fontawesome",
3967
+ "npm": "@vesp/nuxt-fontawesome",
3968
+ "icon": "nuxt-fontawesome.svg",
3969
+ "github": "https://github.com/bezumkin/nuxt-fontawesome",
3970
+ "website": "https://github.com/bezumkin/nuxt-fontawesome",
3971
+ "learn_more": "https://fontawesome.com",
3972
+ "category": "UI",
3973
+ "type": "3rd-party",
3974
+ "maintainers": [
3975
+ {
3976
+ "name": "Vasily Naumkin",
3977
+ "github": "bezumkin",
3978
+ "avatar": "https://avatars.githubusercontent.com/u/1257284"
3979
+ }
3980
+ ],
3981
+ "compatibility": {
3982
+ "nuxt": "^3.0.0",
3983
+ "requires": {}
3984
+ }
3985
+ },
3515
3986
  {
3516
3987
  "name": "nuxt-graphql-middleware",
3517
3988
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3519,7 +3990,7 @@
3519
3990
  "npm": "nuxt-graphql-middleware",
3520
3991
  "icon": "nuxt-graphql-middleware.svg",
3521
3992
  "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3522
- "website": "https://nuxt-graphql-middleware.dulnan.net",
3993
+ "website": "https://github.com/dulnan/nuxt-graphql-middleware",
3523
3994
  "learn_more": "",
3524
3995
  "category": "Request",
3525
3996
  "type": "3rd-party",
@@ -3577,7 +4048,7 @@
3577
4048
  "maintainers": [
3578
4049
  {
3579
4050
  "name": "Zadig&Voltaire Team",
3580
- "github": "https://github.com/zadigetvoltaire"
4051
+ "github": "zadigetvoltaire"
3581
4052
  }
3582
4053
  ],
3583
4054
  "compatibility": {
@@ -3610,6 +4081,28 @@
3610
4081
  }
3611
4082
  }
3612
4083
  },
4084
+ {
4085
+ "name": "nuxt-interpolation",
4086
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
4087
+ "repo": "daliborgogic/nuxt-interpolation#master",
4088
+ "npm": "nuxt-interpolation",
4089
+ "icon": "",
4090
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
4091
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
4092
+ "learn_more": "",
4093
+ "category": "Devtools",
4094
+ "type": "3rd-party",
4095
+ "maintainers": [
4096
+ {
4097
+ "name": "daliborgogic",
4098
+ "github": "daliborgogic"
4099
+ }
4100
+ ],
4101
+ "compatibility": {
4102
+ "nuxt": "^2.0.0",
4103
+ "requires": {}
4104
+ }
4105
+ },
3613
4106
  {
3614
4107
  "name": "nuxt-jsonld",
3615
4108
  "description": "Manage JSON-LD in Vue component.",
@@ -3639,8 +4132,8 @@
3639
4132
  "npm": "@nuxtus/nuxt-localtunnel",
3640
4133
  "icon": "nuxt-localtunnel.svg",
3641
4134
  "github": "https://github.com/nuxtus/localtunnel",
3642
- "website": "https://nuxtus.com",
3643
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
4135
+ "website": "https://docs.nuxtus.com",
4136
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3644
4137
  "category": "Devtools",
3645
4138
  "type": "3rd-party",
3646
4139
  "maintainers": [
@@ -3678,6 +4171,28 @@
3678
4171
  "requires": {}
3679
4172
  }
3680
4173
  },
4174
+ {
4175
+ "name": "nuxt-mail",
4176
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
4177
+ "repo": "dword-design/nuxt-mail",
4178
+ "npm": "nuxt-mail",
4179
+ "icon": "",
4180
+ "github": "https://github.com/dword-design/nuxt-mail",
4181
+ "website": "https://github.com/dword-design/nuxt-mail",
4182
+ "learn_more": "",
4183
+ "category": "Extensions",
4184
+ "type": "3rd-party",
4185
+ "maintainers": [
4186
+ {
4187
+ "name": "Sebastian Landwehr",
4188
+ "github": "dword-design"
4189
+ }
4190
+ ],
4191
+ "compatibility": {
4192
+ "nuxt": "^2.0.0 || ^3.0.0",
4193
+ "requires": {}
4194
+ }
4195
+ },
3681
4196
  {
3682
4197
  "name": "nuxt-mapbox",
3683
4198
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3767,6 +4282,78 @@
3767
4282
  "devtools": "^0.0.0"
3768
4283
  }
3769
4284
  },
4285
+ {
4286
+ "name": "nuxt-oidc-auth",
4287
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4288
+ "repo": "itpropro/nuxt-oidc-auth",
4289
+ "npm": "nuxt-oidc-auth",
4290
+ "icon": "",
4291
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4292
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4293
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4294
+ "category": "Security",
4295
+ "type": "3rd-party",
4296
+ "maintainers": [
4297
+ {
4298
+ "name": "Jan-Henrik Damaschke",
4299
+ "github": "itpropro",
4300
+ "twitter": "jandamaschke"
4301
+ }
4302
+ ],
4303
+ "compatibility": {
4304
+ "nuxt": "^3.0.0",
4305
+ "requires": {}
4306
+ }
4307
+ },
4308
+ {
4309
+ "name": "nuxt-openapi-docs-module",
4310
+ "description": "Generate pages from OpenAPI specifications",
4311
+ "repo": "on-org/nuxt-openapi-docs-module",
4312
+ "npm": "nuxt-openapi-docs-module",
4313
+ "icon": "nuxt-openapi-docs-module.png",
4314
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4315
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4316
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4317
+ "category": "Libraries",
4318
+ "type": "3rd-party",
4319
+ "maintainers": [
4320
+ {
4321
+ "name": "Pavel Kuzmin",
4322
+ "github": "s00d"
4323
+ }
4324
+ ],
4325
+ "compatibility": {
4326
+ "nuxt": "^3.0.0",
4327
+ "requires": {}
4328
+ }
4329
+ },
4330
+ {
4331
+ "name": "nuxt-openid-connect",
4332
+ "description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
4333
+ "repo": "aborn/nuxt-openid-connect",
4334
+ "npm": "nuxt-openid-connect",
4335
+ "icon": "",
4336
+ "github": "https://github.com/aborn/nuxt-openid-connect",
4337
+ "website": "https://github.com/aborn/nuxt-openid-connect",
4338
+ "learn_more": "",
4339
+ "category": "Security",
4340
+ "type": "3rd-party",
4341
+ "maintainers": [
4342
+ {
4343
+ "name": "Aborn Jiang",
4344
+ "github": "aborn"
4345
+ },
4346
+ {
4347
+ "name": "Khaled Almana",
4348
+ "github": "KhaledAlMana"
4349
+ }
4350
+ ],
4351
+ "compatibility": {
4352
+ "nuxt": "^3.0.0",
4353
+ "requires": {},
4354
+ "devtools": "^0.0.0"
4355
+ }
4356
+ },
3770
4357
  {
3771
4358
  "name": "nuxt-payload-analyzer",
3772
4359
  "description": "Analyze Nuxt Payload Size",
@@ -3790,6 +4377,29 @@
3790
4377
  "requires": {}
3791
4378
  }
3792
4379
  },
4380
+ {
4381
+ "name": "nuxt-pdf-frame",
4382
+ "description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
4383
+ "repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
4384
+ "npm": "@i2d/nuxt-pdf-frame",
4385
+ "icon": "pdf-frame.svg",
4386
+ "github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
4387
+ "website": "https://www.pdf-frame.org",
4388
+ "learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
4389
+ "category": "Libraries",
4390
+ "type": "3rd-party",
4391
+ "maintainers": [
4392
+ {
4393
+ "name": "Narayana Swamy",
4394
+ "github": "nswamy14",
4395
+ "email": "narayanaswamy14@gmail.com"
4396
+ }
4397
+ ],
4398
+ "compatibility": {
4399
+ "nuxt": "^3.0.0",
4400
+ "requires": {}
4401
+ }
4402
+ },
3793
4403
  {
3794
4404
  "name": "nuxt-pdf",
3795
4405
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -3820,8 +4430,8 @@
3820
4430
  "npm": "nuxt-phosphor-icons",
3821
4431
  "icon": "phosphor-icons.svg",
3822
4432
  "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3823
- "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3824
- "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4433
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4434
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
3825
4435
  "category": "UI",
3826
4436
  "type": "3rd-party",
3827
4437
  "maintainers": [
@@ -3857,28 +4467,6 @@
3857
4467
  "requires": {}
3858
4468
  }
3859
4469
  },
3860
- {
3861
- "name": "plausible",
3862
- "description": "Nuxt module to natively integrate Plausible analytics",
3863
- "repo": "nuxt-modules/plausible",
3864
- "npm": "@nuxtjs/plausible",
3865
- "icon": "plausible.png",
3866
- "github": "https://github.com/nuxt-modules/plausible",
3867
- "website": "https://github.com/nuxt-modules/plausible",
3868
- "learn_more": "https://plausible.io/",
3869
- "category": "Analytics",
3870
- "type": "community",
3871
- "maintainers": [
3872
- {
3873
- "name": "Johann Schopplich",
3874
- "github": "johannschopplich"
3875
- }
3876
- ],
3877
- "compatibility": {
3878
- "nuxt": "^3.0.0",
3879
- "requires": {}
3880
- }
3881
- },
3882
4470
  {
3883
4471
  "name": "nuxt-plotly",
3884
4472
  "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
@@ -3928,6 +4516,28 @@
3928
4516
  "requires": {}
3929
4517
  }
3930
4518
  },
4519
+ {
4520
+ "name": "nuxt-posthog",
4521
+ "description": "Integrate PostHog into your application with minimal configuration",
4522
+ "repo": "mitjans/nuxt-posthog",
4523
+ "npm": "nuxt-posthog",
4524
+ "icon": "posthog.svg",
4525
+ "github": "https://github.com/mitjans/nuxt-posthog",
4526
+ "website": "https://nuxt-posthog.cmitjans.dev",
4527
+ "learn_more": "https://posthog.com",
4528
+ "category": "Analytics",
4529
+ "type": "3rd-party",
4530
+ "maintainers": [
4531
+ {
4532
+ "name": "Carles Mitjans",
4533
+ "github": "mitjans"
4534
+ }
4535
+ ],
4536
+ "compatibility": {
4537
+ "nuxt": "^3.0.0",
4538
+ "requires": {}
4539
+ }
4540
+ },
3931
4541
  {
3932
4542
  "name": "nuxt-smartlook",
3933
4543
  "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
@@ -4007,7 +4617,7 @@
4007
4617
  "description": "WebStorm & PHPStorm support for Nuxt components",
4008
4618
  "repo": "fumeapp/nuxt-storm",
4009
4619
  "npm": "nuxt-storm",
4010
- "icon": "nuxt-storm.png",
4620
+ "icon": "",
4011
4621
  "github": "https://github.com/fumeapp/nuxt-storm",
4012
4622
  "website": "https://github.com/fumeapp/nuxt-storm",
4013
4623
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -4024,6 +4634,30 @@
4024
4634
  "requires": {}
4025
4635
  }
4026
4636
  },
4637
+ {
4638
+ "name": "nuxt-svgo-loader",
4639
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4640
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4641
+ "npm": "nuxt-svgo-loader",
4642
+ "icon": "",
4643
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4644
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4645
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4646
+ "category": "Images",
4647
+ "type": "3rd-party",
4648
+ "maintainers": [
4649
+ {
4650
+ "name": "Alex Liu",
4651
+ "github": "Mini-ghost",
4652
+ "twitter": "Minighost_Alex"
4653
+ }
4654
+ ],
4655
+ "compatibility": {
4656
+ "nuxt": "^3.0.0",
4657
+ "requires": {},
4658
+ "devtools": "^0.0.0"
4659
+ }
4660
+ },
4027
4661
  {
4028
4662
  "name": "nuxt-svgo",
4029
4663
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -4068,28 +4702,6 @@
4068
4702
  "requires": {}
4069
4703
  }
4070
4704
  },
4071
- {
4072
- "name": "nuxt-use-motion",
4073
- "description": "A Nuxt module putting your components in motion",
4074
- "repo": "Tahul/nuxt-use-motion",
4075
- "npm": "nuxt-use-motion",
4076
- "icon": "nuxt-use-motion.svg",
4077
- "github": "https://github.com/Tahul/nuxt-use-motion",
4078
- "website": "https://github.com/Tahul/nuxt-use-motion",
4079
- "learn_more": "https://github.com/vueuse/motion",
4080
- "category": "Libraries",
4081
- "type": "3rd-party",
4082
- "maintainers": [
4083
- {
4084
- "name": "Tahul",
4085
- "github": "Tahul"
4086
- }
4087
- ],
4088
- "compatibility": {
4089
- "nuxt": "^2.0.0",
4090
- "requires": {}
4091
- }
4092
- },
4093
4705
  {
4094
4706
  "name": "nuxt-use-sound",
4095
4707
  "description": "A Nuxt module for playing sound effects.",
@@ -4159,20 +4771,42 @@
4159
4771
  }
4160
4772
  },
4161
4773
  {
4162
- "name": "nuxt-vuetify",
4163
- "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
4164
- "repo": "invictus-codes/nuxt-vuetify",
4165
- "npm": "@invictus.codes/nuxt-vuetify",
4166
- "icon": "vuetify-logo-v3-dark.svg",
4167
- "github": "https://github.com/invictus-codes/nuxt-vuetify",
4168
- "website": "https://invictus-codes.github.io/nuxt-vuetify/",
4169
- "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
4170
- "category": "UI",
4774
+ "name": "nuxt-zod-i18n",
4775
+ "description": "A Nuxt Module for localizing zod error messages.",
4776
+ "repo": "xibman/nuxt-zod-i18n",
4777
+ "npm": "nuxt-zod-i18n",
4778
+ "icon": "nuxt-zod-i18n.svg",
4779
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4780
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4781
+ "learn_more": "",
4782
+ "category": "Libraries",
4171
4783
  "type": "3rd-party",
4172
4784
  "maintainers": [
4173
4785
  {
4174
- "name": "Jens van Hellemondt",
4175
- "github": "invictus-codes"
4786
+ "name": "xibman",
4787
+ "github": "xibman"
4788
+ }
4789
+ ],
4790
+ "compatibility": {
4791
+ "nuxt": "^3.0.0",
4792
+ "requires": {}
4793
+ }
4794
+ },
4795
+ {
4796
+ "name": "nuxt3-interpolation",
4797
+ "description": "",
4798
+ "repo": "daliborgogic/interpolation",
4799
+ "npm": "nuxt3-interpolation",
4800
+ "icon": "",
4801
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4802
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4803
+ "learn_more": "",
4804
+ "category": "Devtools",
4805
+ "type": "3rd-party",
4806
+ "maintainers": [
4807
+ {
4808
+ "name": "daliborgogic",
4809
+ "github": "daliborgogic"
4176
4810
  }
4177
4811
  ],
4178
4812
  "compatibility": {
@@ -4228,14 +4862,14 @@
4228
4862
  {
4229
4863
  "name": "og-image",
4230
4864
  "description": "Enlightened runtime images generated with Vue templates.",
4231
- "repo": "harlan-zw/nuxt-og-image",
4865
+ "repo": "nuxt-modules/og-image",
4232
4866
  "npm": "nuxt-og-image",
4233
4867
  "icon": "og-image.svg",
4234
- "github": "https://github.com/harlan-zw/nuxt-og-image",
4868
+ "github": "https://github.com/nuxt-modules/og-image",
4235
4869
  "website": "https://nuxtseo.com/og-image",
4236
4870
  "learn_more": "https://nuxtseo.com/og-image",
4237
4871
  "category": "SEO",
4238
- "type": "3rd-party",
4872
+ "type": "community",
4239
4873
  "maintainers": [
4240
4874
  {
4241
4875
  "name": "Harlan Wilton",
@@ -4280,8 +4914,8 @@
4280
4914
  "npm": "@aceforth/nuxt-optimized-images",
4281
4915
  "icon": "",
4282
4916
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
4283
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
4284
- "learn_more": "",
4917
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4918
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
4285
4919
  "category": "Images",
4286
4920
  "type": "3rd-party",
4287
4921
  "maintainers": [
@@ -4388,6 +5022,28 @@
4388
5022
  }
4389
5023
  }
4390
5024
  },
5025
+ {
5026
+ "name": "paypal",
5027
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
5028
+ "repo": "arashsheyda/nuxt-paypal",
5029
+ "npm": "nuxt-paypal",
5030
+ "icon": "paypal.svg",
5031
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
5032
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
5033
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
5034
+ "category": "Payment",
5035
+ "type": "3rd-party",
5036
+ "maintainers": [
5037
+ {
5038
+ "name": "Arash Sheyda",
5039
+ "github": "arashsheyda"
5040
+ }
5041
+ ],
5042
+ "compatibility": {
5043
+ "nuxt": "^3.0.0",
5044
+ "requires": {}
5045
+ }
5046
+ },
4391
5047
  {
4392
5048
  "name": "pdfeasy",
4393
5049
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4412,6 +5068,28 @@
4412
5068
  "requires": {}
4413
5069
  }
4414
5070
  },
5071
+ {
5072
+ "name": "pergel",
5073
+ "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
5074
+ "repo": "oku-ui/pergel#main/packages-core/pergel",
5075
+ "npm": "pergel",
5076
+ "icon": "pergel.svg",
5077
+ "github": "https://github.com/oku-ui/pergel",
5078
+ "website": "https://oku-ui.com/pergel",
5079
+ "learn_more": "",
5080
+ "category": "Devtools",
5081
+ "type": "3rd-party",
5082
+ "maintainers": [
5083
+ {
5084
+ "name": "Mehmet - productdevbook",
5085
+ "github": "productdevbook"
5086
+ }
5087
+ ],
5088
+ "compatibility": {
5089
+ "nuxt": "^3.10.0",
5090
+ "requires": {}
5091
+ }
5092
+ },
4415
5093
  {
4416
5094
  "name": "persian-datepicker",
4417
5095
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -4438,7 +5116,7 @@
4438
5116
  {
4439
5117
  "name": "pinia-orm",
4440
5118
  "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
4441
- "repo": "CodeDredd/pinia-orm#master/packages/nuxt",
5119
+ "repo": "CodeDredd/pinia-orm#main/packages/nuxt",
4442
5120
  "npm": "@pinia-orm/nuxt",
4443
5121
  "icon": "pinia-orm.svg",
4444
5122
  "github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
@@ -4512,20 +5190,20 @@
4512
5190
  "description": "Nuxt module to natively integrate Plausible analytics",
4513
5191
  "repo": "nuxt-modules/plausible",
4514
5192
  "npm": "@nuxtjs/plausible",
4515
- "icon": "",
5193
+ "icon": "plausible.svg",
4516
5194
  "github": "https://github.com/nuxt-modules/plausible",
4517
5195
  "website": "https://github.com/nuxt-modules/plausible",
4518
5196
  "learn_more": "",
4519
- "category": "Devtools",
5197
+ "category": "Analytics",
4520
5198
  "type": "community",
4521
5199
  "maintainers": [
4522
5200
  {
4523
- "name": "nuxt-modules",
4524
- "github": "nuxt-modules"
5201
+ "name": "Johann Schopplich",
5202
+ "github": "johannschopplich"
4525
5203
  }
4526
5204
  ],
4527
5205
  "compatibility": {
4528
- "nuxt": "^2.0.0",
5206
+ "nuxt": "^2.0.0 || ^3.0.0",
4529
5207
  "requires": {}
4530
5208
  }
4531
5209
  },
@@ -4558,7 +5236,7 @@
4558
5236
  "npm": "nuxt-prepare",
4559
5237
  "icon": "prepare.svg",
4560
5238
  "github": "https://github.com/johannschopplich/nuxt-prepare",
4561
- "website": "https://nuxt-prepare.jhnn.dev",
5239
+ "website": "https://nuxt-prepare.byjohann.dev",
4562
5240
  "learn_more": "",
4563
5241
  "category": "Devtools",
4564
5242
  "type": "3rd-party",
@@ -4905,6 +5583,29 @@
4905
5583
  "requires": {}
4906
5584
  }
4907
5585
  },
5586
+ {
5587
+ "name": "resend",
5588
+ "description": "Resend integration for Nuxt",
5589
+ "repo": "nhedger/nuxt-resend",
5590
+ "npm": "nuxt-resend",
5591
+ "icon": "resend.svg",
5592
+ "github": "https://github.com/nhedger/nuxt-resend",
5593
+ "website": "https://github.com/nhedger/nuxt-resend",
5594
+ "learn_more": "https://resend.com",
5595
+ "category": "Extensions",
5596
+ "type": "3rd-party",
5597
+ "maintainers": [
5598
+ {
5599
+ "name": "Nicolas Hedger",
5600
+ "github": "nhedger",
5601
+ "twitter": "nicolashedger"
5602
+ }
5603
+ ],
5604
+ "compatibility": {
5605
+ "nuxt": "^3.0.0",
5606
+ "requires": {}
5607
+ }
5608
+ },
4908
5609
  {
4909
5610
  "name": "rfg-icon",
4910
5611
  "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
@@ -4935,7 +5636,7 @@
4935
5636
  "icon": "robots.png",
4936
5637
  "github": "https://github.com/nuxt-modules/robots",
4937
5638
  "website": "https://github.com/nuxt-modules/robots",
4938
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5639
+ "learn_more": "",
4939
5640
  "category": "SEO",
4940
5641
  "type": "community",
4941
5642
  "maintainers": [
@@ -4953,23 +5654,23 @@
4953
5654
  },
4954
5655
  {
4955
5656
  "name": "rollbar",
4956
- "description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
4957
- "repo": "gaelreyrol/nuxt-rollbar-module",
4958
- "npm": "nuxt-rollbar-module",
5657
+ "description": "Nuxt 3 module to integrate Rollbar.",
5658
+ "repo": "jairoblatt/nuxt-rollbar",
5659
+ "npm": "nuxt-rollbar",
4959
5660
  "icon": "rollbar.png",
4960
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4961
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5661
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5662
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4962
5663
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4963
5664
  "category": "Monitoring",
4964
5665
  "type": "3rd-party",
4965
5666
  "maintainers": [
4966
5667
  {
4967
- "name": "Gaël Reyrol",
4968
- "github": "gaelreyrol"
5668
+ "name": "Jairo Blatt",
5669
+ "github": "jairoblatt"
4969
5670
  }
4970
5671
  ],
4971
5672
  "compatibility": {
4972
- "nuxt": "^2.0.0",
5673
+ "nuxt": "^3.0.0",
4973
5674
  "requires": {}
4974
5675
  }
4975
5676
  },
@@ -5044,9 +5745,32 @@
5044
5745
  }
5045
5746
  }
5046
5747
  },
5748
+ {
5749
+ "name": "scalar",
5750
+ "description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
5751
+ "repo": "scalar/scalar#main/packages/nuxt",
5752
+ "npm": "@scalar/nuxt",
5753
+ "icon": "scalar.svg",
5754
+ "github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
5755
+ "website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
5756
+ "learn_more": "https://scalar.com",
5757
+ "category": "Devtools",
5758
+ "type": "3rd-party",
5759
+ "maintainers": [
5760
+ {
5761
+ "name": "scalar",
5762
+ "github": "scalar",
5763
+ "twitter": "scalar"
5764
+ }
5765
+ ],
5766
+ "compatibility": {
5767
+ "nuxt": "^3.0.0",
5768
+ "requires": {}
5769
+ }
5770
+ },
5047
5771
  {
5048
5772
  "name": "schema-org",
5049
- "description": "Schema.org for Nuxt.",
5773
+ "description": "Quick and easy Schema.org graphs.",
5050
5774
  "repo": "harlan-zw/nuxt-schema-org",
5051
5775
  "npm": "nuxt-schema-org",
5052
5776
  "icon": "schema-org.svg",
@@ -5121,7 +5845,7 @@
5121
5845
  "icon": "segment.png",
5122
5846
  "github": "https://github.com/dansmaculotte/nuxt-segment",
5123
5847
  "website": "https://github.com/dansmaculotte/nuxt-segment",
5124
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5848
+ "learn_more": "",
5125
5849
  "category": "Analytics",
5126
5850
  "type": "3rd-party",
5127
5851
  "maintainers": [
@@ -5159,7 +5883,7 @@
5159
5883
  },
5160
5884
  {
5161
5885
  "name": "seo-experiments",
5162
- "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5886
+ "description": "Powerful SEO DX improvements.",
5163
5887
  "repo": "harlan-zw/nuxt-seo-experiments",
5164
5888
  "npm": "nuxt-seo-experiments",
5165
5889
  "icon": "seo-experiments.svg",
@@ -5182,47 +5906,47 @@
5182
5906
  }
5183
5907
  },
5184
5908
  {
5185
- "name": "seo-kit",
5186
- "description": "The complete SEO solution for Nuxt.",
5187
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
5188
- "npm": "nuxt-seo-kit",
5189
- "icon": "seo-kit.svg",
5190
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
5191
- "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5909
+ "name": "seo-meta",
5910
+ "description": "Simple generate seo metadata",
5911
+ "repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
5912
+ "npm": "nuxt-seo-meta",
5913
+ "icon": "",
5914
+ "github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
5915
+ "website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
5192
5916
  "learn_more": "",
5193
5917
  "category": "SEO",
5194
5918
  "type": "3rd-party",
5195
5919
  "maintainers": [
5196
5920
  {
5197
- "name": "harlan-zw",
5198
- "github": "harlan-zw"
5921
+ "name": "ihavecoke",
5922
+ "github": "ihavecoke",
5923
+ "avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
5199
5924
  }
5200
5925
  ],
5201
5926
  "compatibility": {
5202
- "nuxt": "^3.0.0",
5927
+ "nuxt": "^2.0.0",
5203
5928
  "requires": {}
5204
- }
5205
- },
5206
- {
5207
- "name": "seo-meta",
5208
- "description": "Simple generate seo metadata",
5209
- "repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
5210
- "npm": "nuxt-seo-meta",
5211
- "icon": "",
5212
- "github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
5213
- "website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
5214
- "learn_more": "",
5929
+ }
5930
+ },
5931
+ {
5932
+ "name": "seo",
5933
+ "description": "The complete SEO solution for Nuxt.",
5934
+ "repo": "harlan-zw/nuxt-seo",
5935
+ "npm": "@nuxtjs/seo",
5936
+ "icon": "nuxt.svg",
5937
+ "github": "https://github.com/harlan-zw/nuxt-seo",
5938
+ "website": "https://nuxtseo.com/",
5939
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5215
5940
  "category": "SEO",
5216
5941
  "type": "3rd-party",
5217
5942
  "maintainers": [
5218
5943
  {
5219
- "name": "ihavecoke",
5220
- "github": "ihavecoke",
5221
- "avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
5944
+ "name": "harlan-zw",
5945
+ "github": "harlan-zw"
5222
5946
  }
5223
5947
  ],
5224
5948
  "compatibility": {
5225
- "nuxt": "^2.0.0",
5949
+ "nuxt": "^3.0.0",
5226
5950
  "requires": {}
5227
5951
  }
5228
5952
  },
@@ -5274,7 +5998,7 @@
5274
5998
  {
5275
5999
  "name": "server-block",
5276
6000
  "description": "Use <server> tags in your Nuxt pages components.",
5277
- "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
6001
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5278
6002
  "npm": "@hebilicious/server-block-nuxt",
5279
6003
  "icon": "server-block.svg",
5280
6004
  "github": "https://github.com/Hebilicious/server-block-nuxt",
@@ -5294,29 +6018,6 @@
5294
6018
  "requires": {}
5295
6019
  }
5296
6020
  },
5297
- {
5298
- "name": "session",
5299
- "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",
5300
- "repo": "sidebase/nuxt-session",
5301
- "npm": "@sidebase/nuxt-session",
5302
- "icon": "session.png",
5303
- "github": "https://github.com/sidebase/nuxt-session",
5304
- "website": "https://github.com/sidebase/nuxt-session",
5305
- "learn_more": "https://github.com/sidebase",
5306
- "category": "Security",
5307
- "type": "3rd-party",
5308
- "maintainers": [
5309
- {
5310
- "name": "sidebase",
5311
- "github": "sidebase",
5312
- "twitter": "sidebase_io"
5313
- }
5314
- ],
5315
- "compatibility": {
5316
- "nuxt": "^3.0.0",
5317
- "requires": {}
5318
- }
5319
- },
5320
6021
  {
5321
6022
  "name": "shopify",
5322
6023
  "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
@@ -5339,6 +6040,28 @@
5339
6040
  "requires": {}
5340
6041
  }
5341
6042
  },
6043
+ {
6044
+ "name": "shuimo-ui",
6045
+ "description": "A Chinese Shuimo style component library.",
6046
+ "repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
6047
+ "npm": "@shuimo-design/shuimo-ui-nuxt",
6048
+ "icon": "shuimo-ui.svg",
6049
+ "github": "https://github.com/shuimo-design/shuimo-ui",
6050
+ "website": "https://shuimo.design",
6051
+ "learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
6052
+ "category": "UI",
6053
+ "type": "3rd-party",
6054
+ "maintainers": [
6055
+ {
6056
+ "name": "higuaifan",
6057
+ "github": "higuaifan"
6058
+ }
6059
+ ],
6060
+ "compatibility": {
6061
+ "nuxt": "^3.0.0",
6062
+ "requires": {}
6063
+ }
6064
+ },
5342
6065
  {
5343
6066
  "name": "sidebase-auth",
5344
6067
  "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.",
@@ -5409,41 +6132,23 @@
5409
6132
  }
5410
6133
  },
5411
6134
  {
5412
- "name": "simple-sitemap",
6135
+ "name": "sitemap",
5413
6136
  "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5414
- "repo": "harlan-zw/nuxt-simple-sitemap",
5415
- "npm": "nuxt-simple-sitemap",
6137
+ "repo": "nuxt-modules/sitemap",
6138
+ "npm": "@nuxtjs/sitemap",
5416
6139
  "icon": "simple-sitemap.svg",
5417
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5418
- "website": "https://nuxtseo.com/simple-sitemap",
5419
- "learn_more": "https://nuxtseo.com/simple-sitemap",
6140
+ "github": "https://github.com/nuxt-modules/sitemap",
6141
+ "website": "https://nuxtseo.com/",
6142
+ "learn_more": "https://nuxtseo.com/sitemap",
5420
6143
  "category": "SEO",
5421
- "type": "3rd-party",
6144
+ "type": "community",
5422
6145
  "maintainers": [
5423
6146
  {
5424
6147
  "name": "Harlan Wilton",
5425
6148
  "github": "harlan-zw",
5426
6149
  "twitter": "harlan_zw",
5427
6150
  "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5428
- }
5429
- ],
5430
- "compatibility": {
5431
- "nuxt": "^3.0.0",
5432
- "requires": {}
5433
- }
5434
- },
5435
- {
5436
- "name": "sitemap",
5437
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
5438
- "repo": "nuxt-community/sitemap-module#dev",
5439
- "npm": "@nuxtjs/sitemap",
5440
- "icon": "",
5441
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
5442
- "website": "https://sitemap.nuxtjs.org",
5443
- "learn_more": "",
5444
- "category": "SEO",
5445
- "type": "community",
5446
- "maintainers": [
6151
+ },
5447
6152
  {
5448
6153
  "name": "Nicolas PENNEC",
5449
6154
  "github": "NicoPennec",
@@ -5451,7 +6156,7 @@
5451
6156
  }
5452
6157
  ],
5453
6158
  "compatibility": {
5454
- "nuxt": "^2.0.0",
6159
+ "nuxt": "^3.0.0",
5455
6160
  "requires": {}
5456
6161
  }
5457
6162
  },
@@ -5485,7 +6190,7 @@
5485
6190
  "icon": "snipcart.png",
5486
6191
  "github": "https://github.com/nuxt-modules/snipcart",
5487
6192
  "website": "https://github.com/nuxt-modules/snipcart",
5488
- "learn_more": "https://snipcart.com",
6193
+ "learn_more": "",
5489
6194
  "category": "Ecommerce",
5490
6195
  "type": "community",
5491
6196
  "maintainers": [
@@ -5571,7 +6276,7 @@
5571
6276
  "name": "speedkit",
5572
6277
  "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
5573
6278
  "repo": "GrabarzUndPartner/nuxt-speedkit",
5574
- "npm": "nuxt-speedkit",
6279
+ "npm": "nuxt-booster",
5575
6280
  "icon": "speedkit.png",
5576
6281
  "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
5577
6282
  "website": "https://nuxt-speedkit.grabarzundpartner.dev",
@@ -5691,7 +6396,7 @@
5691
6396
  {
5692
6397
  "name": "storyblok",
5693
6398
  "description": "Storyblok Nuxt module",
5694
- "repo": "storyblok/storyblok-nuxt#master/lib",
6399
+ "repo": "storyblok/storyblok-nuxt#main",
5695
6400
  "npm": "@storyblok/nuxt",
5696
6401
  "icon": "storyblok.png",
5697
6402
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -5891,29 +6596,6 @@
5891
6596
  "requires": {}
5892
6597
  }
5893
6598
  },
5894
- {
5895
- "name": "stylify",
5896
- "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
5897
- "repo": "stylify/packages#master/packages/nuxt",
5898
- "npm": "@stylify/nuxt",
5899
- "icon": "stylify.svg",
5900
- "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
5901
- "website": "https://stylifycss.com/docs/nuxt",
5902
- "learn_more": "https://stylifycss.com",
5903
- "category": "UI",
5904
- "type": "3rd-party",
5905
- "maintainers": [
5906
- {
5907
- "name": "Vladimír Macháček",
5908
- "github": "Machy8",
5909
- "twitter": "8machy"
5910
- }
5911
- ],
5912
- "compatibility": {
5913
- "nuxt": "^2.0.0 || ^3.0.0",
5914
- "requires": {}
5915
- }
5916
- },
5917
6599
  {
5918
6600
  "name": "supabase",
5919
6601
  "description": "First class integration with Supabase",
@@ -6036,6 +6718,30 @@
6036
6718
  "requires": {}
6037
6719
  }
6038
6720
  },
6721
+ {
6722
+ "name": "swiftsearch",
6723
+ "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
6724
+ "repo": "atoms-studio/nuxt-swiftsearch",
6725
+ "npm": "@atoms-studio/nuxt-swiftsearch",
6726
+ "icon": "nuxt-swiftsearch.svg",
6727
+ "github": "https://github.com/atoms-studio/nuxt-swiftsearch",
6728
+ "website": "https://nuxt-swiftsearch.netlify.app/",
6729
+ "learn_more": "",
6730
+ "category": "Libraries",
6731
+ "type": "3rd-party",
6732
+ "maintainers": [
6733
+ {
6734
+ "name": "Matteo Rigoni",
6735
+ "github": "rigo-m",
6736
+ "twitter": "MatteoRigoni",
6737
+ "avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
6738
+ }
6739
+ ],
6740
+ "compatibility": {
6741
+ "nuxt": "^3.10.0",
6742
+ "requires": {}
6743
+ }
6744
+ },
6039
6745
  {
6040
6746
  "name": "swiper",
6041
6747
  "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
@@ -6107,6 +6813,37 @@
6107
6813
  "nuxt": "^2.0.0 || ^3.0.0",
6108
6814
  "requires": {},
6109
6815
  "devtools": "^0.0.0"
6816
+ },
6817
+ "aliases": [
6818
+ "tailwind"
6819
+ ]
6820
+ },
6821
+ {
6822
+ "name": "test-utils",
6823
+ "description": "Test utilities for Nuxt",
6824
+ "repo": "nuxt/test-utils#main",
6825
+ "npm": "@nuxt/test-utils",
6826
+ "icon": "nuxt.svg",
6827
+ "github": "https://github.com/nuxt/test-utils",
6828
+ "website": "https://nuxt.com/docs/getting-started/testing",
6829
+ "learn_more": "",
6830
+ "category": "Devtools",
6831
+ "type": "official",
6832
+ "maintainers": [
6833
+ {
6834
+ "name": "Daniel Roe",
6835
+ "github": "danielroe",
6836
+ "twitter": "danielcroe"
6837
+ },
6838
+ {
6839
+ "name": "Anthony Fu",
6840
+ "github": "antfu",
6841
+ "twitter": "antfu7"
6842
+ }
6843
+ ],
6844
+ "compatibility": {
6845
+ "nuxt": "^3.0.0",
6846
+ "requires": {}
6110
6847
  }
6111
6848
  },
6112
6849
  {
@@ -6154,6 +6891,28 @@
6154
6891
  "requires": {}
6155
6892
  }
6156
6893
  },
6894
+ {
6895
+ "name": "tiptap",
6896
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6897
+ "repo": "modbender/nuxt-tiptap-editor",
6898
+ "npm": "nuxt-tiptap-editor",
6899
+ "icon": "tiptap.png",
6900
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6901
+ "website": "https://nuxt-tiptap-editor.vercel.app",
6902
+ "learn_more": "https://nuxt-tiptap-editor.vercel.app",
6903
+ "category": "Libraries",
6904
+ "type": "3rd-party",
6905
+ "maintainers": [
6906
+ {
6907
+ "name": "modbender",
6908
+ "github": "modbender"
6909
+ }
6910
+ ],
6911
+ "compatibility": {
6912
+ "nuxt": "^3.0.0",
6913
+ "requires": {}
6914
+ }
6915
+ },
6157
6916
  {
6158
6917
  "name": "toast",
6159
6918
  "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
@@ -6177,6 +6936,50 @@
6177
6936
  "requires": {}
6178
6937
  }
6179
6938
  },
6939
+ {
6940
+ "name": "tradingview",
6941
+ "description": "Use the TradingView Widgets in your Nuxt Application",
6942
+ "repo": "volkanakkus/nuxt-tradingview",
6943
+ "npm": "nuxt-tradingview",
6944
+ "icon": "tradingview.svg",
6945
+ "github": "https://github.com/volkanakkus/nuxt-tradingview",
6946
+ "website": "https://nuxt-tradingview.volkanakkus.com",
6947
+ "learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
6948
+ "category": "Extensions",
6949
+ "type": "3rd-party",
6950
+ "maintainers": [
6951
+ {
6952
+ "name": "Volkan Akkuş",
6953
+ "github": "volkanakkus"
6954
+ }
6955
+ ],
6956
+ "compatibility": {
6957
+ "nuxt": "^3.0.0",
6958
+ "requires": {}
6959
+ }
6960
+ },
6961
+ {
6962
+ "name": "translation-manager",
6963
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6964
+ "repo": "samk-dev/nuxt-translation-manager",
6965
+ "npm": "nuxt-translation-manager",
6966
+ "icon": "translation-manager.png",
6967
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6968
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6969
+ "learn_more": "",
6970
+ "category": "Extensions",
6971
+ "type": "3rd-party",
6972
+ "maintainers": [
6973
+ {
6974
+ "name": "Sam K",
6975
+ "github": "samk-dev"
6976
+ }
6977
+ ],
6978
+ "compatibility": {
6979
+ "nuxt": "^3.0.0",
6980
+ "requires": {}
6981
+ }
6982
+ },
6180
6983
  {
6181
6984
  "name": "tresjs",
6182
6985
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
@@ -6425,6 +7228,30 @@
6425
7228
  "requires": {}
6426
7229
  }
6427
7230
  },
7231
+ {
7232
+ "name": "typo3",
7233
+ "description": "TYPO3 Headless Frontend Rendering module",
7234
+ "repo": "TYPO3-Headless/nuxt-typo3",
7235
+ "npm": "@t3headless/nuxt-typo3",
7236
+ "icon": "typo3.svg",
7237
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
7238
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
7239
+ "learn_more": "https://github.com/TYPO3-Headless",
7240
+ "category": "CMS",
7241
+ "type": "3rd-party",
7242
+ "maintainers": [
7243
+ {
7244
+ "name": "Macopedia",
7245
+ "github": "macopedia",
7246
+ "twitter": "macopediapl"
7247
+ }
7248
+ ],
7249
+ "compatibility": {
7250
+ "nuxt": "^2.0.0 || ^3.0.0",
7251
+ "requires": {},
7252
+ "devtools": "^0.0.0"
7253
+ }
7254
+ },
6428
7255
  {
6429
7256
  "name": "ui",
6430
7257
  "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
@@ -6482,28 +7309,6 @@
6482
7309
  }
6483
7310
  }
6484
7311
  },
6485
- {
6486
- "name": "unhead",
6487
- "description": "Experimental features for Nuxt SEO / head management.",
6488
- "repo": "harlan-zw/nuxt-seo-experiments",
6489
- "npm": "nuxt-seo-experiments",
6490
- "icon": "",
6491
- "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6492
- "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
6493
- "learn_more": "",
6494
- "category": "SEO",
6495
- "type": "3rd-party",
6496
- "maintainers": [
6497
- {
6498
- "name": "harlan-zw",
6499
- "github": "harlan-zw"
6500
- }
6501
- ],
6502
- "compatibility": {
6503
- "nuxt": "^3.0.0",
6504
- "requires": {}
6505
- }
6506
- },
6507
7312
  {
6508
7313
  "name": "universal-storage",
6509
7314
  "description": "Universal Storage Utilities for Nuxt",
@@ -6535,7 +7340,7 @@
6535
7340
  {
6536
7341
  "name": "unlazy",
6537
7342
  "description": "Lazy loading library for placeholder images",
6538
- "repo": "johannschopplich/unlazy/packages/nuxt",
7343
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
6539
7344
  "npm": "@unlazy/nuxt",
6540
7345
  "icon": "unlazy.svg",
6541
7346
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -6554,41 +7359,15 @@
6554
7359
  "requires": {}
6555
7360
  }
6556
7361
  },
6557
- {
6558
- "name": "unlighthouse",
6559
- "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
6560
- "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
6561
- "npm": "@unlighthouse/nuxt",
6562
- "icon": "unlighthouse.svg",
6563
- "github": "https://github.com/harlan-zw/unlighthouse",
6564
- "website": "https://github.com/harlan-zw/unlighthouse",
6565
- "learn_more": "https://github.com/harlan-zw/unlighthouse",
6566
- "category": "Devtools",
6567
- "type": "3rd-party",
6568
- "maintainers": [
6569
- {
6570
- "name": "Harlan Wilton",
6571
- "github": "harlan-zw",
6572
- "twitter": "harlan_zw",
6573
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
6574
- }
6575
- ],
6576
- "compatibility": {
6577
- "nuxt": "^2.0.0 || ^3.0.0",
6578
- "requires": {
6579
- "bridge": "optional"
6580
- }
6581
- }
6582
- },
6583
7362
  {
6584
7363
  "name": "unocss",
6585
7364
  "description": "The instant on-demand atomic CSS engine.",
6586
- "repo": "antfu/unocss#main/packages/nuxt",
7365
+ "repo": "unocss/unocss#main/packages/nuxt",
6587
7366
  "npm": "@unocss/nuxt",
6588
7367
  "icon": "unocss.svg",
6589
- "github": "https://github.com/antfu/unocss",
6590
- "website": "https://github.com/antfu/unocss",
6591
- "learn_more": "https://github.com/antfu/unocss",
7368
+ "github": "https://github.com/unocss/unocss",
7369
+ "website": "https://github.com/unocss/unocss",
7370
+ "learn_more": "https://github.com/unocss/unocss",
6592
7371
  "category": "UI",
6593
7372
  "type": "3rd-party",
6594
7373
  "maintainers": [
@@ -6614,8 +7393,8 @@
6614
7393
  "npm": "nuxt-ununura",
6615
7394
  "icon": "ununuracss.png",
6616
7395
  "github": "https://github.com/novout/ununuracss",
6617
- "website": "https://ununura.com/#/",
6618
- "learn_more": "https://ununura.com/#/docs/why",
7396
+ "website": "https://github.com/novout/ununuracss",
7397
+ "learn_more": "https://github.com/novout/ununuracss",
6619
7398
  "category": "UI",
6620
7399
  "type": "3rd-party",
6621
7400
  "maintainers": [
@@ -6630,6 +7409,28 @@
6630
7409
  "requires": {}
6631
7410
  }
6632
7411
  },
7412
+ {
7413
+ "name": "use-bootstrap",
7414
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
7415
+ "repo": "simplise/use-bootstrap",
7416
+ "npm": "usebootstrap",
7417
+ "icon": "use-bootstrap.svg",
7418
+ "github": "https://github.com/simplise/use-bootstrap",
7419
+ "website": "https://usebootstrap.org/",
7420
+ "learn_more": "https://usebootstrap.org/",
7421
+ "category": "UI",
7422
+ "type": "3rd-party",
7423
+ "maintainers": [
7424
+ {
7425
+ "name": "KoujiSano",
7426
+ "github": "KoujiSano"
7427
+ }
7428
+ ],
7429
+ "compatibility": {
7430
+ "nuxt": "^3.0.0",
7431
+ "requires": {}
7432
+ }
7433
+ },
6633
7434
  {
6634
7435
  "name": "use-wagmi",
6635
7436
  "description": "Vue Composition for Ethereum based on wagmi",
@@ -6676,28 +7477,6 @@
6676
7477
  "requires": {}
6677
7478
  }
6678
7479
  },
6679
- {
6680
- "name": "validate",
6681
- "description": "Simple Nuxt input validation module using vee-validate",
6682
- "repo": "lewyuburi/nuxt-validate",
6683
- "npm": "nuxt-validate",
6684
- "icon": "vee-validate.png",
6685
- "github": "https://github.com/lewyuburi/nuxt-validate",
6686
- "website": "https://github.com/lewyuburi/nuxt-validate",
6687
- "learn_more": "https://logaretm.github.io/vee-validate/",
6688
- "category": "Libraries",
6689
- "type": "3rd-party",
6690
- "maintainers": [
6691
- {
6692
- "name": "lewyuburi",
6693
- "github": "lewyuburi"
6694
- }
6695
- ],
6696
- "compatibility": {
6697
- "nuxt": "^2.0.0",
6698
- "requires": {}
6699
- }
6700
- },
6701
7480
  {
6702
7481
  "name": "vant",
6703
7482
  "description": "A lightweight, customizable Vue UI library for mobile web apps.",
@@ -6752,8 +7531,8 @@
6752
7531
  "repo": "samk-dev/nuxt-vcalendar",
6753
7532
  "npm": "@samk-dev/nuxt-vcalendar",
6754
7533
  "icon": "vcalendar.png",
6755
- "github": "https://github.com/samk-dev/vcalendar",
6756
- "website": "https://github.com/samk-dev/vcalendar",
7534
+ "github": "https://github.com/samk-dev/nuxt-vcalendar",
7535
+ "website": "https://github.com/samk-dev/nuxt-vcalendar",
6757
7536
  "learn_more": "",
6758
7537
  "category": "Libraries",
6759
7538
  "type": "3rd-party",
@@ -6886,42 +7665,15 @@
6886
7665
  "requires": {}
6887
7666
  }
6888
7667
  },
6889
- {
6890
- "name": "vitest",
6891
- "description": "Vitest integration with Nuxt",
6892
- "repo": "danielroe/nuxt-vitest",
6893
- "npm": "nuxt-vitest",
6894
- "icon": "vitest.svg",
6895
- "github": "https://github.com/danielroe/nuxt-vitest",
6896
- "website": "https://github.com/danielroe/nuxt-vitest",
6897
- "learn_more": "",
6898
- "category": "Devtools",
6899
- "type": "3rd-party",
6900
- "maintainers": [
6901
- {
6902
- "name": "Daniel Roe",
6903
- "github": "danielroe"
6904
- },
6905
- {
6906
- "name": "Anthony Fu",
6907
- "github": "antfu"
6908
- }
6909
- ],
6910
- "compatibility": {
6911
- "nuxt": "^3.0.0",
6912
- "requires": {},
6913
- "devtools": "^0.0.0"
6914
- }
6915
- },
6916
7668
  {
6917
7669
  "name": "vue-email",
6918
7670
  "description": "💌 Write email templates with vue",
6919
- "repo": "Dave136/vue-email#main/packages/vue-email",
6920
- "npm": "vue-email",
7671
+ "repo": "vue-email/nuxt",
7672
+ "npm": "@vue-email/nuxt",
6921
7673
  "icon": "vue-email.svg",
6922
- "github": "https://github.com/Dave136/vue-email",
6923
- "website": "https://www.vuemail.net/",
6924
- "learn_more": "https://vue-email.vercel.app/getting-started",
7674
+ "github": "https://github.com/vue-email/nuxt",
7675
+ "website": "https://vuemail.net/",
7676
+ "learn_more": "https://vuemail.net/ssr/nuxt",
6925
7677
  "category": "UI",
6926
7678
  "type": "3rd-party",
6927
7679
  "maintainers": [
@@ -6944,6 +7696,29 @@
6944
7696
  "devtools": "^0.0.0"
6945
7697
  }
6946
7698
  },
7699
+ {
7700
+ "name": "vue-final-modal",
7701
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7702
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7703
+ "npm": "@vue-final-modal/nuxt",
7704
+ "icon": "vue-final-modal.svg",
7705
+ "github": "https://github.com/vue-final/vue-final-modal",
7706
+ "website": "https://vue-final-modal.org/",
7707
+ "learn_more": "https://vue-final-modal.org/",
7708
+ "category": "UI",
7709
+ "type": "3rd-party",
7710
+ "maintainers": [
7711
+ {
7712
+ "name": "Hunter Liu",
7713
+ "github": "hunterliu1003",
7714
+ "twitter": "hunterliu1003"
7715
+ }
7716
+ ],
7717
+ "compatibility": {
7718
+ "nuxt": "^3.0.0",
7719
+ "requires": {}
7720
+ }
7721
+ },
6947
7722
  {
6948
7723
  "name": "vue-macros",
6949
7724
  "description": "Explore more macros and syntax sugar to Vue.",
@@ -7019,7 +7794,7 @@
7019
7794
  "description": "Plausible analytics for Vue.js and Nuxt",
7020
7795
  "repo": "moritzsternemann/vue-plausible",
7021
7796
  "npm": "vue-plausible",
7022
- "icon": "plausible.png",
7797
+ "icon": "plausible.svg",
7023
7798
  "github": "https://github.com/moritzsternemann/vue-plausible",
7024
7799
  "website": "https://github.com/moritzsternemann/vue-plausible",
7025
7800
  "learn_more": "",
@@ -7039,7 +7814,7 @@
7039
7814
  {
7040
7815
  "name": "vue-query",
7041
7816
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7042
- "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
7817
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
7043
7818
  "npm": "@hebilicious/vue-query-nuxt",
7044
7819
  "icon": "vue-query.svg",
7045
7820
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -7136,7 +7911,7 @@
7136
7911
  "npm": "vue3-carousel-nuxt",
7137
7912
  "icon": "",
7138
7913
  "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7139
- "website": "",
7914
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7140
7915
  "learn_more": "",
7141
7916
  "category": "UI",
7142
7917
  "type": "3rd-party",
@@ -7155,7 +7930,7 @@
7155
7930
  {
7156
7931
  "name": "vuefire",
7157
7932
  "description": "Idiomatic composables for the Firebase SDK",
7158
- "repo": "vuejs/vuefire/packages/nuxt",
7933
+ "repo": "vuejs/vuefire#main/packages/nuxt",
7159
7934
  "npm": "nuxt-vuefire",
7160
7935
  "icon": "vuefire.svg",
7161
7936
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -7177,7 +7952,7 @@
7177
7952
  {
7178
7953
  "name": "vueform-builder",
7179
7954
  "description": "Official Vueform Builder module for Nuxt",
7180
- "repo": "vueform/builder-nuxt",
7955
+ "repo": "vueform/builder#main/nuxt",
7181
7956
  "npm": "@vueform/builder-nuxt",
7182
7957
  "icon": "vueform.svg",
7183
7958
  "github": "https://github.com/vueform/builder",
@@ -7200,7 +7975,7 @@
7200
7975
  {
7201
7976
  "name": "vueform",
7202
7977
  "description": "Official Vueform module for Nuxt",
7203
- "repo": "vueform/nuxt",
7978
+ "repo": "vueform/vueform#main/nuxt",
7204
7979
  "npm": "@vueform/nuxt",
7205
7980
  "icon": "vueform.svg",
7206
7981
  "github": "https://github.com/vueform/vueform",
@@ -7227,8 +8002,8 @@
7227
8002
  "npm": "@vuestic/nuxt",
7228
8003
  "icon": "vuestic.png",
7229
8004
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
7230
- "website": "https://vuestic.dev",
7231
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
8005
+ "website": "https://ui.vuestic.dev",
8006
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
7232
8007
  "category": "UI",
7233
8008
  "type": "3rd-party",
7234
8009
  "maintainers": [
@@ -7249,8 +8024,8 @@
7249
8024
  "npm": "vuetify-nuxt-module",
7250
8025
  "icon": "vuetify-logo-v3-dark.svg",
7251
8026
  "github": "https://github.com/userquin/vuetify-nuxt-module",
7252
- "website": "https://github.com/userquin/vuetify-nuxt-module",
7253
- "learn_more": "https://vuetify-nuxt-module.netlify.app/",
8027
+ "website": "https://vuetify-nuxt-module.netlify.app/",
8028
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7254
8029
  "category": "UI",
7255
8030
  "type": "3rd-party",
7256
8031
  "maintainers": [
@@ -7495,7 +8270,7 @@
7495
8270
  "icon": "webpack.png",
7496
8271
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
7497
8272
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
7498
- "learn_more": "http://webpackmonitor.com/",
8273
+ "learn_more": "",
7499
8274
  "category": "Devtools",
7500
8275
  "type": "community",
7501
8276
  "maintainers": [
@@ -7561,11 +8336,11 @@
7561
8336
  {
7562
8337
  "name": "windicss",
7563
8338
  "description": "Next generation utility-first CSS framework.",
7564
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
8339
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
7565
8340
  "npm": "nuxt-windicss",
7566
8341
  "icon": "windicss.svg",
7567
- "github": "https://github.com/windicss/nuxt-windicss-module",
7568
- "website": "https://github.com/windicss/nuxt-windicss-module",
8342
+ "github": "https://github.com/windicss/nuxt-windicss",
8343
+ "website": "https://github.com/windicss/nuxt-windicss",
7569
8344
  "learn_more": "https://windicss.org/",
7570
8345
  "category": "UI",
7571
8346
  "type": "3rd-party",