@nuxt/modules 0.6.0-1ed686 → 0.6.0-22bd11
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.
- package/modules.json +1020 -334
- 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": "
|
|
182
|
+
"category": "Libraries",
|
|
183
183
|
"type": "3rd-party",
|
|
184
184
|
"maintainers": [
|
|
185
185
|
{
|
|
@@ -199,7 +199,7 @@
|
|
|
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.
|
|
202
|
+
"website": "https://nuxt-api-party.byjohann.dev/",
|
|
203
203
|
"learn_more": "",
|
|
204
204
|
"category": "Request",
|
|
205
205
|
"type": "3rd-party",
|
|
@@ -353,6 +353,28 @@
|
|
|
353
353
|
"requires": {}
|
|
354
354
|
}
|
|
355
355
|
},
|
|
356
|
+
{
|
|
357
|
+
"name": "auth-utils",
|
|
358
|
+
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
359
|
+
"repo": "atinux/nuxt-auth-utils",
|
|
360
|
+
"npm": "nuxt-auth-utils",
|
|
361
|
+
"icon": "",
|
|
362
|
+
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
363
|
+
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
364
|
+
"learn_more": "",
|
|
365
|
+
"category": "Security",
|
|
366
|
+
"type": "3rd-party",
|
|
367
|
+
"maintainers": [
|
|
368
|
+
{
|
|
369
|
+
"name": "atinux",
|
|
370
|
+
"github": "atinux"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"compatibility": {
|
|
374
|
+
"nuxt": "^3.0.0",
|
|
375
|
+
"requires": {}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
356
378
|
{
|
|
357
379
|
"name": "auth",
|
|
358
380
|
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
@@ -734,10 +756,10 @@
|
|
|
734
756
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
735
757
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
736
758
|
"npm": "nuxt-chiffre",
|
|
737
|
-
"icon": "
|
|
759
|
+
"icon": "chiffre.png",
|
|
738
760
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
739
761
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
740
|
-
"learn_more": "https://chiffre.io",
|
|
762
|
+
"learn_more": "https://chiffre.io/",
|
|
741
763
|
"category": "Analytics",
|
|
742
764
|
"type": "3rd-party",
|
|
743
765
|
"maintainers": [
|
|
@@ -1316,6 +1338,28 @@
|
|
|
1316
1338
|
"requires": {}
|
|
1317
1339
|
}
|
|
1318
1340
|
},
|
|
1341
|
+
{
|
|
1342
|
+
"name": "doppler",
|
|
1343
|
+
"description": "Integrate your Doppler secrets into your Nuxt build",
|
|
1344
|
+
"repo": "JamieCurnow/nuxt-doppler",
|
|
1345
|
+
"npm": "nuxt-doppler",
|
|
1346
|
+
"icon": "doppler.png",
|
|
1347
|
+
"github": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1348
|
+
"website": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1349
|
+
"learn_more": "",
|
|
1350
|
+
"category": "Devtools",
|
|
1351
|
+
"type": "3rd-party",
|
|
1352
|
+
"maintainers": [
|
|
1353
|
+
{
|
|
1354
|
+
"name": "JamieCurnow",
|
|
1355
|
+
"github": "JamieCurnow"
|
|
1356
|
+
}
|
|
1357
|
+
],
|
|
1358
|
+
"compatibility": {
|
|
1359
|
+
"nuxt": "^3.0.0",
|
|
1360
|
+
"requires": {}
|
|
1361
|
+
}
|
|
1362
|
+
},
|
|
1319
1363
|
{
|
|
1320
1364
|
"name": "dotenv",
|
|
1321
1365
|
"description": "A Nuxt module that loads your .env file into your context options",
|
|
@@ -1345,8 +1389,8 @@
|
|
|
1345
1389
|
"npm": "nuxtjs-drupal-ce",
|
|
1346
1390
|
"icon": "drupal-ce.png",
|
|
1347
1391
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1348
|
-
"website": "https://
|
|
1349
|
-
"learn_more": "https://
|
|
1392
|
+
"website": "https://lupus-decoupled.org",
|
|
1393
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1350
1394
|
"category": "CMS",
|
|
1351
1395
|
"type": "3rd-party",
|
|
1352
1396
|
"maintainers": [
|
|
@@ -1361,13 +1405,13 @@
|
|
|
1361
1405
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1362
1406
|
},
|
|
1363
1407
|
{
|
|
1364
|
-
"name": "
|
|
1365
|
-
"github": "
|
|
1366
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1408
|
+
"name": "Matic",
|
|
1409
|
+
"github": "TurtlBbx",
|
|
1410
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1367
1411
|
}
|
|
1368
1412
|
],
|
|
1369
1413
|
"compatibility": {
|
|
1370
|
-
"nuxt": "^2.0.0",
|
|
1414
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1371
1415
|
"requires": {}
|
|
1372
1416
|
}
|
|
1373
1417
|
},
|
|
@@ -1393,6 +1437,29 @@
|
|
|
1393
1437
|
"requires": {}
|
|
1394
1438
|
}
|
|
1395
1439
|
},
|
|
1440
|
+
{
|
|
1441
|
+
"name": "edgedb",
|
|
1442
|
+
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
1443
|
+
"repo": "Tahul/nuxt-edgedb",
|
|
1444
|
+
"npm": "nuxt-edgedb-module",
|
|
1445
|
+
"icon": "edgedb.svg",
|
|
1446
|
+
"github": "https://github.com/Tahul/nuxt-edgedb",
|
|
1447
|
+
"website": "https://github.com/Tahul/nuxt-edgedb",
|
|
1448
|
+
"learn_more": "https://github.com/Tahul/nuxt-edgedb",
|
|
1449
|
+
"category": "Database",
|
|
1450
|
+
"type": "3rd-party",
|
|
1451
|
+
"maintainers": [
|
|
1452
|
+
{
|
|
1453
|
+
"name": "Yaël Guilloux",
|
|
1454
|
+
"github": "Tahul",
|
|
1455
|
+
"twitter": "yaeeelglx"
|
|
1456
|
+
}
|
|
1457
|
+
],
|
|
1458
|
+
"compatibility": {
|
|
1459
|
+
"nuxt": "^3.8.0",
|
|
1460
|
+
"requires": {}
|
|
1461
|
+
}
|
|
1462
|
+
},
|
|
1396
1463
|
{
|
|
1397
1464
|
"name": "electron",
|
|
1398
1465
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1511,6 +1578,29 @@
|
|
|
1511
1578
|
"requires": {}
|
|
1512
1579
|
}
|
|
1513
1580
|
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "fathom-analytics",
|
|
1583
|
+
"description": "Fathom analytics integration for Nuxt",
|
|
1584
|
+
"repo": "valgeirb/nuxt-fathom",
|
|
1585
|
+
"npm": "nuxt-fathom",
|
|
1586
|
+
"icon": "fathom-analytics.svg",
|
|
1587
|
+
"github": "https://github.com/valgeirb/nuxt-fathom",
|
|
1588
|
+
"website": "https://github.com/valgeirb/nuxt-fathom#readme",
|
|
1589
|
+
"learn_more": "",
|
|
1590
|
+
"category": "Analytics",
|
|
1591
|
+
"type": "3rd-party",
|
|
1592
|
+
"maintainers": [
|
|
1593
|
+
{
|
|
1594
|
+
"name": "Valgeir Björnsson",
|
|
1595
|
+
"github": "valgeirb",
|
|
1596
|
+
"avatar": "https://avatars.githubusercontent.com/valgeirb"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"compatibility": {
|
|
1600
|
+
"nuxt": "^3.0.0",
|
|
1601
|
+
"requires": {}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1514
1604
|
{
|
|
1515
1605
|
"name": "fathom",
|
|
1516
1606
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1711,10 +1801,33 @@
|
|
|
1711
1801
|
"requires": {}
|
|
1712
1802
|
}
|
|
1713
1803
|
},
|
|
1804
|
+
{
|
|
1805
|
+
"name": "fonts",
|
|
1806
|
+
"description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
|
|
1807
|
+
"repo": "nuxt/fonts",
|
|
1808
|
+
"npm": "@nuxt/fonts",
|
|
1809
|
+
"icon": "nuxt.svg",
|
|
1810
|
+
"github": "https://github.com/nuxt/fonts",
|
|
1811
|
+
"website": "https://github.com/nuxt/fonts",
|
|
1812
|
+
"learn_more": "",
|
|
1813
|
+
"category": "Libraries",
|
|
1814
|
+
"type": "official",
|
|
1815
|
+
"maintainers": [
|
|
1816
|
+
{
|
|
1817
|
+
"name": "Daniel Roe",
|
|
1818
|
+
"github": "danielroe",
|
|
1819
|
+
"twitter": "danielcroe"
|
|
1820
|
+
}
|
|
1821
|
+
],
|
|
1822
|
+
"compatibility": {
|
|
1823
|
+
"nuxt": "^3.0.0",
|
|
1824
|
+
"requires": {}
|
|
1825
|
+
}
|
|
1826
|
+
},
|
|
1714
1827
|
{
|
|
1715
1828
|
"name": "form-actions",
|
|
1716
1829
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1717
|
-
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-
|
|
1830
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
|
|
1718
1831
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1719
1832
|
"icon": "form-actions.svg",
|
|
1720
1833
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
@@ -1742,7 +1855,7 @@
|
|
|
1742
1855
|
"icon": "formkit.png",
|
|
1743
1856
|
"github": "https://github.com/formkit/formkit",
|
|
1744
1857
|
"website": "https://formkit.com",
|
|
1745
|
-
"learn_more": "https://formkit.com/
|
|
1858
|
+
"learn_more": "https://formkit.com/getting-started/installation",
|
|
1746
1859
|
"category": "Libraries",
|
|
1747
1860
|
"type": "3rd-party",
|
|
1748
1861
|
"maintainers": [
|
|
@@ -1955,7 +2068,7 @@
|
|
|
1955
2068
|
"icon": "graphql-client.svg",
|
|
1956
2069
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1957
2070
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1958
|
-
"learn_more": "https://
|
|
2071
|
+
"learn_more": "https://nuxt-graphql-client.web.app/",
|
|
1959
2072
|
"category": "Request",
|
|
1960
2073
|
"type": "3rd-party",
|
|
1961
2074
|
"maintainers": [
|
|
@@ -2344,8 +2457,8 @@
|
|
|
2344
2457
|
"npm": "@nuxtjs/i18n",
|
|
2345
2458
|
"icon": "i18n.png",
|
|
2346
2459
|
"github": "https://github.com/nuxt-modules/i18n",
|
|
2347
|
-
"website": "https://
|
|
2348
|
-
"learn_more": "https://
|
|
2460
|
+
"website": "https://i18n.nuxtjs.org",
|
|
2461
|
+
"learn_more": "https://vue-i18n.intlify.dev/",
|
|
2349
2462
|
"category": "Extensions",
|
|
2350
2463
|
"type": "community",
|
|
2351
2464
|
"maintainers": [
|
|
@@ -2356,6 +2469,10 @@
|
|
|
2356
2469
|
{
|
|
2357
2470
|
"name": "Kazuya Kawaguchi",
|
|
2358
2471
|
"github": "kazupon"
|
|
2472
|
+
},
|
|
2473
|
+
{
|
|
2474
|
+
"name": "Bobbie Goede",
|
|
2475
|
+
"github": "BobbieGoede"
|
|
2359
2476
|
}
|
|
2360
2477
|
],
|
|
2361
2478
|
"compatibility": {
|
|
@@ -2385,6 +2502,29 @@
|
|
|
2385
2502
|
"requires": {}
|
|
2386
2503
|
}
|
|
2387
2504
|
},
|
|
2505
|
+
{
|
|
2506
|
+
"name": "icon-tw",
|
|
2507
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2508
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2509
|
+
"npm": "nuxt-icon-tw",
|
|
2510
|
+
"icon": "nuxt-icon.png",
|
|
2511
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2512
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2513
|
+
"learn_more": "",
|
|
2514
|
+
"category": "UI",
|
|
2515
|
+
"type": "3rd-party",
|
|
2516
|
+
"maintainers": [
|
|
2517
|
+
{
|
|
2518
|
+
"name": "JohnCampionJr",
|
|
2519
|
+
"github": "JohnCampionJr"
|
|
2520
|
+
}
|
|
2521
|
+
],
|
|
2522
|
+
"compatibility": {
|
|
2523
|
+
"nuxt": "^3.0.0",
|
|
2524
|
+
"requires": {},
|
|
2525
|
+
"devtools": "^0.0.0"
|
|
2526
|
+
}
|
|
2527
|
+
},
|
|
2388
2528
|
{
|
|
2389
2529
|
"name": "icon",
|
|
2390
2530
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2489,10 +2629,6 @@
|
|
|
2489
2629
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2490
2630
|
"requires": {
|
|
2491
2631
|
"bridge": "optional"
|
|
2492
|
-
},
|
|
2493
|
-
"versionMap": {
|
|
2494
|
-
"2.x": "latest",
|
|
2495
|
-
"3.x": "rc"
|
|
2496
2632
|
}
|
|
2497
2633
|
}
|
|
2498
2634
|
},
|
|
@@ -2632,6 +2768,34 @@
|
|
|
2632
2768
|
"requires": {}
|
|
2633
2769
|
}
|
|
2634
2770
|
},
|
|
2771
|
+
{
|
|
2772
|
+
"name": "kinde",
|
|
2773
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2774
|
+
"repo": "nuxt-modules/kinde",
|
|
2775
|
+
"npm": "@nuxtjs/kinde",
|
|
2776
|
+
"icon": "kinde.svg",
|
|
2777
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2778
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2779
|
+
"learn_more": "https://kinde.com/",
|
|
2780
|
+
"category": "Security",
|
|
2781
|
+
"type": "community",
|
|
2782
|
+
"maintainers": [
|
|
2783
|
+
{
|
|
2784
|
+
"name": "danielroe",
|
|
2785
|
+
"github": "danielroe"
|
|
2786
|
+
},
|
|
2787
|
+
{
|
|
2788
|
+
"name": "daveordead",
|
|
2789
|
+
"github": "DaveOrDead",
|
|
2790
|
+
"twitter": "dave_or_dead"
|
|
2791
|
+
}
|
|
2792
|
+
],
|
|
2793
|
+
"compatibility": {
|
|
2794
|
+
"nuxt": "^3.0.0",
|
|
2795
|
+
"requires": {}
|
|
2796
|
+
},
|
|
2797
|
+
"sponsor": true
|
|
2798
|
+
},
|
|
2635
2799
|
{
|
|
2636
2800
|
"name": "kql",
|
|
2637
2801
|
"description": "Nuxt module for Kirby's Query Language API",
|
|
@@ -2639,7 +2803,7 @@
|
|
|
2639
2803
|
"npm": "nuxt-kql",
|
|
2640
2804
|
"icon": "kql.svg",
|
|
2641
2805
|
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2642
|
-
"website": "https://nuxt-kql.
|
|
2806
|
+
"website": "https://nuxt-kql.byjohann.dev/",
|
|
2643
2807
|
"learn_more": "",
|
|
2644
2808
|
"category": "CMS",
|
|
2645
2809
|
"type": "3rd-party",
|
|
@@ -2700,6 +2864,28 @@
|
|
|
2700
2864
|
"requires": {}
|
|
2701
2865
|
}
|
|
2702
2866
|
},
|
|
2867
|
+
{
|
|
2868
|
+
"name": "laravel-precognition",
|
|
2869
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2870
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2871
|
+
"npm": "nuxt-laravel-precognition",
|
|
2872
|
+
"icon": "laravel.svg",
|
|
2873
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2874
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2875
|
+
"learn_more": "",
|
|
2876
|
+
"category": "Security",
|
|
2877
|
+
"type": "3rd-party",
|
|
2878
|
+
"maintainers": [
|
|
2879
|
+
{
|
|
2880
|
+
"name": "sot1986",
|
|
2881
|
+
"github": "sot1986"
|
|
2882
|
+
}
|
|
2883
|
+
],
|
|
2884
|
+
"compatibility": {
|
|
2885
|
+
"nuxt": "^3.0.0",
|
|
2886
|
+
"requires": {}
|
|
2887
|
+
}
|
|
2888
|
+
},
|
|
2703
2889
|
{
|
|
2704
2890
|
"name": "laravel",
|
|
2705
2891
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2746,7 +2932,7 @@
|
|
|
2746
2932
|
},
|
|
2747
2933
|
{
|
|
2748
2934
|
"name": "link-checker",
|
|
2749
|
-
"description": "Find and magically fix links that may be negatively effecting your
|
|
2935
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2750
2936
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2751
2937
|
"npm": "nuxt-link-checker",
|
|
2752
2938
|
"icon": "link-checker.svg",
|
|
@@ -2915,10 +3101,10 @@
|
|
|
2915
3101
|
{
|
|
2916
3102
|
"name": "magic-regexp",
|
|
2917
3103
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2918
|
-
"repo": "
|
|
3104
|
+
"repo": "unjs/magic-regexp",
|
|
2919
3105
|
"npm": "magic-regexp",
|
|
2920
3106
|
"icon": "magic-regexp.svg",
|
|
2921
|
-
"github": "https://github.com/
|
|
3107
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
2922
3108
|
"website": "https://magic-regexp.roe.dev",
|
|
2923
3109
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
2924
3110
|
"category": "Libraries",
|
|
@@ -2935,6 +3121,29 @@
|
|
|
2935
3121
|
"requires": {}
|
|
2936
3122
|
}
|
|
2937
3123
|
},
|
|
3124
|
+
{
|
|
3125
|
+
"name": "mailpit",
|
|
3126
|
+
"description": "Integrates Mailpit web UI in Nuxt devtools",
|
|
3127
|
+
"repo": "tdolsen/nuxt-mailpit",
|
|
3128
|
+
"npm": "nuxt-mailpit",
|
|
3129
|
+
"icon": "mailpit.svg",
|
|
3130
|
+
"github": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3131
|
+
"website": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3132
|
+
"learn_more": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3133
|
+
"category": "Devtools",
|
|
3134
|
+
"type": "3rd-party",
|
|
3135
|
+
"maintainers": [
|
|
3136
|
+
{
|
|
3137
|
+
"name": "Torkild Dyvik Olsen",
|
|
3138
|
+
"github": "tdolsen",
|
|
3139
|
+
"twitter": "tdolsen"
|
|
3140
|
+
}
|
|
3141
|
+
],
|
|
3142
|
+
"compatibility": {
|
|
3143
|
+
"nuxt": "^3.8.0",
|
|
3144
|
+
"requires": {}
|
|
3145
|
+
}
|
|
3146
|
+
},
|
|
2938
3147
|
{
|
|
2939
3148
|
"name": "markdownit",
|
|
2940
3149
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
@@ -2958,6 +3167,30 @@
|
|
|
2958
3167
|
"requires": {}
|
|
2959
3168
|
}
|
|
2960
3169
|
},
|
|
3170
|
+
{
|
|
3171
|
+
"name": "marquee",
|
|
3172
|
+
"description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
|
|
3173
|
+
"repo": "hanzydev/nuxt-marquee",
|
|
3174
|
+
"npm": "nuxt-marquee",
|
|
3175
|
+
"icon": "marquee.png",
|
|
3176
|
+
"github": "https://github.com/hanzydev/nuxt-marquee/",
|
|
3177
|
+
"website": "https://hanzydev.github.io/nuxt-marquee/",
|
|
3178
|
+
"learn_more": "",
|
|
3179
|
+
"category": "UI",
|
|
3180
|
+
"type": "3rd-party",
|
|
3181
|
+
"maintainers": [
|
|
3182
|
+
{
|
|
3183
|
+
"name": "Hànzy",
|
|
3184
|
+
"github": "hanzydev",
|
|
3185
|
+
"avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
|
|
3186
|
+
}
|
|
3187
|
+
],
|
|
3188
|
+
"compatibility": {
|
|
3189
|
+
"nuxt": "^3.0.0",
|
|
3190
|
+
"requires": {},
|
|
3191
|
+
"devtools": "^0.0.0"
|
|
3192
|
+
}
|
|
3193
|
+
},
|
|
2961
3194
|
{
|
|
2962
3195
|
"name": "matomo",
|
|
2963
3196
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
@@ -2983,14 +3216,14 @@
|
|
|
2983
3216
|
{
|
|
2984
3217
|
"name": "maz-ui",
|
|
2985
3218
|
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
2986
|
-
"repo": "louismazel/maz-ui",
|
|
2987
|
-
"npm": "
|
|
3219
|
+
"repo": "louismazel/maz-ui#master/packages/nuxt-module",
|
|
3220
|
+
"npm": "nuxt-module",
|
|
2988
3221
|
"icon": "maz-ui.png",
|
|
2989
3222
|
"github": "https://github.com/louismazel/maz-ui",
|
|
2990
|
-
"website": "https://
|
|
2991
|
-
"learn_more": "https://
|
|
3223
|
+
"website": "https://maz-ui.com/",
|
|
3224
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
2992
3225
|
"category": "UI",
|
|
2993
|
-
"type": "
|
|
3226
|
+
"type": "3rd-party",
|
|
2994
3227
|
"maintainers": [
|
|
2995
3228
|
{
|
|
2996
3229
|
"name": "Loïc Mazuel",
|
|
@@ -3098,28 +3331,6 @@
|
|
|
3098
3331
|
"requires": {}
|
|
3099
3332
|
}
|
|
3100
3333
|
},
|
|
3101
|
-
{
|
|
3102
|
-
"name": "mobile",
|
|
3103
|
-
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
3104
|
-
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
3105
|
-
"npm": "nuxt-mobile",
|
|
3106
|
-
"icon": "",
|
|
3107
|
-
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
3108
|
-
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
3109
|
-
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
3110
|
-
"category": "Extensions",
|
|
3111
|
-
"type": "3rd-party",
|
|
3112
|
-
"maintainers": [
|
|
3113
|
-
{
|
|
3114
|
-
"name": "ChanningDefoe",
|
|
3115
|
-
"github": "ChanningDefoe"
|
|
3116
|
-
}
|
|
3117
|
-
],
|
|
3118
|
-
"compatibility": {
|
|
3119
|
-
"nuxt": "^2.0.0",
|
|
3120
|
-
"requires": {}
|
|
3121
|
-
}
|
|
3122
|
-
},
|
|
3123
3334
|
{
|
|
3124
3335
|
"name": "module-feed",
|
|
3125
3336
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -3170,28 +3381,6 @@
|
|
|
3170
3381
|
"requires": {}
|
|
3171
3382
|
}
|
|
3172
3383
|
},
|
|
3173
|
-
{
|
|
3174
|
-
"name": "mq",
|
|
3175
|
-
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3176
|
-
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3177
|
-
"npm": "nuxt-mq",
|
|
3178
|
-
"icon": "",
|
|
3179
|
-
"github": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
3180
|
-
"website": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
3181
|
-
"learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
|
|
3182
|
-
"category": "Libraries",
|
|
3183
|
-
"type": "3rd-party",
|
|
3184
|
-
"maintainers": [
|
|
3185
|
-
{
|
|
3186
|
-
"name": "vanhoofmaarten",
|
|
3187
|
-
"github": "vanhoofmaarten"
|
|
3188
|
-
}
|
|
3189
|
-
],
|
|
3190
|
-
"compatibility": {
|
|
3191
|
-
"nuxt": "^2.0.0",
|
|
3192
|
-
"requires": {}
|
|
3193
|
-
}
|
|
3194
|
-
},
|
|
3195
3384
|
{
|
|
3196
3385
|
"name": "neo",
|
|
3197
3386
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
@@ -3262,12 +3451,12 @@
|
|
|
3262
3451
|
{
|
|
3263
3452
|
"name": "netlify",
|
|
3264
3453
|
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3265
|
-
"repo": "
|
|
3454
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
3266
3455
|
"npm": "@aceforth/nuxt-netlify",
|
|
3267
3456
|
"icon": "netlify.png",
|
|
3268
|
-
"github": "https://github.com/
|
|
3269
|
-
"website": "https://
|
|
3270
|
-
"learn_more": "",
|
|
3457
|
+
"github": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3458
|
+
"website": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3459
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
|
|
3271
3460
|
"category": "Deployment",
|
|
3272
3461
|
"type": "3rd-party",
|
|
3273
3462
|
"maintainers": [
|
|
@@ -3376,24 +3565,48 @@
|
|
|
3376
3565
|
}
|
|
3377
3566
|
},
|
|
3378
3567
|
{
|
|
3379
|
-
"name": "nuxt-
|
|
3380
|
-
"description": "",
|
|
3381
|
-
"repo": "
|
|
3382
|
-
"npm": "
|
|
3383
|
-
"icon": "",
|
|
3384
|
-
"github": "https://github.com/
|
|
3385
|
-
"website": "https://github.com/
|
|
3386
|
-
"learn_more": "",
|
|
3387
|
-
"category": "
|
|
3568
|
+
"name": "nuxt-asciidoc",
|
|
3569
|
+
"description": "Transformer for using asciidoc in nuxt",
|
|
3570
|
+
"repo": "Chris2011/nuxt-asciidoc",
|
|
3571
|
+
"npm": "nuxt-asciidoc",
|
|
3572
|
+
"icon": "nuxt-asciidoc.svg",
|
|
3573
|
+
"github": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3574
|
+
"website": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3575
|
+
"learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
|
|
3576
|
+
"category": "Extensions",
|
|
3388
3577
|
"type": "3rd-party",
|
|
3389
3578
|
"maintainers": [
|
|
3390
3579
|
{
|
|
3391
|
-
"name": "
|
|
3392
|
-
"github": "
|
|
3580
|
+
"name": "Christian Lenz",
|
|
3581
|
+
"github": "Chris2011",
|
|
3582
|
+
"twitter": "Chrizzly42"
|
|
3393
3583
|
}
|
|
3394
3584
|
],
|
|
3395
3585
|
"compatibility": {
|
|
3396
|
-
"nuxt": "^
|
|
3586
|
+
"nuxt": "^3.0.0",
|
|
3587
|
+
"requires": {}
|
|
3588
|
+
}
|
|
3589
|
+
},
|
|
3590
|
+
{
|
|
3591
|
+
"name": "nuxt-auth-sanctum",
|
|
3592
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3593
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3594
|
+
"npm": "nuxt-auth-sanctum",
|
|
3595
|
+
"icon": "laravel.svg",
|
|
3596
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3597
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3598
|
+
"learn_more": "https://laravel.com/docs/10.x/sanctum",
|
|
3599
|
+
"category": "Security",
|
|
3600
|
+
"type": "3rd-party",
|
|
3601
|
+
"maintainers": [
|
|
3602
|
+
{
|
|
3603
|
+
"name": "Artem Manchenkov",
|
|
3604
|
+
"github": "manchenkoff",
|
|
3605
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3606
|
+
}
|
|
3607
|
+
],
|
|
3608
|
+
"compatibility": {
|
|
3609
|
+
"nuxt": "^3.9.0",
|
|
3397
3610
|
"requires": {}
|
|
3398
3611
|
}
|
|
3399
3612
|
},
|
|
@@ -3419,6 +3632,28 @@
|
|
|
3419
3632
|
"requires": {}
|
|
3420
3633
|
}
|
|
3421
3634
|
},
|
|
3635
|
+
{
|
|
3636
|
+
"name": "nuxt-bezier",
|
|
3637
|
+
"description": "Reusable transition components",
|
|
3638
|
+
"repo": "50rayn/nuxt-bezier",
|
|
3639
|
+
"npm": "nuxt-bezier",
|
|
3640
|
+
"icon": "nuxt-bezier.png",
|
|
3641
|
+
"github": "https://github.com/50rayn/nuxt-bezier",
|
|
3642
|
+
"website": "https://github.com/50rayn/nuxt-bezier",
|
|
3643
|
+
"learn_more": "https://github.com/Noction/vue-bezier",
|
|
3644
|
+
"category": "UI",
|
|
3645
|
+
"type": "3rd-party",
|
|
3646
|
+
"maintainers": [
|
|
3647
|
+
{
|
|
3648
|
+
"name": "Soryn Gitlan",
|
|
3649
|
+
"github": "50rayn"
|
|
3650
|
+
}
|
|
3651
|
+
],
|
|
3652
|
+
"compatibility": {
|
|
3653
|
+
"nuxt": "^3.0.0",
|
|
3654
|
+
"requires": {}
|
|
3655
|
+
}
|
|
3656
|
+
},
|
|
3422
3657
|
{
|
|
3423
3658
|
"name": "nuxt-bootstrap-icons",
|
|
3424
3659
|
"description": "Just a simple integration for Bootstrap Icons",
|
|
@@ -3463,6 +3698,28 @@
|
|
|
3463
3698
|
"requires": {}
|
|
3464
3699
|
}
|
|
3465
3700
|
},
|
|
3701
|
+
{
|
|
3702
|
+
"name": "nuxt-cookie-consent",
|
|
3703
|
+
"description": "Nuxt module for integrating with cookie consent providers with ease",
|
|
3704
|
+
"repo": "weareheavy/nuxt-cookie-consent",
|
|
3705
|
+
"npm": "@weareheavy/nuxt-cookie-consent",
|
|
3706
|
+
"icon": "wah.svg",
|
|
3707
|
+
"github": "https://github.com/weareheavy/nuxt-cookie-consent",
|
|
3708
|
+
"website": "https://nuxt-cookie-consent.packages.weareheavy.com",
|
|
3709
|
+
"learn_more": "",
|
|
3710
|
+
"category": "Extensions",
|
|
3711
|
+
"type": "3rd-party",
|
|
3712
|
+
"maintainers": [
|
|
3713
|
+
{
|
|
3714
|
+
"name": "weareheavy",
|
|
3715
|
+
"github": "weareheavy"
|
|
3716
|
+
}
|
|
3717
|
+
],
|
|
3718
|
+
"compatibility": {
|
|
3719
|
+
"nuxt": "^3.0.0",
|
|
3720
|
+
"requires": {}
|
|
3721
|
+
}
|
|
3722
|
+
},
|
|
3466
3723
|
{
|
|
3467
3724
|
"name": "nuxt-facebook-chat",
|
|
3468
3725
|
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
@@ -3489,6 +3746,28 @@
|
|
|
3489
3746
|
"requires": {}
|
|
3490
3747
|
}
|
|
3491
3748
|
},
|
|
3749
|
+
{
|
|
3750
|
+
"name": "nuxt-feather-icons",
|
|
3751
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
3752
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
3753
|
+
"npm": "nuxt-feather-icons",
|
|
3754
|
+
"icon": "nuxt-feather-icons.png",
|
|
3755
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3756
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3757
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3758
|
+
"category": "UI",
|
|
3759
|
+
"type": "3rd-party",
|
|
3760
|
+
"maintainers": [
|
|
3761
|
+
{
|
|
3762
|
+
"name": "4sllan",
|
|
3763
|
+
"github": "4sllan"
|
|
3764
|
+
}
|
|
3765
|
+
],
|
|
3766
|
+
"compatibility": {
|
|
3767
|
+
"nuxt": "^3.0.0",
|
|
3768
|
+
"requires": {}
|
|
3769
|
+
}
|
|
3770
|
+
},
|
|
3492
3771
|
{
|
|
3493
3772
|
"name": "nuxt-feedme",
|
|
3494
3773
|
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
@@ -3518,7 +3797,7 @@
|
|
|
3518
3797
|
"npm": "nuxt-graphql-middleware",
|
|
3519
3798
|
"icon": "nuxt-graphql-middleware.svg",
|
|
3520
3799
|
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3521
|
-
"website": "https://nuxt-graphql-middleware
|
|
3800
|
+
"website": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3522
3801
|
"learn_more": "",
|
|
3523
3802
|
"category": "Request",
|
|
3524
3803
|
"type": "3rd-party",
|
|
@@ -3576,7 +3855,7 @@
|
|
|
3576
3855
|
"maintainers": [
|
|
3577
3856
|
{
|
|
3578
3857
|
"name": "Zadig&Voltaire Team",
|
|
3579
|
-
"github": "
|
|
3858
|
+
"github": "zadigetvoltaire"
|
|
3580
3859
|
}
|
|
3581
3860
|
],
|
|
3582
3861
|
"compatibility": {
|
|
@@ -3609,6 +3888,28 @@
|
|
|
3609
3888
|
}
|
|
3610
3889
|
}
|
|
3611
3890
|
},
|
|
3891
|
+
{
|
|
3892
|
+
"name": "nuxt-interpolation",
|
|
3893
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3894
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3895
|
+
"npm": "nuxt-interpolation",
|
|
3896
|
+
"icon": "",
|
|
3897
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3898
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3899
|
+
"learn_more": "",
|
|
3900
|
+
"category": "Devtools",
|
|
3901
|
+
"type": "3rd-party",
|
|
3902
|
+
"maintainers": [
|
|
3903
|
+
{
|
|
3904
|
+
"name": "daliborgogic",
|
|
3905
|
+
"github": "daliborgogic"
|
|
3906
|
+
}
|
|
3907
|
+
],
|
|
3908
|
+
"compatibility": {
|
|
3909
|
+
"nuxt": "^2.0.0",
|
|
3910
|
+
"requires": {}
|
|
3911
|
+
}
|
|
3912
|
+
},
|
|
3612
3913
|
{
|
|
3613
3914
|
"name": "nuxt-jsonld",
|
|
3614
3915
|
"description": "Manage JSON-LD in Vue component.",
|
|
@@ -3638,8 +3939,8 @@
|
|
|
3638
3939
|
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3639
3940
|
"icon": "nuxt-localtunnel.svg",
|
|
3640
3941
|
"github": "https://github.com/nuxtus/localtunnel",
|
|
3641
|
-
"website": "https://nuxtus.com",
|
|
3642
|
-
"learn_more": "https://docs.nuxtus.com
|
|
3942
|
+
"website": "https://docs.nuxtus.com",
|
|
3943
|
+
"learn_more": "https://docs.nuxtus.com/localtunnel.html",
|
|
3643
3944
|
"category": "Devtools",
|
|
3644
3945
|
"type": "3rd-party",
|
|
3645
3946
|
"maintainers": [
|
|
@@ -3678,10 +3979,32 @@
|
|
|
3678
3979
|
}
|
|
3679
3980
|
},
|
|
3680
3981
|
{
|
|
3681
|
-
"name": "nuxt-
|
|
3682
|
-
"description": "
|
|
3683
|
-
"repo": "
|
|
3684
|
-
"npm": "nuxt-
|
|
3982
|
+
"name": "nuxt-mail",
|
|
3983
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3984
|
+
"repo": "dword-design/nuxt-mail",
|
|
3985
|
+
"npm": "nuxt-mail",
|
|
3986
|
+
"icon": "",
|
|
3987
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3988
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3989
|
+
"learn_more": "",
|
|
3990
|
+
"category": "Extensions",
|
|
3991
|
+
"type": "3rd-party",
|
|
3992
|
+
"maintainers": [
|
|
3993
|
+
{
|
|
3994
|
+
"name": "Sebastian Landwehr",
|
|
3995
|
+
"github": "dword-design"
|
|
3996
|
+
}
|
|
3997
|
+
],
|
|
3998
|
+
"compatibility": {
|
|
3999
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4000
|
+
"requires": {}
|
|
4001
|
+
}
|
|
4002
|
+
},
|
|
4003
|
+
{
|
|
4004
|
+
"name": "nuxt-mapbox",
|
|
4005
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
4006
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
4007
|
+
"npm": "nuxt-mapbox",
|
|
3685
4008
|
"icon": "nuxt-mapbox.svg",
|
|
3686
4009
|
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3687
4010
|
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
@@ -3766,6 +4089,101 @@
|
|
|
3766
4089
|
"devtools": "^0.0.0"
|
|
3767
4090
|
}
|
|
3768
4091
|
},
|
|
4092
|
+
{
|
|
4093
|
+
"name": "nuxt-oidc-auth",
|
|
4094
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
4095
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
4096
|
+
"npm": "nuxt-oidc-auth",
|
|
4097
|
+
"icon": "",
|
|
4098
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4099
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4100
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4101
|
+
"category": "Security",
|
|
4102
|
+
"type": "3rd-party",
|
|
4103
|
+
"maintainers": [
|
|
4104
|
+
{
|
|
4105
|
+
"name": "Jan-Henrik Damaschke",
|
|
4106
|
+
"github": "itpropro",
|
|
4107
|
+
"twitter": "jandamaschke"
|
|
4108
|
+
}
|
|
4109
|
+
],
|
|
4110
|
+
"compatibility": {
|
|
4111
|
+
"nuxt": "^3.0.0",
|
|
4112
|
+
"requires": {}
|
|
4113
|
+
}
|
|
4114
|
+
},
|
|
4115
|
+
{
|
|
4116
|
+
"name": "nuxt-openapi-docs-module",
|
|
4117
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
4118
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4119
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4120
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4121
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4122
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4123
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4124
|
+
"category": "Libraries",
|
|
4125
|
+
"type": "3rd-party",
|
|
4126
|
+
"maintainers": [
|
|
4127
|
+
{
|
|
4128
|
+
"name": "Pavel Kuzmin",
|
|
4129
|
+
"github": "s00d"
|
|
4130
|
+
}
|
|
4131
|
+
],
|
|
4132
|
+
"compatibility": {
|
|
4133
|
+
"nuxt": "^3.0.0",
|
|
4134
|
+
"requires": {}
|
|
4135
|
+
}
|
|
4136
|
+
},
|
|
4137
|
+
{
|
|
4138
|
+
"name": "nuxt-openid-connect",
|
|
4139
|
+
"description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
|
|
4140
|
+
"repo": "aborn/nuxt-openid-connect",
|
|
4141
|
+
"npm": "nuxt-openid-connect",
|
|
4142
|
+
"icon": "",
|
|
4143
|
+
"github": "https://github.com/aborn/nuxt-openid-connect",
|
|
4144
|
+
"website": "https://github.com/aborn/nuxt-openid-connect",
|
|
4145
|
+
"learn_more": "",
|
|
4146
|
+
"category": "Security",
|
|
4147
|
+
"type": "3rd-party",
|
|
4148
|
+
"maintainers": [
|
|
4149
|
+
{
|
|
4150
|
+
"name": "Aborn Jiang",
|
|
4151
|
+
"github": "aborn"
|
|
4152
|
+
},
|
|
4153
|
+
{
|
|
4154
|
+
"name": "Khaled Almana",
|
|
4155
|
+
"github": "KhaledAlMana"
|
|
4156
|
+
}
|
|
4157
|
+
],
|
|
4158
|
+
"compatibility": {
|
|
4159
|
+
"nuxt": "^3.0.0",
|
|
4160
|
+
"requires": {},
|
|
4161
|
+
"devtools": "^0.0.0"
|
|
4162
|
+
}
|
|
4163
|
+
},
|
|
4164
|
+
{
|
|
4165
|
+
"name": "nuxt-payload-analyzer",
|
|
4166
|
+
"description": "Analyze Nuxt Payload Size",
|
|
4167
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
4168
|
+
"npm": "nuxt-payload-analyzer",
|
|
4169
|
+
"icon": "",
|
|
4170
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4171
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4172
|
+
"learn_more": "",
|
|
4173
|
+
"category": "Performance",
|
|
4174
|
+
"type": "3rd-party",
|
|
4175
|
+
"maintainers": [
|
|
4176
|
+
{
|
|
4177
|
+
"name": "Barbapapazes",
|
|
4178
|
+
"github": "Barbapapazes",
|
|
4179
|
+
"twitter": "soubiran_"
|
|
4180
|
+
}
|
|
4181
|
+
],
|
|
4182
|
+
"compatibility": {
|
|
4183
|
+
"nuxt": "^3.0.0",
|
|
4184
|
+
"requires": {}
|
|
4185
|
+
}
|
|
4186
|
+
},
|
|
3769
4187
|
{
|
|
3770
4188
|
"name": "nuxt-pdf",
|
|
3771
4189
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3796,8 +4214,8 @@
|
|
|
3796
4214
|
"npm": "nuxt-phosphor-icons",
|
|
3797
4215
|
"icon": "phosphor-icons.svg",
|
|
3798
4216
|
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3799
|
-
"website": "https://
|
|
3800
|
-
"learn_more": "https://
|
|
4217
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4218
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
3801
4219
|
"category": "UI",
|
|
3802
4220
|
"type": "3rd-party",
|
|
3803
4221
|
"maintainers": [
|
|
@@ -3904,6 +4322,28 @@
|
|
|
3904
4322
|
"requires": {}
|
|
3905
4323
|
}
|
|
3906
4324
|
},
|
|
4325
|
+
{
|
|
4326
|
+
"name": "nuxt-posthog",
|
|
4327
|
+
"description": "Integrate PostHog into your application with minimal configuration",
|
|
4328
|
+
"repo": "mitjans/nuxt-posthog",
|
|
4329
|
+
"npm": "nuxt-posthog",
|
|
4330
|
+
"icon": "posthog.svg",
|
|
4331
|
+
"github": "https://github.com/mitjans/nuxt-posthog",
|
|
4332
|
+
"website": "https://nuxt-posthog.cmitjans.dev",
|
|
4333
|
+
"learn_more": "https://posthog.com",
|
|
4334
|
+
"category": "Analytics",
|
|
4335
|
+
"type": "3rd-party",
|
|
4336
|
+
"maintainers": [
|
|
4337
|
+
{
|
|
4338
|
+
"name": "Carles Mitjans",
|
|
4339
|
+
"github": "mitjans"
|
|
4340
|
+
}
|
|
4341
|
+
],
|
|
4342
|
+
"compatibility": {
|
|
4343
|
+
"nuxt": "^3.0.0",
|
|
4344
|
+
"requires": {}
|
|
4345
|
+
}
|
|
4346
|
+
},
|
|
3907
4347
|
{
|
|
3908
4348
|
"name": "nuxt-smartlook",
|
|
3909
4349
|
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
@@ -3928,6 +4368,28 @@
|
|
|
3928
4368
|
"requires": {}
|
|
3929
4369
|
}
|
|
3930
4370
|
},
|
|
4371
|
+
{
|
|
4372
|
+
"name": "nuxt-social-share",
|
|
4373
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4374
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4375
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4376
|
+
"icon": "nuxt-social-share.png",
|
|
4377
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4378
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4379
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4380
|
+
"category": "Extensions",
|
|
4381
|
+
"type": "3rd-party",
|
|
4382
|
+
"maintainers": [
|
|
4383
|
+
{
|
|
4384
|
+
"name": "stefanobartoletti",
|
|
4385
|
+
"github": "stefanobartoletti"
|
|
4386
|
+
}
|
|
4387
|
+
],
|
|
4388
|
+
"compatibility": {
|
|
4389
|
+
"nuxt": "^3.0.0",
|
|
4390
|
+
"requires": {}
|
|
4391
|
+
}
|
|
4392
|
+
},
|
|
3931
4393
|
{
|
|
3932
4394
|
"name": "ssr-lit",
|
|
3933
4395
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3961,7 +4423,7 @@
|
|
|
3961
4423
|
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3962
4424
|
"repo": "fumeapp/nuxt-storm",
|
|
3963
4425
|
"npm": "nuxt-storm",
|
|
3964
|
-
"icon": "
|
|
4426
|
+
"icon": "",
|
|
3965
4427
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
3966
4428
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
3967
4429
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -3978,6 +4440,30 @@
|
|
|
3978
4440
|
"requires": {}
|
|
3979
4441
|
}
|
|
3980
4442
|
},
|
|
4443
|
+
{
|
|
4444
|
+
"name": "nuxt-svgo-loader",
|
|
4445
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4446
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4447
|
+
"npm": "nuxt-svgo-loader",
|
|
4448
|
+
"icon": "",
|
|
4449
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4450
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4451
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4452
|
+
"category": "Images",
|
|
4453
|
+
"type": "3rd-party",
|
|
4454
|
+
"maintainers": [
|
|
4455
|
+
{
|
|
4456
|
+
"name": "Alex Liu",
|
|
4457
|
+
"github": "Mini-ghost",
|
|
4458
|
+
"twitter": "Minighost_Alex"
|
|
4459
|
+
}
|
|
4460
|
+
],
|
|
4461
|
+
"compatibility": {
|
|
4462
|
+
"nuxt": "^3.0.0",
|
|
4463
|
+
"requires": {},
|
|
4464
|
+
"devtools": "^0.0.0"
|
|
4465
|
+
}
|
|
4466
|
+
},
|
|
3981
4467
|
{
|
|
3982
4468
|
"name": "nuxt-svgo",
|
|
3983
4469
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -4022,28 +4508,6 @@
|
|
|
4022
4508
|
"requires": {}
|
|
4023
4509
|
}
|
|
4024
4510
|
},
|
|
4025
|
-
{
|
|
4026
|
-
"name": "nuxt-use-motion",
|
|
4027
|
-
"description": "A Nuxt module putting your components in motion",
|
|
4028
|
-
"repo": "Tahul/nuxt-use-motion",
|
|
4029
|
-
"npm": "nuxt-use-motion",
|
|
4030
|
-
"icon": "nuxt-use-motion.svg",
|
|
4031
|
-
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
4032
|
-
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
4033
|
-
"learn_more": "https://github.com/vueuse/motion",
|
|
4034
|
-
"category": "Libraries",
|
|
4035
|
-
"type": "3rd-party",
|
|
4036
|
-
"maintainers": [
|
|
4037
|
-
{
|
|
4038
|
-
"name": "Tahul",
|
|
4039
|
-
"github": "Tahul"
|
|
4040
|
-
}
|
|
4041
|
-
],
|
|
4042
|
-
"compatibility": {
|
|
4043
|
-
"nuxt": "^2.0.0",
|
|
4044
|
-
"requires": {}
|
|
4045
|
-
}
|
|
4046
|
-
},
|
|
4047
4511
|
{
|
|
4048
4512
|
"name": "nuxt-use-sound",
|
|
4049
4513
|
"description": "A Nuxt module for playing sound effects.",
|
|
@@ -4113,20 +4577,42 @@
|
|
|
4113
4577
|
}
|
|
4114
4578
|
},
|
|
4115
4579
|
{
|
|
4116
|
-
"name": "nuxt-
|
|
4117
|
-
"description": "
|
|
4118
|
-
"repo": "
|
|
4119
|
-
"npm": "
|
|
4120
|
-
"icon": "
|
|
4121
|
-
"github": "https://github.com/
|
|
4122
|
-
"website": "https://
|
|
4123
|
-
"learn_more": "
|
|
4124
|
-
"category": "
|
|
4580
|
+
"name": "nuxt-zod-i18n",
|
|
4581
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4582
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4583
|
+
"npm": "nuxt-zod-i18n",
|
|
4584
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4585
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4586
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4587
|
+
"learn_more": "",
|
|
4588
|
+
"category": "Libraries",
|
|
4589
|
+
"type": "3rd-party",
|
|
4590
|
+
"maintainers": [
|
|
4591
|
+
{
|
|
4592
|
+
"name": "xibman",
|
|
4593
|
+
"github": "xibman"
|
|
4594
|
+
}
|
|
4595
|
+
],
|
|
4596
|
+
"compatibility": {
|
|
4597
|
+
"nuxt": "^3.0.0",
|
|
4598
|
+
"requires": {}
|
|
4599
|
+
}
|
|
4600
|
+
},
|
|
4601
|
+
{
|
|
4602
|
+
"name": "nuxt3-interpolation",
|
|
4603
|
+
"description": "",
|
|
4604
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4605
|
+
"npm": "nuxt3-interpolation",
|
|
4606
|
+
"icon": "",
|
|
4607
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4608
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4609
|
+
"learn_more": "",
|
|
4610
|
+
"category": "Devtools",
|
|
4125
4611
|
"type": "3rd-party",
|
|
4126
4612
|
"maintainers": [
|
|
4127
4613
|
{
|
|
4128
|
-
"name": "
|
|
4129
|
-
"github": "
|
|
4614
|
+
"name": "daliborgogic",
|
|
4615
|
+
"github": "daliborgogic"
|
|
4130
4616
|
}
|
|
4131
4617
|
],
|
|
4132
4618
|
"compatibility": {
|
|
@@ -4182,14 +4668,14 @@
|
|
|
4182
4668
|
{
|
|
4183
4669
|
"name": "og-image",
|
|
4184
4670
|
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4185
|
-
"repo": "
|
|
4671
|
+
"repo": "nuxt-modules/og-image",
|
|
4186
4672
|
"npm": "nuxt-og-image",
|
|
4187
4673
|
"icon": "og-image.svg",
|
|
4188
|
-
"github": "https://github.com/
|
|
4674
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4189
4675
|
"website": "https://nuxtseo.com/og-image",
|
|
4190
4676
|
"learn_more": "https://nuxtseo.com/og-image",
|
|
4191
4677
|
"category": "SEO",
|
|
4192
|
-
"type": "
|
|
4678
|
+
"type": "community",
|
|
4193
4679
|
"maintainers": [
|
|
4194
4680
|
{
|
|
4195
4681
|
"name": "Harlan Wilton",
|
|
@@ -4234,8 +4720,8 @@
|
|
|
4234
4720
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
4235
4721
|
"icon": "",
|
|
4236
4722
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4237
|
-
"website": "https://
|
|
4238
|
-
"learn_more": "",
|
|
4723
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4724
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
4239
4725
|
"category": "Images",
|
|
4240
4726
|
"type": "3rd-party",
|
|
4241
4727
|
"maintainers": [
|
|
@@ -4342,6 +4828,28 @@
|
|
|
4342
4828
|
}
|
|
4343
4829
|
}
|
|
4344
4830
|
},
|
|
4831
|
+
{
|
|
4832
|
+
"name": "paypal",
|
|
4833
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4834
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4835
|
+
"npm": "nuxt-paypal",
|
|
4836
|
+
"icon": "paypal.svg",
|
|
4837
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4838
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4839
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4840
|
+
"category": "Payment",
|
|
4841
|
+
"type": "3rd-party",
|
|
4842
|
+
"maintainers": [
|
|
4843
|
+
{
|
|
4844
|
+
"name": "Arash Sheyda",
|
|
4845
|
+
"github": "arashsheyda"
|
|
4846
|
+
}
|
|
4847
|
+
],
|
|
4848
|
+
"compatibility": {
|
|
4849
|
+
"nuxt": "^3.0.0",
|
|
4850
|
+
"requires": {}
|
|
4851
|
+
}
|
|
4852
|
+
},
|
|
4345
4853
|
{
|
|
4346
4854
|
"name": "pdfeasy",
|
|
4347
4855
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -4512,7 +5020,7 @@
|
|
|
4512
5020
|
"npm": "nuxt-prepare",
|
|
4513
5021
|
"icon": "prepare.svg",
|
|
4514
5022
|
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4515
|
-
"website": "https://nuxt-prepare.
|
|
5023
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
4516
5024
|
"learn_more": "",
|
|
4517
5025
|
"category": "Devtools",
|
|
4518
5026
|
"type": "3rd-party",
|
|
@@ -4529,6 +5037,29 @@
|
|
|
4529
5037
|
"requires": {}
|
|
4530
5038
|
}
|
|
4531
5039
|
},
|
|
5040
|
+
{
|
|
5041
|
+
"name": "primevue",
|
|
5042
|
+
"description": "Next Generation Vue UI Component Library",
|
|
5043
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
5044
|
+
"npm": "nuxt-primevue",
|
|
5045
|
+
"icon": "primevue.svg",
|
|
5046
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
5047
|
+
"website": "https://primevue.org/",
|
|
5048
|
+
"learn_more": "https://primevue.org/",
|
|
5049
|
+
"category": "UI",
|
|
5050
|
+
"type": "3rd-party",
|
|
5051
|
+
"maintainers": [
|
|
5052
|
+
{
|
|
5053
|
+
"name": "primefaces",
|
|
5054
|
+
"github": "primefaces",
|
|
5055
|
+
"twitter": "primevue"
|
|
5056
|
+
}
|
|
5057
|
+
],
|
|
5058
|
+
"compatibility": {
|
|
5059
|
+
"nuxt": "^3.0.0",
|
|
5060
|
+
"requires": {}
|
|
5061
|
+
}
|
|
5062
|
+
},
|
|
4532
5063
|
{
|
|
4533
5064
|
"name": "prismic",
|
|
4534
5065
|
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
@@ -4756,6 +5287,41 @@
|
|
|
4756
5287
|
"requires": {}
|
|
4757
5288
|
}
|
|
4758
5289
|
},
|
|
5290
|
+
{
|
|
5291
|
+
"name": "radix-vue",
|
|
5292
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5293
|
+
"repo": "radix-vue/radix-vue",
|
|
5294
|
+
"npm": "radix-vue",
|
|
5295
|
+
"icon": "radix-vue.svg",
|
|
5296
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5297
|
+
"website": "https://www.radix-vue.com/",
|
|
5298
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5299
|
+
"category": "UI",
|
|
5300
|
+
"type": "3rd-party",
|
|
5301
|
+
"maintainers": [
|
|
5302
|
+
{
|
|
5303
|
+
"name": "Zernonia",
|
|
5304
|
+
"github": "zernonia",
|
|
5305
|
+
"twitter": "zernonia"
|
|
5306
|
+
},
|
|
5307
|
+
{
|
|
5308
|
+
"name": "Khairul Haaziq",
|
|
5309
|
+
"github": "khairulhaaziq"
|
|
5310
|
+
},
|
|
5311
|
+
{
|
|
5312
|
+
"name": "Mujahid Anuar",
|
|
5313
|
+
"github": "mujahidfa"
|
|
5314
|
+
},
|
|
5315
|
+
{
|
|
5316
|
+
"name": "Max",
|
|
5317
|
+
"github": "onmax"
|
|
5318
|
+
}
|
|
5319
|
+
],
|
|
5320
|
+
"compatibility": {
|
|
5321
|
+
"nuxt": "^3.0.0",
|
|
5322
|
+
"requires": {}
|
|
5323
|
+
}
|
|
5324
|
+
},
|
|
4759
5325
|
{
|
|
4760
5326
|
"name": "recaptcha",
|
|
4761
5327
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
@@ -4801,6 +5367,29 @@
|
|
|
4801
5367
|
"requires": {}
|
|
4802
5368
|
}
|
|
4803
5369
|
},
|
|
5370
|
+
{
|
|
5371
|
+
"name": "resend",
|
|
5372
|
+
"description": "Resend integration for Nuxt",
|
|
5373
|
+
"repo": "nhedger/nuxt-resend",
|
|
5374
|
+
"npm": "nuxt-resend",
|
|
5375
|
+
"icon": "resend.svg",
|
|
5376
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5377
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5378
|
+
"learn_more": "https://resend.com",
|
|
5379
|
+
"category": "Extensions",
|
|
5380
|
+
"type": "3rd-party",
|
|
5381
|
+
"maintainers": [
|
|
5382
|
+
{
|
|
5383
|
+
"name": "Nicolas Hedger",
|
|
5384
|
+
"github": "nhedger",
|
|
5385
|
+
"twitter": "nicolashedger"
|
|
5386
|
+
}
|
|
5387
|
+
],
|
|
5388
|
+
"compatibility": {
|
|
5389
|
+
"nuxt": "^3.0.0",
|
|
5390
|
+
"requires": {}
|
|
5391
|
+
}
|
|
5392
|
+
},
|
|
4804
5393
|
{
|
|
4805
5394
|
"name": "rfg-icon",
|
|
4806
5395
|
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
@@ -4831,7 +5420,7 @@
|
|
|
4831
5420
|
"icon": "robots.png",
|
|
4832
5421
|
"github": "https://github.com/nuxt-modules/robots",
|
|
4833
5422
|
"website": "https://github.com/nuxt-modules/robots",
|
|
4834
|
-
"learn_more": "
|
|
5423
|
+
"learn_more": "",
|
|
4835
5424
|
"category": "SEO",
|
|
4836
5425
|
"type": "community",
|
|
4837
5426
|
"maintainers": [
|
|
@@ -4849,23 +5438,23 @@
|
|
|
4849
5438
|
},
|
|
4850
5439
|
{
|
|
4851
5440
|
"name": "rollbar",
|
|
4852
|
-
"description": "
|
|
4853
|
-
"repo": "
|
|
4854
|
-
"npm": "nuxt-rollbar
|
|
5441
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5442
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5443
|
+
"npm": "nuxt-rollbar",
|
|
4855
5444
|
"icon": "rollbar.png",
|
|
4856
|
-
"github": "https://github.com/
|
|
4857
|
-
"website": "https://github.com/
|
|
5445
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5446
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4858
5447
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4859
5448
|
"category": "Monitoring",
|
|
4860
5449
|
"type": "3rd-party",
|
|
4861
5450
|
"maintainers": [
|
|
4862
5451
|
{
|
|
4863
|
-
"name": "
|
|
4864
|
-
"github": "
|
|
5452
|
+
"name": "Jairo Blatt",
|
|
5453
|
+
"github": "jairoblatt"
|
|
4865
5454
|
}
|
|
4866
5455
|
],
|
|
4867
5456
|
"compatibility": {
|
|
4868
|
-
"nuxt": "^
|
|
5457
|
+
"nuxt": "^3.0.0",
|
|
4869
5458
|
"requires": {}
|
|
4870
5459
|
}
|
|
4871
5460
|
},
|
|
@@ -4942,7 +5531,7 @@
|
|
|
4942
5531
|
},
|
|
4943
5532
|
{
|
|
4944
5533
|
"name": "schema-org",
|
|
4945
|
-
"description": "Schema.org
|
|
5534
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
4946
5535
|
"repo": "harlan-zw/nuxt-schema-org",
|
|
4947
5536
|
"npm": "nuxt-schema-org",
|
|
4948
5537
|
"icon": "schema-org.svg",
|
|
@@ -5017,7 +5606,7 @@
|
|
|
5017
5606
|
"icon": "segment.png",
|
|
5018
5607
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
5019
5608
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
5020
|
-
"learn_more": "
|
|
5609
|
+
"learn_more": "",
|
|
5021
5610
|
"category": "Analytics",
|
|
5022
5611
|
"type": "3rd-party",
|
|
5023
5612
|
"maintainers": [
|
|
@@ -5055,7 +5644,7 @@
|
|
|
5055
5644
|
},
|
|
5056
5645
|
{
|
|
5057
5646
|
"name": "seo-experiments",
|
|
5058
|
-
"description": "Powerful SEO DX improvements
|
|
5647
|
+
"description": "Powerful SEO DX improvements.",
|
|
5059
5648
|
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5060
5649
|
"npm": "nuxt-seo-experiments",
|
|
5061
5650
|
"icon": "seo-experiments.svg",
|
|
@@ -5077,28 +5666,6 @@
|
|
|
5077
5666
|
"requires": {}
|
|
5078
5667
|
}
|
|
5079
5668
|
},
|
|
5080
|
-
{
|
|
5081
|
-
"name": "seo-kit",
|
|
5082
|
-
"description": "The complete SEO solution for Nuxt.",
|
|
5083
|
-
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
5084
|
-
"npm": "nuxt-seo-kit",
|
|
5085
|
-
"icon": "seo-kit.svg",
|
|
5086
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
5087
|
-
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5088
|
-
"learn_more": "",
|
|
5089
|
-
"category": "SEO",
|
|
5090
|
-
"type": "3rd-party",
|
|
5091
|
-
"maintainers": [
|
|
5092
|
-
{
|
|
5093
|
-
"name": "harlan-zw",
|
|
5094
|
-
"github": "harlan-zw"
|
|
5095
|
-
}
|
|
5096
|
-
],
|
|
5097
|
-
"compatibility": {
|
|
5098
|
-
"nuxt": "^3.0.0",
|
|
5099
|
-
"requires": {}
|
|
5100
|
-
}
|
|
5101
|
-
},
|
|
5102
5669
|
{
|
|
5103
5670
|
"name": "seo-meta",
|
|
5104
5671
|
"description": "Simple generate seo metadata",
|
|
@@ -5122,6 +5689,28 @@
|
|
|
5122
5689
|
"requires": {}
|
|
5123
5690
|
}
|
|
5124
5691
|
},
|
|
5692
|
+
{
|
|
5693
|
+
"name": "seo",
|
|
5694
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
5695
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
5696
|
+
"npm": "@nuxtjs/seo",
|
|
5697
|
+
"icon": "nuxt.svg",
|
|
5698
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
5699
|
+
"website": "https://nuxtseo.com/",
|
|
5700
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5701
|
+
"category": "SEO",
|
|
5702
|
+
"type": "3rd-party",
|
|
5703
|
+
"maintainers": [
|
|
5704
|
+
{
|
|
5705
|
+
"name": "harlan-zw",
|
|
5706
|
+
"github": "harlan-zw"
|
|
5707
|
+
}
|
|
5708
|
+
],
|
|
5709
|
+
"compatibility": {
|
|
5710
|
+
"nuxt": "^3.0.0",
|
|
5711
|
+
"requires": {}
|
|
5712
|
+
}
|
|
5713
|
+
},
|
|
5125
5714
|
{
|
|
5126
5715
|
"name": "seomatic-meta",
|
|
5127
5716
|
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
@@ -5170,7 +5759,7 @@
|
|
|
5170
5759
|
{
|
|
5171
5760
|
"name": "server-block",
|
|
5172
5761
|
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5173
|
-
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt
|
|
5762
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
5174
5763
|
"npm": "@hebilicious/server-block-nuxt",
|
|
5175
5764
|
"icon": "server-block.svg",
|
|
5176
5765
|
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
@@ -5236,7 +5825,7 @@
|
|
|
5236
5825
|
}
|
|
5237
5826
|
},
|
|
5238
5827
|
{
|
|
5239
|
-
"name": "
|
|
5828
|
+
"name": "sidebase-auth",
|
|
5240
5829
|
"description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
|
|
5241
5830
|
"repo": "sidebase/nuxt-auth",
|
|
5242
5831
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -5305,41 +5894,23 @@
|
|
|
5305
5894
|
}
|
|
5306
5895
|
},
|
|
5307
5896
|
{
|
|
5308
|
-
"name": "
|
|
5897
|
+
"name": "sitemap",
|
|
5309
5898
|
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5310
|
-
"repo": "
|
|
5311
|
-
"npm": "
|
|
5899
|
+
"repo": "nuxt-modules/sitemap",
|
|
5900
|
+
"npm": "@nuxtjs/sitemap",
|
|
5312
5901
|
"icon": "simple-sitemap.svg",
|
|
5313
|
-
"github": "https://github.com/
|
|
5314
|
-
"website": "https://nuxtseo.com/
|
|
5315
|
-
"learn_more": "https://nuxtseo.com/
|
|
5902
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
5903
|
+
"website": "https://nuxtseo.com/",
|
|
5904
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
5316
5905
|
"category": "SEO",
|
|
5317
|
-
"type": "
|
|
5906
|
+
"type": "community",
|
|
5318
5907
|
"maintainers": [
|
|
5319
5908
|
{
|
|
5320
5909
|
"name": "Harlan Wilton",
|
|
5321
5910
|
"github": "harlan-zw",
|
|
5322
5911
|
"twitter": "harlan_zw",
|
|
5323
5912
|
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5324
|
-
}
|
|
5325
|
-
],
|
|
5326
|
-
"compatibility": {
|
|
5327
|
-
"nuxt": "^3.0.0",
|
|
5328
|
-
"requires": {}
|
|
5329
|
-
}
|
|
5330
|
-
},
|
|
5331
|
-
{
|
|
5332
|
-
"name": "sitemap",
|
|
5333
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
5334
|
-
"repo": "nuxt-community/sitemap-module#dev",
|
|
5335
|
-
"npm": "@nuxtjs/sitemap",
|
|
5336
|
-
"icon": "",
|
|
5337
|
-
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
5338
|
-
"website": "https://sitemap.nuxtjs.org",
|
|
5339
|
-
"learn_more": "",
|
|
5340
|
-
"category": "SEO",
|
|
5341
|
-
"type": "community",
|
|
5342
|
-
"maintainers": [
|
|
5913
|
+
},
|
|
5343
5914
|
{
|
|
5344
5915
|
"name": "Nicolas PENNEC",
|
|
5345
5916
|
"github": "NicoPennec",
|
|
@@ -5347,7 +5918,7 @@
|
|
|
5347
5918
|
}
|
|
5348
5919
|
],
|
|
5349
5920
|
"compatibility": {
|
|
5350
|
-
"nuxt": "^
|
|
5921
|
+
"nuxt": "^3.0.0",
|
|
5351
5922
|
"requires": {}
|
|
5352
5923
|
}
|
|
5353
5924
|
},
|
|
@@ -5587,7 +6158,7 @@
|
|
|
5587
6158
|
{
|
|
5588
6159
|
"name": "storyblok",
|
|
5589
6160
|
"description": "Storyblok Nuxt module",
|
|
5590
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6161
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
5591
6162
|
"npm": "@storyblok/nuxt",
|
|
5592
6163
|
"icon": "storyblok.png",
|
|
5593
6164
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -5615,19 +6186,14 @@
|
|
|
5615
6186
|
"icon": "storybook.png",
|
|
5616
6187
|
"github": "https://github.com/nuxt-modules/storybook",
|
|
5617
6188
|
"website": "https://storybook.nuxtjs.org",
|
|
5618
|
-
"learn_more": "https://
|
|
6189
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5619
6190
|
"category": "Devtools",
|
|
5620
6191
|
"type": "community",
|
|
5621
6192
|
"maintainers": [
|
|
5622
6193
|
{
|
|
5623
|
-
"name": "
|
|
5624
|
-
"github": "
|
|
5625
|
-
"twitter": "
|
|
5626
|
-
},
|
|
5627
|
-
{
|
|
5628
|
-
"name": "Pooya Parsa",
|
|
5629
|
-
"github": "pi0",
|
|
5630
|
-
"twitter": "_pi0_"
|
|
6194
|
+
"name": "Chakir QATAB",
|
|
6195
|
+
"github": "chakAs3",
|
|
6196
|
+
"twitter": "ChakirQatab"
|
|
5631
6197
|
}
|
|
5632
6198
|
],
|
|
5633
6199
|
"compatibility": {
|
|
@@ -5635,7 +6201,7 @@
|
|
|
5635
6201
|
"requires": {
|
|
5636
6202
|
"bridge": "optional"
|
|
5637
6203
|
},
|
|
5638
|
-
"devtools": "^0.
|
|
6204
|
+
"devtools": "^0.7.2"
|
|
5639
6205
|
}
|
|
5640
6206
|
},
|
|
5641
6207
|
{
|
|
@@ -5717,6 +6283,36 @@
|
|
|
5717
6283
|
"requires": {}
|
|
5718
6284
|
}
|
|
5719
6285
|
},
|
|
6286
|
+
{
|
|
6287
|
+
"name": "studio",
|
|
6288
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6289
|
+
"repo": "nuxtlabs/studio-module",
|
|
6290
|
+
"npm": "@nuxthq/studio",
|
|
6291
|
+
"icon": "studio.svg",
|
|
6292
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6293
|
+
"website": "https://nuxt.studio",
|
|
6294
|
+
"learn_more": "https://nuxt.studio",
|
|
6295
|
+
"category": "CMS",
|
|
6296
|
+
"type": "3rd-party",
|
|
6297
|
+
"maintainers": [
|
|
6298
|
+
{
|
|
6299
|
+
"name": "Ahad Birang",
|
|
6300
|
+
"github": "farnabaz",
|
|
6301
|
+
"twitter": "a_birang"
|
|
6302
|
+
},
|
|
6303
|
+
{
|
|
6304
|
+
"name": "Sébastien Chopin",
|
|
6305
|
+
"github": "Atinux",
|
|
6306
|
+
"twitter": "Atinux"
|
|
6307
|
+
}
|
|
6308
|
+
],
|
|
6309
|
+
"compatibility": {
|
|
6310
|
+
"nuxt": "^3.0.0",
|
|
6311
|
+
"requires": {
|
|
6312
|
+
"content": true
|
|
6313
|
+
}
|
|
6314
|
+
}
|
|
6315
|
+
},
|
|
5720
6316
|
{
|
|
5721
6317
|
"name": "style-resources",
|
|
5722
6318
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5955,10 +6551,10 @@
|
|
|
5955
6551
|
{
|
|
5956
6552
|
"name": "tailwindcss",
|
|
5957
6553
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5958
|
-
"repo": "nuxt-modules/tailwindcss
|
|
6554
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5959
6555
|
"npm": "@nuxtjs/tailwindcss",
|
|
5960
6556
|
"icon": "tailwindcss.png",
|
|
5961
|
-
"github": "https://github.com/nuxt-modules/tailwindcss
|
|
6557
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5962
6558
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5963
6559
|
"learn_more": "https://tailwindcss.com/",
|
|
5964
6560
|
"category": "UI",
|
|
@@ -5980,6 +6576,34 @@
|
|
|
5980
6576
|
"devtools": "^0.0.0"
|
|
5981
6577
|
}
|
|
5982
6578
|
},
|
|
6579
|
+
{
|
|
6580
|
+
"name": "test-utils",
|
|
6581
|
+
"description": "Test utilities for Nuxt",
|
|
6582
|
+
"repo": "nuxt/test-utils#main",
|
|
6583
|
+
"npm": "@nuxt/test-utils",
|
|
6584
|
+
"icon": "nuxt.svg",
|
|
6585
|
+
"github": "https://github.com/nuxt/test-utils",
|
|
6586
|
+
"website": "https://nuxt.com/docs/getting-started/testing",
|
|
6587
|
+
"learn_more": "",
|
|
6588
|
+
"category": "Devtools",
|
|
6589
|
+
"type": "official",
|
|
6590
|
+
"maintainers": [
|
|
6591
|
+
{
|
|
6592
|
+
"name": "Daniel Roe",
|
|
6593
|
+
"github": "danielroe",
|
|
6594
|
+
"twitter": "danielcroe"
|
|
6595
|
+
},
|
|
6596
|
+
{
|
|
6597
|
+
"name": "Anthony Fu",
|
|
6598
|
+
"github": "antfu",
|
|
6599
|
+
"twitter": "antfu7"
|
|
6600
|
+
}
|
|
6601
|
+
],
|
|
6602
|
+
"compatibility": {
|
|
6603
|
+
"nuxt": "^3.0.0",
|
|
6604
|
+
"requires": {}
|
|
6605
|
+
}
|
|
6606
|
+
},
|
|
5983
6607
|
{
|
|
5984
6608
|
"name": "tiktok-analytics",
|
|
5985
6609
|
"description": "",
|
|
@@ -6025,6 +6649,28 @@
|
|
|
6025
6649
|
"requires": {}
|
|
6026
6650
|
}
|
|
6027
6651
|
},
|
|
6652
|
+
{
|
|
6653
|
+
"name": "tiptap",
|
|
6654
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6655
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6656
|
+
"npm": "nuxt-tiptap-editor",
|
|
6657
|
+
"icon": "tiptap.png",
|
|
6658
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6659
|
+
"website": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6660
|
+
"learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6661
|
+
"category": "Libraries",
|
|
6662
|
+
"type": "3rd-party",
|
|
6663
|
+
"maintainers": [
|
|
6664
|
+
{
|
|
6665
|
+
"name": "modbender",
|
|
6666
|
+
"github": "modbender"
|
|
6667
|
+
}
|
|
6668
|
+
],
|
|
6669
|
+
"compatibility": {
|
|
6670
|
+
"nuxt": "^3.0.0",
|
|
6671
|
+
"requires": {}
|
|
6672
|
+
}
|
|
6673
|
+
},
|
|
6028
6674
|
{
|
|
6029
6675
|
"name": "toast",
|
|
6030
6676
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
@@ -6048,6 +6694,28 @@
|
|
|
6048
6694
|
"requires": {}
|
|
6049
6695
|
}
|
|
6050
6696
|
},
|
|
6697
|
+
{
|
|
6698
|
+
"name": "translation-manager",
|
|
6699
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6700
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6701
|
+
"npm": "nuxt-translation-manager",
|
|
6702
|
+
"icon": "translation-manager.png",
|
|
6703
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6704
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6705
|
+
"learn_more": "",
|
|
6706
|
+
"category": "Extensions",
|
|
6707
|
+
"type": "3rd-party",
|
|
6708
|
+
"maintainers": [
|
|
6709
|
+
{
|
|
6710
|
+
"name": "Sam K",
|
|
6711
|
+
"github": "samk-dev"
|
|
6712
|
+
}
|
|
6713
|
+
],
|
|
6714
|
+
"compatibility": {
|
|
6715
|
+
"nuxt": "^3.0.0",
|
|
6716
|
+
"requires": {}
|
|
6717
|
+
}
|
|
6718
|
+
},
|
|
6051
6719
|
{
|
|
6052
6720
|
"name": "tresjs",
|
|
6053
6721
|
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
@@ -6296,6 +6964,30 @@
|
|
|
6296
6964
|
"requires": {}
|
|
6297
6965
|
}
|
|
6298
6966
|
},
|
|
6967
|
+
{
|
|
6968
|
+
"name": "typo3",
|
|
6969
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6970
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6971
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6972
|
+
"icon": "typo3.svg",
|
|
6973
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6974
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6975
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6976
|
+
"category": "CMS",
|
|
6977
|
+
"type": "3rd-party",
|
|
6978
|
+
"maintainers": [
|
|
6979
|
+
{
|
|
6980
|
+
"name": "Macopedia",
|
|
6981
|
+
"github": "macopedia",
|
|
6982
|
+
"twitter": "macopediapl"
|
|
6983
|
+
}
|
|
6984
|
+
],
|
|
6985
|
+
"compatibility": {
|
|
6986
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6987
|
+
"requires": {},
|
|
6988
|
+
"devtools": "^0.0.0"
|
|
6989
|
+
}
|
|
6990
|
+
},
|
|
6299
6991
|
{
|
|
6300
6992
|
"name": "ui",
|
|
6301
6993
|
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
@@ -6353,28 +7045,6 @@
|
|
|
6353
7045
|
}
|
|
6354
7046
|
}
|
|
6355
7047
|
},
|
|
6356
|
-
{
|
|
6357
|
-
"name": "unhead",
|
|
6358
|
-
"description": "Experimental features for Nuxt SEO / head management.",
|
|
6359
|
-
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6360
|
-
"npm": "nuxt-seo-experiments",
|
|
6361
|
-
"icon": "",
|
|
6362
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6363
|
-
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6364
|
-
"learn_more": "",
|
|
6365
|
-
"category": "SEO",
|
|
6366
|
-
"type": "3rd-party",
|
|
6367
|
-
"maintainers": [
|
|
6368
|
-
{
|
|
6369
|
-
"name": "harlan-zw",
|
|
6370
|
-
"github": "harlan-zw"
|
|
6371
|
-
}
|
|
6372
|
-
],
|
|
6373
|
-
"compatibility": {
|
|
6374
|
-
"nuxt": "^3.0.0",
|
|
6375
|
-
"requires": {}
|
|
6376
|
-
}
|
|
6377
|
-
},
|
|
6378
7048
|
{
|
|
6379
7049
|
"name": "universal-storage",
|
|
6380
7050
|
"description": "Universal Storage Utilities for Nuxt",
|
|
@@ -6406,7 +7076,7 @@
|
|
|
6406
7076
|
{
|
|
6407
7077
|
"name": "unlazy",
|
|
6408
7078
|
"description": "Lazy loading library for placeholder images",
|
|
6409
|
-
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
7079
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
6410
7080
|
"npm": "@unlazy/nuxt",
|
|
6411
7081
|
"icon": "unlazy.svg",
|
|
6412
7082
|
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
@@ -6425,41 +7095,15 @@
|
|
|
6425
7095
|
"requires": {}
|
|
6426
7096
|
}
|
|
6427
7097
|
},
|
|
6428
|
-
{
|
|
6429
|
-
"name": "unlighthouse",
|
|
6430
|
-
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
6431
|
-
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
6432
|
-
"npm": "@unlighthouse/nuxt",
|
|
6433
|
-
"icon": "unlighthouse.svg",
|
|
6434
|
-
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
6435
|
-
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
6436
|
-
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
6437
|
-
"category": "Devtools",
|
|
6438
|
-
"type": "3rd-party",
|
|
6439
|
-
"maintainers": [
|
|
6440
|
-
{
|
|
6441
|
-
"name": "Harlan Wilton",
|
|
6442
|
-
"github": "harlan-zw",
|
|
6443
|
-
"twitter": "harlan_zw",
|
|
6444
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
6445
|
-
}
|
|
6446
|
-
],
|
|
6447
|
-
"compatibility": {
|
|
6448
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6449
|
-
"requires": {
|
|
6450
|
-
"bridge": "optional"
|
|
6451
|
-
}
|
|
6452
|
-
}
|
|
6453
|
-
},
|
|
6454
7098
|
{
|
|
6455
7099
|
"name": "unocss",
|
|
6456
7100
|
"description": "The instant on-demand atomic CSS engine.",
|
|
6457
|
-
"repo": "
|
|
7101
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
6458
7102
|
"npm": "@unocss/nuxt",
|
|
6459
7103
|
"icon": "unocss.svg",
|
|
6460
|
-
"github": "https://github.com/
|
|
6461
|
-
"website": "https://github.com/
|
|
6462
|
-
"learn_more": "https://github.com/
|
|
7104
|
+
"github": "https://github.com/unocss/unocss",
|
|
7105
|
+
"website": "https://github.com/unocss/unocss",
|
|
7106
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
6463
7107
|
"category": "UI",
|
|
6464
7108
|
"type": "3rd-party",
|
|
6465
7109
|
"maintainers": [
|
|
@@ -6485,8 +7129,8 @@
|
|
|
6485
7129
|
"npm": "nuxt-ununura",
|
|
6486
7130
|
"icon": "ununuracss.png",
|
|
6487
7131
|
"github": "https://github.com/novout/ununuracss",
|
|
6488
|
-
"website": "https://
|
|
6489
|
-
"learn_more": "https://
|
|
7132
|
+
"website": "https://github.com/novout/ununuracss",
|
|
7133
|
+
"learn_more": "https://github.com/novout/ununuracss",
|
|
6490
7134
|
"category": "UI",
|
|
6491
7135
|
"type": "3rd-party",
|
|
6492
7136
|
"maintainers": [
|
|
@@ -6501,6 +7145,28 @@
|
|
|
6501
7145
|
"requires": {}
|
|
6502
7146
|
}
|
|
6503
7147
|
},
|
|
7148
|
+
{
|
|
7149
|
+
"name": "use-bootstrap",
|
|
7150
|
+
"description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
|
|
7151
|
+
"repo": "simplise/use-bootstrap",
|
|
7152
|
+
"npm": "usebootstrap",
|
|
7153
|
+
"icon": "use-bootstrap.svg",
|
|
7154
|
+
"github": "https://github.com/simplise/use-bootstrap",
|
|
7155
|
+
"website": "https://usebootstrap.org/",
|
|
7156
|
+
"learn_more": "https://usebootstrap.org/",
|
|
7157
|
+
"category": "UI",
|
|
7158
|
+
"type": "3rd-party",
|
|
7159
|
+
"maintainers": [
|
|
7160
|
+
{
|
|
7161
|
+
"name": "KoujiSano",
|
|
7162
|
+
"github": "KoujiSano"
|
|
7163
|
+
}
|
|
7164
|
+
],
|
|
7165
|
+
"compatibility": {
|
|
7166
|
+
"nuxt": "^3.0.0",
|
|
7167
|
+
"requires": {}
|
|
7168
|
+
}
|
|
7169
|
+
},
|
|
6504
7170
|
{
|
|
6505
7171
|
"name": "use-wagmi",
|
|
6506
7172
|
"description": "Vue Composition for Ethereum based on wagmi",
|
|
@@ -6547,28 +7213,6 @@
|
|
|
6547
7213
|
"requires": {}
|
|
6548
7214
|
}
|
|
6549
7215
|
},
|
|
6550
|
-
{
|
|
6551
|
-
"name": "validate",
|
|
6552
|
-
"description": "Simple Nuxt input validation module using vee-validate",
|
|
6553
|
-
"repo": "lewyuburi/nuxt-validate",
|
|
6554
|
-
"npm": "nuxt-validate",
|
|
6555
|
-
"icon": "vee-validate.png",
|
|
6556
|
-
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
6557
|
-
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
6558
|
-
"learn_more": "https://logaretm.github.io/vee-validate/",
|
|
6559
|
-
"category": "Libraries",
|
|
6560
|
-
"type": "3rd-party",
|
|
6561
|
-
"maintainers": [
|
|
6562
|
-
{
|
|
6563
|
-
"name": "lewyuburi",
|
|
6564
|
-
"github": "lewyuburi"
|
|
6565
|
-
}
|
|
6566
|
-
],
|
|
6567
|
-
"compatibility": {
|
|
6568
|
-
"nuxt": "^2.0.0",
|
|
6569
|
-
"requires": {}
|
|
6570
|
-
}
|
|
6571
|
-
},
|
|
6572
7216
|
{
|
|
6573
7217
|
"name": "vant",
|
|
6574
7218
|
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
@@ -6757,42 +7401,15 @@
|
|
|
6757
7401
|
"requires": {}
|
|
6758
7402
|
}
|
|
6759
7403
|
},
|
|
6760
|
-
{
|
|
6761
|
-
"name": "vitest",
|
|
6762
|
-
"description": "Vitest integration with Nuxt",
|
|
6763
|
-
"repo": "danielroe/nuxt-vitest",
|
|
6764
|
-
"npm": "nuxt-vitest",
|
|
6765
|
-
"icon": "vitest.svg",
|
|
6766
|
-
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
6767
|
-
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
6768
|
-
"learn_more": "",
|
|
6769
|
-
"category": "Devtools",
|
|
6770
|
-
"type": "3rd-party",
|
|
6771
|
-
"maintainers": [
|
|
6772
|
-
{
|
|
6773
|
-
"name": "Daniel Roe",
|
|
6774
|
-
"github": "danielroe"
|
|
6775
|
-
},
|
|
6776
|
-
{
|
|
6777
|
-
"name": "Anthony Fu",
|
|
6778
|
-
"github": "antfu"
|
|
6779
|
-
}
|
|
6780
|
-
],
|
|
6781
|
-
"compatibility": {
|
|
6782
|
-
"nuxt": "^3.0.0",
|
|
6783
|
-
"requires": {},
|
|
6784
|
-
"devtools": "^0.0.0"
|
|
6785
|
-
}
|
|
6786
|
-
},
|
|
6787
7404
|
{
|
|
6788
7405
|
"name": "vue-email",
|
|
6789
7406
|
"description": "💌 Write email templates with vue",
|
|
6790
|
-
"repo": "
|
|
6791
|
-
"npm": "vue-email",
|
|
7407
|
+
"repo": "vue-email/nuxt",
|
|
7408
|
+
"npm": "@vue-email/nuxt",
|
|
6792
7409
|
"icon": "vue-email.svg",
|
|
6793
|
-
"github": "https://github.com/
|
|
6794
|
-
"website": "https://
|
|
6795
|
-
"learn_more": "https://
|
|
7410
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7411
|
+
"website": "https://vuemail.net/",
|
|
7412
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
6796
7413
|
"category": "UI",
|
|
6797
7414
|
"type": "3rd-party",
|
|
6798
7415
|
"maintainers": [
|
|
@@ -6815,6 +7432,29 @@
|
|
|
6815
7432
|
"devtools": "^0.0.0"
|
|
6816
7433
|
}
|
|
6817
7434
|
},
|
|
7435
|
+
{
|
|
7436
|
+
"name": "vue-final-modal",
|
|
7437
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7438
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7439
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7440
|
+
"icon": "vue-final-modal.svg",
|
|
7441
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7442
|
+
"website": "https://vue-final-modal.org/",
|
|
7443
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7444
|
+
"category": "UI",
|
|
7445
|
+
"type": "3rd-party",
|
|
7446
|
+
"maintainers": [
|
|
7447
|
+
{
|
|
7448
|
+
"name": "Hunter Liu",
|
|
7449
|
+
"github": "hunterliu1003",
|
|
7450
|
+
"twitter": "hunterliu1003"
|
|
7451
|
+
}
|
|
7452
|
+
],
|
|
7453
|
+
"compatibility": {
|
|
7454
|
+
"nuxt": "^3.0.0",
|
|
7455
|
+
"requires": {}
|
|
7456
|
+
}
|
|
7457
|
+
},
|
|
6818
7458
|
{
|
|
6819
7459
|
"name": "vue-macros",
|
|
6820
7460
|
"description": "Explore more macros and syntax sugar to Vue.",
|
|
@@ -6910,7 +7550,7 @@
|
|
|
6910
7550
|
{
|
|
6911
7551
|
"name": "vue-query",
|
|
6912
7552
|
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6913
|
-
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt
|
|
7553
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
6914
7554
|
"npm": "@hebilicious/vue-query-nuxt",
|
|
6915
7555
|
"icon": "vue-query.svg",
|
|
6916
7556
|
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
@@ -7007,7 +7647,7 @@
|
|
|
7007
7647
|
"npm": "vue3-carousel-nuxt",
|
|
7008
7648
|
"icon": "",
|
|
7009
7649
|
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7010
|
-
"website": "",
|
|
7650
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7011
7651
|
"learn_more": "",
|
|
7012
7652
|
"category": "UI",
|
|
7013
7653
|
"type": "3rd-party",
|
|
@@ -7026,7 +7666,7 @@
|
|
|
7026
7666
|
{
|
|
7027
7667
|
"name": "vuefire",
|
|
7028
7668
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
7029
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
7669
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
7030
7670
|
"npm": "nuxt-vuefire",
|
|
7031
7671
|
"icon": "vuefire.svg",
|
|
7032
7672
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -7045,6 +7685,52 @@
|
|
|
7045
7685
|
"requires": {}
|
|
7046
7686
|
}
|
|
7047
7687
|
},
|
|
7688
|
+
{
|
|
7689
|
+
"name": "vueform-builder",
|
|
7690
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7691
|
+
"repo": "vueform/builder#main/nuxt",
|
|
7692
|
+
"npm": "@vueform/builder-nuxt",
|
|
7693
|
+
"icon": "vueform.svg",
|
|
7694
|
+
"github": "https://github.com/vueform/builder",
|
|
7695
|
+
"website": "https://builder.vueform.com",
|
|
7696
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7697
|
+
"category": "Libraries",
|
|
7698
|
+
"type": "3rd-party",
|
|
7699
|
+
"maintainers": [
|
|
7700
|
+
{
|
|
7701
|
+
"name": "Adam Berecz",
|
|
7702
|
+
"github": "adamberecz",
|
|
7703
|
+
"twitter": "bereczadam"
|
|
7704
|
+
}
|
|
7705
|
+
],
|
|
7706
|
+
"compatibility": {
|
|
7707
|
+
"nuxt": "^3.0.0",
|
|
7708
|
+
"requires": {}
|
|
7709
|
+
}
|
|
7710
|
+
},
|
|
7711
|
+
{
|
|
7712
|
+
"name": "vueform",
|
|
7713
|
+
"description": "Official Vueform module for Nuxt",
|
|
7714
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
7715
|
+
"npm": "@vueform/nuxt",
|
|
7716
|
+
"icon": "vueform.svg",
|
|
7717
|
+
"github": "https://github.com/vueform/vueform",
|
|
7718
|
+
"website": "https://vueform.com",
|
|
7719
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7720
|
+
"category": "Libraries",
|
|
7721
|
+
"type": "3rd-party",
|
|
7722
|
+
"maintainers": [
|
|
7723
|
+
{
|
|
7724
|
+
"name": "Adam Berecz",
|
|
7725
|
+
"github": "adamberecz",
|
|
7726
|
+
"twitter": "bereczadam"
|
|
7727
|
+
}
|
|
7728
|
+
],
|
|
7729
|
+
"compatibility": {
|
|
7730
|
+
"nuxt": "^3.0.0",
|
|
7731
|
+
"requires": {}
|
|
7732
|
+
}
|
|
7733
|
+
},
|
|
7048
7734
|
{
|
|
7049
7735
|
"name": "vuestic",
|
|
7050
7736
|
"description": "Vuestic UI module for Nuxt",
|
|
@@ -7052,8 +7738,8 @@
|
|
|
7052
7738
|
"npm": "@vuestic/nuxt",
|
|
7053
7739
|
"icon": "vuestic.png",
|
|
7054
7740
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
7055
|
-
"website": "https://vuestic.dev",
|
|
7056
|
-
"learn_more": "https://vuestic.dev/
|
|
7741
|
+
"website": "https://ui.vuestic.dev",
|
|
7742
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
7057
7743
|
"category": "UI",
|
|
7058
7744
|
"type": "3rd-party",
|
|
7059
7745
|
"maintainers": [
|
|
@@ -7074,8 +7760,8 @@
|
|
|
7074
7760
|
"npm": "vuetify-nuxt-module",
|
|
7075
7761
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
7076
7762
|
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7077
|
-
"website": "https://
|
|
7078
|
-
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
7763
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7764
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
7079
7765
|
"category": "UI",
|
|
7080
7766
|
"type": "3rd-party",
|
|
7081
7767
|
"maintainers": [
|
|
@@ -7320,7 +8006,7 @@
|
|
|
7320
8006
|
"icon": "webpack.png",
|
|
7321
8007
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
7322
8008
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
7323
|
-
"learn_more": "
|
|
8009
|
+
"learn_more": "",
|
|
7324
8010
|
"category": "Devtools",
|
|
7325
8011
|
"type": "community",
|
|
7326
8012
|
"maintainers": [
|
|
@@ -7386,11 +8072,11 @@
|
|
|
7386
8072
|
{
|
|
7387
8073
|
"name": "windicss",
|
|
7388
8074
|
"description": "Next generation utility-first CSS framework.",
|
|
7389
|
-
"repo": "windicss/nuxt-windicss
|
|
8075
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
7390
8076
|
"npm": "nuxt-windicss",
|
|
7391
8077
|
"icon": "windicss.svg",
|
|
7392
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
7393
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
8078
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
8079
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
7394
8080
|
"learn_more": "https://windicss.org/",
|
|
7395
8081
|
"category": "UI",
|
|
7396
8082
|
"type": "3rd-party",
|