@nuxt/modules 0.6.0-d745b7 → 0.6.0-d9c65d
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 +848 -294
- package/package.json +4 -1
package/modules.json
CHANGED
|
@@ -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",
|
|
@@ -1714,7 +1804,7 @@
|
|
|
1714
1804
|
{
|
|
1715
1805
|
"name": "form-actions",
|
|
1716
1806
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1717
|
-
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-
|
|
1807
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
|
|
1718
1808
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1719
1809
|
"icon": "form-actions.svg",
|
|
1720
1810
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
@@ -1742,7 +1832,7 @@
|
|
|
1742
1832
|
"icon": "formkit.png",
|
|
1743
1833
|
"github": "https://github.com/formkit/formkit",
|
|
1744
1834
|
"website": "https://formkit.com",
|
|
1745
|
-
"learn_more": "https://formkit.com/
|
|
1835
|
+
"learn_more": "https://formkit.com/getting-started/installation",
|
|
1746
1836
|
"category": "Libraries",
|
|
1747
1837
|
"type": "3rd-party",
|
|
1748
1838
|
"maintainers": [
|
|
@@ -1955,7 +2045,7 @@
|
|
|
1955
2045
|
"icon": "graphql-client.svg",
|
|
1956
2046
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1957
2047
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1958
|
-
"learn_more": "https://
|
|
2048
|
+
"learn_more": "https://nuxt-graphql-client.web.app/",
|
|
1959
2049
|
"category": "Request",
|
|
1960
2050
|
"type": "3rd-party",
|
|
1961
2051
|
"maintainers": [
|
|
@@ -2344,8 +2434,8 @@
|
|
|
2344
2434
|
"npm": "@nuxtjs/i18n",
|
|
2345
2435
|
"icon": "i18n.png",
|
|
2346
2436
|
"github": "https://github.com/nuxt-modules/i18n",
|
|
2347
|
-
"website": "https://
|
|
2348
|
-
"learn_more": "https://
|
|
2437
|
+
"website": "https://i18n.nuxtjs.org",
|
|
2438
|
+
"learn_more": "https://vue-i18n.intlify.dev/",
|
|
2349
2439
|
"category": "Extensions",
|
|
2350
2440
|
"type": "community",
|
|
2351
2441
|
"maintainers": [
|
|
@@ -2356,6 +2446,10 @@
|
|
|
2356
2446
|
{
|
|
2357
2447
|
"name": "Kazuya Kawaguchi",
|
|
2358
2448
|
"github": "kazupon"
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
"name": "Bobbie Goede",
|
|
2452
|
+
"github": "BobbieGoede"
|
|
2359
2453
|
}
|
|
2360
2454
|
],
|
|
2361
2455
|
"compatibility": {
|
|
@@ -2385,6 +2479,29 @@
|
|
|
2385
2479
|
"requires": {}
|
|
2386
2480
|
}
|
|
2387
2481
|
},
|
|
2482
|
+
{
|
|
2483
|
+
"name": "icon-tw",
|
|
2484
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2485
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2486
|
+
"npm": "nuxt-icon-tw",
|
|
2487
|
+
"icon": "nuxt-icon.png",
|
|
2488
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2489
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2490
|
+
"learn_more": "",
|
|
2491
|
+
"category": "UI",
|
|
2492
|
+
"type": "3rd-party",
|
|
2493
|
+
"maintainers": [
|
|
2494
|
+
{
|
|
2495
|
+
"name": "JohnCampionJr",
|
|
2496
|
+
"github": "JohnCampionJr"
|
|
2497
|
+
}
|
|
2498
|
+
],
|
|
2499
|
+
"compatibility": {
|
|
2500
|
+
"nuxt": "^3.0.0",
|
|
2501
|
+
"requires": {},
|
|
2502
|
+
"devtools": "^0.0.0"
|
|
2503
|
+
}
|
|
2504
|
+
},
|
|
2388
2505
|
{
|
|
2389
2506
|
"name": "icon",
|
|
2390
2507
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2653,7 +2770,8 @@
|
|
|
2653
2770
|
"compatibility": {
|
|
2654
2771
|
"nuxt": "^3.0.0",
|
|
2655
2772
|
"requires": {}
|
|
2656
|
-
}
|
|
2773
|
+
},
|
|
2774
|
+
"sponsor": true
|
|
2657
2775
|
},
|
|
2658
2776
|
{
|
|
2659
2777
|
"name": "kql",
|
|
@@ -2723,6 +2841,28 @@
|
|
|
2723
2841
|
"requires": {}
|
|
2724
2842
|
}
|
|
2725
2843
|
},
|
|
2844
|
+
{
|
|
2845
|
+
"name": "laravel-precognition",
|
|
2846
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2847
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2848
|
+
"npm": "nuxt-laravel-precognition",
|
|
2849
|
+
"icon": "laravel.svg",
|
|
2850
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2851
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2852
|
+
"learn_more": "",
|
|
2853
|
+
"category": "Security",
|
|
2854
|
+
"type": "3rd-party",
|
|
2855
|
+
"maintainers": [
|
|
2856
|
+
{
|
|
2857
|
+
"name": "sot1986",
|
|
2858
|
+
"github": "sot1986"
|
|
2859
|
+
}
|
|
2860
|
+
],
|
|
2861
|
+
"compatibility": {
|
|
2862
|
+
"nuxt": "^3.0.0",
|
|
2863
|
+
"requires": {}
|
|
2864
|
+
}
|
|
2865
|
+
},
|
|
2726
2866
|
{
|
|
2727
2867
|
"name": "laravel",
|
|
2728
2868
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2769,7 +2909,7 @@
|
|
|
2769
2909
|
},
|
|
2770
2910
|
{
|
|
2771
2911
|
"name": "link-checker",
|
|
2772
|
-
"description": "Find and magically fix links that may be negatively effecting your
|
|
2912
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2773
2913
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2774
2914
|
"npm": "nuxt-link-checker",
|
|
2775
2915
|
"icon": "link-checker.svg",
|
|
@@ -2938,10 +3078,10 @@
|
|
|
2938
3078
|
{
|
|
2939
3079
|
"name": "magic-regexp",
|
|
2940
3080
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2941
|
-
"repo": "
|
|
3081
|
+
"repo": "unjs/magic-regexp",
|
|
2942
3082
|
"npm": "magic-regexp",
|
|
2943
3083
|
"icon": "magic-regexp.svg",
|
|
2944
|
-
"github": "https://github.com/
|
|
3084
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
2945
3085
|
"website": "https://magic-regexp.roe.dev",
|
|
2946
3086
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
2947
3087
|
"category": "Libraries",
|
|
@@ -2981,6 +3121,30 @@
|
|
|
2981
3121
|
"requires": {}
|
|
2982
3122
|
}
|
|
2983
3123
|
},
|
|
3124
|
+
{
|
|
3125
|
+
"name": "marquee",
|
|
3126
|
+
"description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
|
|
3127
|
+
"repo": "hanzydev/nuxt-marquee",
|
|
3128
|
+
"npm": "nuxt-marquee",
|
|
3129
|
+
"icon": "marquee.png",
|
|
3130
|
+
"github": "https://github.com/hanzydev/nuxt-marquee/",
|
|
3131
|
+
"website": "https://hanzydev.github.io/nuxt-marquee/",
|
|
3132
|
+
"learn_more": "",
|
|
3133
|
+
"category": "UI",
|
|
3134
|
+
"type": "3rd-party",
|
|
3135
|
+
"maintainers": [
|
|
3136
|
+
{
|
|
3137
|
+
"name": "Hànzy",
|
|
3138
|
+
"github": "hanzydev",
|
|
3139
|
+
"avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
|
|
3140
|
+
}
|
|
3141
|
+
],
|
|
3142
|
+
"compatibility": {
|
|
3143
|
+
"nuxt": "^3.0.0",
|
|
3144
|
+
"requires": {},
|
|
3145
|
+
"devtools": "^0.0.0"
|
|
3146
|
+
}
|
|
3147
|
+
},
|
|
2984
3148
|
{
|
|
2985
3149
|
"name": "matomo",
|
|
2986
3150
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
@@ -3006,14 +3170,14 @@
|
|
|
3006
3170
|
{
|
|
3007
3171
|
"name": "maz-ui",
|
|
3008
3172
|
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3009
|
-
"repo": "louismazel/maz-ui",
|
|
3010
|
-
"npm": "
|
|
3173
|
+
"repo": "louismazel/maz-ui#master/packages/nuxt-module",
|
|
3174
|
+
"npm": "nuxt-module",
|
|
3011
3175
|
"icon": "maz-ui.png",
|
|
3012
3176
|
"github": "https://github.com/louismazel/maz-ui",
|
|
3013
|
-
"website": "https://
|
|
3014
|
-
"learn_more": "https://
|
|
3177
|
+
"website": "https://maz-ui.com/",
|
|
3178
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3015
3179
|
"category": "UI",
|
|
3016
|
-
"type": "
|
|
3180
|
+
"type": "3rd-party",
|
|
3017
3181
|
"maintainers": [
|
|
3018
3182
|
{
|
|
3019
3183
|
"name": "Loïc Mazuel",
|
|
@@ -3121,28 +3285,6 @@
|
|
|
3121
3285
|
"requires": {}
|
|
3122
3286
|
}
|
|
3123
3287
|
},
|
|
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
3288
|
{
|
|
3147
3289
|
"name": "module-feed",
|
|
3148
3290
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -3193,28 +3335,6 @@
|
|
|
3193
3335
|
"requires": {}
|
|
3194
3336
|
}
|
|
3195
3337
|
},
|
|
3196
|
-
{
|
|
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",
|
|
3201
|
-
"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",
|
|
3206
|
-
"type": "3rd-party",
|
|
3207
|
-
"maintainers": [
|
|
3208
|
-
{
|
|
3209
|
-
"name": "vanhoofmaarten",
|
|
3210
|
-
"github": "vanhoofmaarten"
|
|
3211
|
-
}
|
|
3212
|
-
],
|
|
3213
|
-
"compatibility": {
|
|
3214
|
-
"nuxt": "^2.0.0",
|
|
3215
|
-
"requires": {}
|
|
3216
|
-
}
|
|
3217
|
-
},
|
|
3218
3338
|
{
|
|
3219
3339
|
"name": "neo",
|
|
3220
3340
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
@@ -3285,12 +3405,12 @@
|
|
|
3285
3405
|
{
|
|
3286
3406
|
"name": "netlify",
|
|
3287
3407
|
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3288
|
-
"repo": "
|
|
3408
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
3289
3409
|
"npm": "@aceforth/nuxt-netlify",
|
|
3290
3410
|
"icon": "netlify.png",
|
|
3291
|
-
"github": "https://github.com/
|
|
3292
|
-
"website": "https://
|
|
3293
|
-
"learn_more": "",
|
|
3411
|
+
"github": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3412
|
+
"website": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3413
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
|
|
3294
3414
|
"category": "Deployment",
|
|
3295
3415
|
"type": "3rd-party",
|
|
3296
3416
|
"maintainers": [
|
|
@@ -3399,24 +3519,48 @@
|
|
|
3399
3519
|
}
|
|
3400
3520
|
},
|
|
3401
3521
|
{
|
|
3402
|
-
"name": "nuxt-
|
|
3403
|
-
"description": "",
|
|
3404
|
-
"repo": "
|
|
3405
|
-
"npm": "
|
|
3406
|
-
"icon": "",
|
|
3407
|
-
"github": "https://github.com/
|
|
3408
|
-
"website": "https://github.com/
|
|
3409
|
-
"learn_more": "",
|
|
3410
|
-
"category": "
|
|
3522
|
+
"name": "nuxt-asciidoc",
|
|
3523
|
+
"description": "Transformer for using asciidoc in nuxt",
|
|
3524
|
+
"repo": "Chris2011/nuxt-asciidoc",
|
|
3525
|
+
"npm": "nuxt-asciidoc",
|
|
3526
|
+
"icon": "nuxt-asciidoc.svg",
|
|
3527
|
+
"github": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3528
|
+
"website": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3529
|
+
"learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
|
|
3530
|
+
"category": "Extensions",
|
|
3411
3531
|
"type": "3rd-party",
|
|
3412
3532
|
"maintainers": [
|
|
3413
3533
|
{
|
|
3414
|
-
"name": "
|
|
3415
|
-
"github": "
|
|
3534
|
+
"name": "Christian Lenz",
|
|
3535
|
+
"github": "Chris2011",
|
|
3536
|
+
"twitter": "Chrizzly42"
|
|
3416
3537
|
}
|
|
3417
3538
|
],
|
|
3418
3539
|
"compatibility": {
|
|
3419
|
-
"nuxt": "^
|
|
3540
|
+
"nuxt": "^3.0.0",
|
|
3541
|
+
"requires": {}
|
|
3542
|
+
}
|
|
3543
|
+
},
|
|
3544
|
+
{
|
|
3545
|
+
"name": "nuxt-auth-sanctum",
|
|
3546
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3547
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3548
|
+
"npm": "nuxt-auth-sanctum",
|
|
3549
|
+
"icon": "laravel.svg",
|
|
3550
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3551
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3552
|
+
"learn_more": "https://laravel.com/docs/10.x/sanctum",
|
|
3553
|
+
"category": "Security",
|
|
3554
|
+
"type": "3rd-party",
|
|
3555
|
+
"maintainers": [
|
|
3556
|
+
{
|
|
3557
|
+
"name": "Artem Manchenkov",
|
|
3558
|
+
"github": "manchenkoff",
|
|
3559
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3560
|
+
}
|
|
3561
|
+
],
|
|
3562
|
+
"compatibility": {
|
|
3563
|
+
"nuxt": "^3.9.0",
|
|
3420
3564
|
"requires": {}
|
|
3421
3565
|
}
|
|
3422
3566
|
},
|
|
@@ -3442,6 +3586,28 @@
|
|
|
3442
3586
|
"requires": {}
|
|
3443
3587
|
}
|
|
3444
3588
|
},
|
|
3589
|
+
{
|
|
3590
|
+
"name": "nuxt-bezier",
|
|
3591
|
+
"description": "Reusable transition components",
|
|
3592
|
+
"repo": "50rayn/nuxt-bezier",
|
|
3593
|
+
"npm": "nuxt-bezier",
|
|
3594
|
+
"icon": "nuxt-bezier.png",
|
|
3595
|
+
"github": "https://github.com/50rayn/nuxt-bezier",
|
|
3596
|
+
"website": "https://50rayn.github.io/nuxt-bezier/",
|
|
3597
|
+
"learn_more": "https://github.com/Noction/vue-bezier",
|
|
3598
|
+
"category": "UI",
|
|
3599
|
+
"type": "3rd-party",
|
|
3600
|
+
"maintainers": [
|
|
3601
|
+
{
|
|
3602
|
+
"name": "Soryn Gitlan",
|
|
3603
|
+
"github": "50rayn"
|
|
3604
|
+
}
|
|
3605
|
+
],
|
|
3606
|
+
"compatibility": {
|
|
3607
|
+
"nuxt": "^3.0.0",
|
|
3608
|
+
"requires": {}
|
|
3609
|
+
}
|
|
3610
|
+
},
|
|
3445
3611
|
{
|
|
3446
3612
|
"name": "nuxt-bootstrap-icons",
|
|
3447
3613
|
"description": "Just a simple integration for Bootstrap Icons",
|
|
@@ -3486,6 +3652,28 @@
|
|
|
3486
3652
|
"requires": {}
|
|
3487
3653
|
}
|
|
3488
3654
|
},
|
|
3655
|
+
{
|
|
3656
|
+
"name": "nuxt-cookie-consent",
|
|
3657
|
+
"description": "Nuxt module for integrating with cookie consent providers with ease",
|
|
3658
|
+
"repo": "weareheavy/nuxt-cookie-consent",
|
|
3659
|
+
"npm": "@weareheavy/nuxt-cookie-consent",
|
|
3660
|
+
"icon": "wah.svg",
|
|
3661
|
+
"github": "https://github.com/weareheavy/nuxt-cookie-consent",
|
|
3662
|
+
"website": "https://nuxt-cookie-consent.packages.weareheavy.com",
|
|
3663
|
+
"learn_more": "",
|
|
3664
|
+
"category": "Extensions",
|
|
3665
|
+
"type": "3rd-party",
|
|
3666
|
+
"maintainers": [
|
|
3667
|
+
{
|
|
3668
|
+
"name": "weareheavy",
|
|
3669
|
+
"github": "weareheavy"
|
|
3670
|
+
}
|
|
3671
|
+
],
|
|
3672
|
+
"compatibility": {
|
|
3673
|
+
"nuxt": "^3.0.0",
|
|
3674
|
+
"requires": {}
|
|
3675
|
+
}
|
|
3676
|
+
},
|
|
3489
3677
|
{
|
|
3490
3678
|
"name": "nuxt-facebook-chat",
|
|
3491
3679
|
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
@@ -3512,6 +3700,28 @@
|
|
|
3512
3700
|
"requires": {}
|
|
3513
3701
|
}
|
|
3514
3702
|
},
|
|
3703
|
+
{
|
|
3704
|
+
"name": "nuxt-feather-icons",
|
|
3705
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
3706
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
3707
|
+
"npm": "nuxt-feather-icons",
|
|
3708
|
+
"icon": "nuxt-feather-icons.png",
|
|
3709
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3710
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3711
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3712
|
+
"category": "UI",
|
|
3713
|
+
"type": "3rd-party",
|
|
3714
|
+
"maintainers": [
|
|
3715
|
+
{
|
|
3716
|
+
"name": "4sllan",
|
|
3717
|
+
"github": "4sllan"
|
|
3718
|
+
}
|
|
3719
|
+
],
|
|
3720
|
+
"compatibility": {
|
|
3721
|
+
"nuxt": "^3.0.0",
|
|
3722
|
+
"requires": {}
|
|
3723
|
+
}
|
|
3724
|
+
},
|
|
3515
3725
|
{
|
|
3516
3726
|
"name": "nuxt-feedme",
|
|
3517
3727
|
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
@@ -3632,6 +3842,28 @@
|
|
|
3632
3842
|
}
|
|
3633
3843
|
}
|
|
3634
3844
|
},
|
|
3845
|
+
{
|
|
3846
|
+
"name": "nuxt-interpolation",
|
|
3847
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3848
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3849
|
+
"npm": "nuxt-interpolation",
|
|
3850
|
+
"icon": "",
|
|
3851
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3852
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3853
|
+
"learn_more": "",
|
|
3854
|
+
"category": "Devtools",
|
|
3855
|
+
"type": "3rd-party",
|
|
3856
|
+
"maintainers": [
|
|
3857
|
+
{
|
|
3858
|
+
"name": "daliborgogic",
|
|
3859
|
+
"github": "daliborgogic"
|
|
3860
|
+
}
|
|
3861
|
+
],
|
|
3862
|
+
"compatibility": {
|
|
3863
|
+
"nuxt": "^2.0.0",
|
|
3864
|
+
"requires": {}
|
|
3865
|
+
}
|
|
3866
|
+
},
|
|
3635
3867
|
{
|
|
3636
3868
|
"name": "nuxt-jsonld",
|
|
3637
3869
|
"description": "Manage JSON-LD in Vue component.",
|
|
@@ -3661,8 +3893,8 @@
|
|
|
3661
3893
|
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3662
3894
|
"icon": "nuxt-localtunnel.svg",
|
|
3663
3895
|
"github": "https://github.com/nuxtus/localtunnel",
|
|
3664
|
-
"website": "https://nuxtus.com",
|
|
3665
|
-
"learn_more": "https://docs.nuxtus.com
|
|
3896
|
+
"website": "https://docs.nuxtus.com",
|
|
3897
|
+
"learn_more": "https://docs.nuxtus.com/localtunnel.html",
|
|
3666
3898
|
"category": "Devtools",
|
|
3667
3899
|
"type": "3rd-party",
|
|
3668
3900
|
"maintainers": [
|
|
@@ -3700,6 +3932,28 @@
|
|
|
3700
3932
|
"requires": {}
|
|
3701
3933
|
}
|
|
3702
3934
|
},
|
|
3935
|
+
{
|
|
3936
|
+
"name": "nuxt-mail",
|
|
3937
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3938
|
+
"repo": "dword-design/nuxt-mail",
|
|
3939
|
+
"npm": "nuxt-mail",
|
|
3940
|
+
"icon": "",
|
|
3941
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3942
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3943
|
+
"learn_more": "",
|
|
3944
|
+
"category": "Extensions",
|
|
3945
|
+
"type": "3rd-party",
|
|
3946
|
+
"maintainers": [
|
|
3947
|
+
{
|
|
3948
|
+
"name": "Sebastian Landwehr",
|
|
3949
|
+
"github": "dword-design"
|
|
3950
|
+
}
|
|
3951
|
+
],
|
|
3952
|
+
"compatibility": {
|
|
3953
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3954
|
+
"requires": {}
|
|
3955
|
+
}
|
|
3956
|
+
},
|
|
3703
3957
|
{
|
|
3704
3958
|
"name": "nuxt-mapbox",
|
|
3705
3959
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3790,21 +4044,21 @@
|
|
|
3790
4044
|
}
|
|
3791
4045
|
},
|
|
3792
4046
|
{
|
|
3793
|
-
"name": "nuxt-
|
|
3794
|
-
"description": "
|
|
3795
|
-
"repo": "
|
|
3796
|
-
"npm": "
|
|
3797
|
-
"icon": "
|
|
3798
|
-
"github": "https://github.com/
|
|
3799
|
-
"website": "https://
|
|
3800
|
-
"learn_more": "https://github.com/
|
|
3801
|
-
"category": "
|
|
4047
|
+
"name": "nuxt-oidc-auth",
|
|
4048
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
4049
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
4050
|
+
"npm": "nuxt-oidc-auth",
|
|
4051
|
+
"icon": "",
|
|
4052
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4053
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4054
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4055
|
+
"category": "Security",
|
|
3802
4056
|
"type": "3rd-party",
|
|
3803
4057
|
"maintainers": [
|
|
3804
4058
|
{
|
|
3805
|
-
"name": "
|
|
3806
|
-
"github": "
|
|
3807
|
-
"twitter": "
|
|
4059
|
+
"name": "Jan-Henrik Damaschke",
|
|
4060
|
+
"github": "itpropro",
|
|
4061
|
+
"twitter": "jandamaschke"
|
|
3808
4062
|
}
|
|
3809
4063
|
],
|
|
3810
4064
|
"compatibility": {
|
|
@@ -3813,20 +4067,20 @@
|
|
|
3813
4067
|
}
|
|
3814
4068
|
},
|
|
3815
4069
|
{
|
|
3816
|
-
"name": "nuxt-
|
|
3817
|
-
"description": "
|
|
3818
|
-
"repo": "
|
|
3819
|
-
"npm": "nuxt-
|
|
3820
|
-
"icon": "
|
|
3821
|
-
"github": "https://github.com/
|
|
3822
|
-
"website": "https://github.com/
|
|
3823
|
-
"learn_more": "https://
|
|
3824
|
-
"category": "
|
|
4070
|
+
"name": "nuxt-openapi-docs-module",
|
|
4071
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
4072
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4073
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4074
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4075
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4076
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4077
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4078
|
+
"category": "Libraries",
|
|
3825
4079
|
"type": "3rd-party",
|
|
3826
4080
|
"maintainers": [
|
|
3827
4081
|
{
|
|
3828
|
-
"name": "
|
|
3829
|
-
"github": "
|
|
4082
|
+
"name": "Pavel Kuzmin",
|
|
4083
|
+
"github": "s00d"
|
|
3830
4084
|
}
|
|
3831
4085
|
],
|
|
3832
4086
|
"compatibility": {
|
|
@@ -3835,20 +4089,115 @@
|
|
|
3835
4089
|
}
|
|
3836
4090
|
},
|
|
3837
4091
|
{
|
|
3838
|
-
"name": "nuxt-
|
|
3839
|
-
"description": "
|
|
3840
|
-
"repo": "
|
|
3841
|
-
"npm": "nuxt-
|
|
4092
|
+
"name": "nuxt-openid-connect",
|
|
4093
|
+
"description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
|
|
4094
|
+
"repo": "aborn/nuxt-openid-connect",
|
|
4095
|
+
"npm": "nuxt-openid-connect",
|
|
3842
4096
|
"icon": "",
|
|
3843
|
-
"github": "https://github.com/
|
|
3844
|
-
"website": "https://github.com/
|
|
3845
|
-
"learn_more": "
|
|
3846
|
-
"category": "
|
|
4097
|
+
"github": "https://github.com/aborn/nuxt-openid-connect",
|
|
4098
|
+
"website": "https://github.com/aborn/nuxt-openid-connect",
|
|
4099
|
+
"learn_more": "",
|
|
4100
|
+
"category": "Security",
|
|
3847
4101
|
"type": "3rd-party",
|
|
3848
4102
|
"maintainers": [
|
|
3849
4103
|
{
|
|
3850
|
-
"name": "
|
|
3851
|
-
"github": "
|
|
4104
|
+
"name": "Aborn Jiang",
|
|
4105
|
+
"github": "aborn"
|
|
4106
|
+
},
|
|
4107
|
+
{
|
|
4108
|
+
"name": "Khaled Almana",
|
|
4109
|
+
"github": "KhaledAlMana"
|
|
4110
|
+
}
|
|
4111
|
+
],
|
|
4112
|
+
"compatibility": {
|
|
4113
|
+
"nuxt": "^3.0.0",
|
|
4114
|
+
"requires": {},
|
|
4115
|
+
"devtools": "^0.0.0"
|
|
4116
|
+
}
|
|
4117
|
+
},
|
|
4118
|
+
{
|
|
4119
|
+
"name": "nuxt-payload-analyzer",
|
|
4120
|
+
"description": "Analyze Nuxt Payload Size",
|
|
4121
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
4122
|
+
"npm": "nuxt-payload-analyzer",
|
|
4123
|
+
"icon": "",
|
|
4124
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4125
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4126
|
+
"learn_more": "",
|
|
4127
|
+
"category": "Performance",
|
|
4128
|
+
"type": "3rd-party",
|
|
4129
|
+
"maintainers": [
|
|
4130
|
+
{
|
|
4131
|
+
"name": "Barbapapazes",
|
|
4132
|
+
"github": "Barbapapazes",
|
|
4133
|
+
"twitter": "soubiran_"
|
|
4134
|
+
}
|
|
4135
|
+
],
|
|
4136
|
+
"compatibility": {
|
|
4137
|
+
"nuxt": "^3.0.0",
|
|
4138
|
+
"requires": {}
|
|
4139
|
+
}
|
|
4140
|
+
},
|
|
4141
|
+
{
|
|
4142
|
+
"name": "nuxt-pdf",
|
|
4143
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
4144
|
+
"repo": "sidebase/nuxt-pdf",
|
|
4145
|
+
"npm": "@sidebase/nuxt-pdf",
|
|
4146
|
+
"icon": "nuxt-pdf.png",
|
|
4147
|
+
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
4148
|
+
"website": "https://sidebase.io/nuxt-pdf",
|
|
4149
|
+
"learn_more": "https://github.com/sidebase",
|
|
4150
|
+
"category": "Extensions",
|
|
4151
|
+
"type": "3rd-party",
|
|
4152
|
+
"maintainers": [
|
|
4153
|
+
{
|
|
4154
|
+
"name": "sidebase",
|
|
4155
|
+
"github": "sidebase",
|
|
4156
|
+
"twitter": "sidebase_io"
|
|
4157
|
+
}
|
|
4158
|
+
],
|
|
4159
|
+
"compatibility": {
|
|
4160
|
+
"nuxt": "^3.0.0",
|
|
4161
|
+
"requires": {}
|
|
4162
|
+
}
|
|
4163
|
+
},
|
|
4164
|
+
{
|
|
4165
|
+
"name": "nuxt-phosphor-icons",
|
|
4166
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
4167
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4168
|
+
"npm": "nuxt-phosphor-icons",
|
|
4169
|
+
"icon": "phosphor-icons.svg",
|
|
4170
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4171
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4172
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
4173
|
+
"category": "UI",
|
|
4174
|
+
"type": "3rd-party",
|
|
4175
|
+
"maintainers": [
|
|
4176
|
+
{
|
|
4177
|
+
"name": "OyewoleOyedeji",
|
|
4178
|
+
"github": "OyewoleOyedeji"
|
|
4179
|
+
}
|
|
4180
|
+
],
|
|
4181
|
+
"compatibility": {
|
|
4182
|
+
"nuxt": "^3.0.0",
|
|
4183
|
+
"requires": {}
|
|
4184
|
+
}
|
|
4185
|
+
},
|
|
4186
|
+
{
|
|
4187
|
+
"name": "nuxt-pino-log",
|
|
4188
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
4189
|
+
"repo": "kpn/nuxt-pino-log",
|
|
4190
|
+
"npm": "nuxt-pino-log",
|
|
4191
|
+
"icon": "",
|
|
4192
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
4193
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
4194
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
4195
|
+
"category": "Monitoring",
|
|
4196
|
+
"type": "3rd-party",
|
|
4197
|
+
"maintainers": [
|
|
4198
|
+
{
|
|
4199
|
+
"name": "kpn",
|
|
4200
|
+
"github": "kpn"
|
|
3852
4201
|
}
|
|
3853
4202
|
],
|
|
3854
4203
|
"compatibility": {
|
|
@@ -3927,6 +4276,28 @@
|
|
|
3927
4276
|
"requires": {}
|
|
3928
4277
|
}
|
|
3929
4278
|
},
|
|
4279
|
+
{
|
|
4280
|
+
"name": "nuxt-posthog",
|
|
4281
|
+
"description": "Integrate PostHog into your application with minimal configuration",
|
|
4282
|
+
"repo": "mitjans/nuxt-posthog",
|
|
4283
|
+
"npm": "nuxt-posthog",
|
|
4284
|
+
"icon": "posthog.svg",
|
|
4285
|
+
"github": "https://github.com/mitjans/nuxt-posthog",
|
|
4286
|
+
"website": "https://nuxt-posthog.cmitjans.dev",
|
|
4287
|
+
"learn_more": "https://posthog.com",
|
|
4288
|
+
"category": "Analytics",
|
|
4289
|
+
"type": "3rd-party",
|
|
4290
|
+
"maintainers": [
|
|
4291
|
+
{
|
|
4292
|
+
"name": "Carles Mitjans",
|
|
4293
|
+
"github": "mitjans"
|
|
4294
|
+
}
|
|
4295
|
+
],
|
|
4296
|
+
"compatibility": {
|
|
4297
|
+
"nuxt": "^3.0.0",
|
|
4298
|
+
"requires": {}
|
|
4299
|
+
}
|
|
4300
|
+
},
|
|
3930
4301
|
{
|
|
3931
4302
|
"name": "nuxt-smartlook",
|
|
3932
4303
|
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
@@ -3951,6 +4322,28 @@
|
|
|
3951
4322
|
"requires": {}
|
|
3952
4323
|
}
|
|
3953
4324
|
},
|
|
4325
|
+
{
|
|
4326
|
+
"name": "nuxt-social-share",
|
|
4327
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4328
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4329
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4330
|
+
"icon": "nuxt-social-share.png",
|
|
4331
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4332
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4333
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4334
|
+
"category": "Extensions",
|
|
4335
|
+
"type": "3rd-party",
|
|
4336
|
+
"maintainers": [
|
|
4337
|
+
{
|
|
4338
|
+
"name": "stefanobartoletti",
|
|
4339
|
+
"github": "stefanobartoletti"
|
|
4340
|
+
}
|
|
4341
|
+
],
|
|
4342
|
+
"compatibility": {
|
|
4343
|
+
"nuxt": "^3.0.0",
|
|
4344
|
+
"requires": {}
|
|
4345
|
+
}
|
|
4346
|
+
},
|
|
3954
4347
|
{
|
|
3955
4348
|
"name": "ssr-lit",
|
|
3956
4349
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3984,7 +4377,7 @@
|
|
|
3984
4377
|
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3985
4378
|
"repo": "fumeapp/nuxt-storm",
|
|
3986
4379
|
"npm": "nuxt-storm",
|
|
3987
|
-
"icon": "
|
|
4380
|
+
"icon": "",
|
|
3988
4381
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
3989
4382
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
3990
4383
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -4001,6 +4394,30 @@
|
|
|
4001
4394
|
"requires": {}
|
|
4002
4395
|
}
|
|
4003
4396
|
},
|
|
4397
|
+
{
|
|
4398
|
+
"name": "nuxt-svgo-loader",
|
|
4399
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4400
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4401
|
+
"npm": "nuxt-svgo-loader",
|
|
4402
|
+
"icon": "",
|
|
4403
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4404
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4405
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4406
|
+
"category": "Images",
|
|
4407
|
+
"type": "3rd-party",
|
|
4408
|
+
"maintainers": [
|
|
4409
|
+
{
|
|
4410
|
+
"name": "Alex Liu",
|
|
4411
|
+
"github": "Mini-ghost",
|
|
4412
|
+
"twitter": "Minighost_Alex"
|
|
4413
|
+
}
|
|
4414
|
+
],
|
|
4415
|
+
"compatibility": {
|
|
4416
|
+
"nuxt": "^3.0.0",
|
|
4417
|
+
"requires": {},
|
|
4418
|
+
"devtools": "^0.0.0"
|
|
4419
|
+
}
|
|
4420
|
+
},
|
|
4004
4421
|
{
|
|
4005
4422
|
"name": "nuxt-svgo",
|
|
4006
4423
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -4045,28 +4462,6 @@
|
|
|
4045
4462
|
"requires": {}
|
|
4046
4463
|
}
|
|
4047
4464
|
},
|
|
4048
|
-
{
|
|
4049
|
-
"name": "nuxt-use-motion",
|
|
4050
|
-
"description": "A Nuxt module putting your components in motion",
|
|
4051
|
-
"repo": "Tahul/nuxt-use-motion",
|
|
4052
|
-
"npm": "nuxt-use-motion",
|
|
4053
|
-
"icon": "nuxt-use-motion.svg",
|
|
4054
|
-
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
4055
|
-
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
4056
|
-
"learn_more": "https://github.com/vueuse/motion",
|
|
4057
|
-
"category": "Libraries",
|
|
4058
|
-
"type": "3rd-party",
|
|
4059
|
-
"maintainers": [
|
|
4060
|
-
{
|
|
4061
|
-
"name": "Tahul",
|
|
4062
|
-
"github": "Tahul"
|
|
4063
|
-
}
|
|
4064
|
-
],
|
|
4065
|
-
"compatibility": {
|
|
4066
|
-
"nuxt": "^2.0.0",
|
|
4067
|
-
"requires": {}
|
|
4068
|
-
}
|
|
4069
|
-
},
|
|
4070
4465
|
{
|
|
4071
4466
|
"name": "nuxt-use-sound",
|
|
4072
4467
|
"description": "A Nuxt module for playing sound effects.",
|
|
@@ -4136,20 +4531,42 @@
|
|
|
4136
4531
|
}
|
|
4137
4532
|
},
|
|
4138
4533
|
{
|
|
4139
|
-
"name": "nuxt-
|
|
4140
|
-
"description": "
|
|
4141
|
-
"repo": "
|
|
4142
|
-
"npm": "
|
|
4143
|
-
"icon": "
|
|
4144
|
-
"github": "https://github.com/
|
|
4145
|
-
"website": "https://
|
|
4146
|
-
"learn_more": "
|
|
4147
|
-
"category": "
|
|
4534
|
+
"name": "nuxt-zod-i18n",
|
|
4535
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4536
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4537
|
+
"npm": "nuxt-zod-i18n",
|
|
4538
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4539
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4540
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4541
|
+
"learn_more": "",
|
|
4542
|
+
"category": "Libraries",
|
|
4543
|
+
"type": "3rd-party",
|
|
4544
|
+
"maintainers": [
|
|
4545
|
+
{
|
|
4546
|
+
"name": "xibman",
|
|
4547
|
+
"github": "xibman"
|
|
4548
|
+
}
|
|
4549
|
+
],
|
|
4550
|
+
"compatibility": {
|
|
4551
|
+
"nuxt": "^3.0.0",
|
|
4552
|
+
"requires": {}
|
|
4553
|
+
}
|
|
4554
|
+
},
|
|
4555
|
+
{
|
|
4556
|
+
"name": "nuxt3-interpolation",
|
|
4557
|
+
"description": "",
|
|
4558
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4559
|
+
"npm": "nuxt3-interpolation",
|
|
4560
|
+
"icon": "",
|
|
4561
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4562
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4563
|
+
"learn_more": "",
|
|
4564
|
+
"category": "Devtools",
|
|
4148
4565
|
"type": "3rd-party",
|
|
4149
4566
|
"maintainers": [
|
|
4150
4567
|
{
|
|
4151
|
-
"name": "
|
|
4152
|
-
"github": "
|
|
4568
|
+
"name": "daliborgogic",
|
|
4569
|
+
"github": "daliborgogic"
|
|
4153
4570
|
}
|
|
4154
4571
|
],
|
|
4155
4572
|
"compatibility": {
|
|
@@ -4205,14 +4622,14 @@
|
|
|
4205
4622
|
{
|
|
4206
4623
|
"name": "og-image",
|
|
4207
4624
|
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4208
|
-
"repo": "
|
|
4625
|
+
"repo": "nuxt-modules/og-image",
|
|
4209
4626
|
"npm": "nuxt-og-image",
|
|
4210
4627
|
"icon": "og-image.svg",
|
|
4211
|
-
"github": "https://github.com/
|
|
4628
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4212
4629
|
"website": "https://nuxtseo.com/og-image",
|
|
4213
4630
|
"learn_more": "https://nuxtseo.com/og-image",
|
|
4214
4631
|
"category": "SEO",
|
|
4215
|
-
"type": "
|
|
4632
|
+
"type": "community",
|
|
4216
4633
|
"maintainers": [
|
|
4217
4634
|
{
|
|
4218
4635
|
"name": "Harlan Wilton",
|
|
@@ -4257,8 +4674,8 @@
|
|
|
4257
4674
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
4258
4675
|
"icon": "",
|
|
4259
4676
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4260
|
-
"website": "https://
|
|
4261
|
-
"learn_more": "",
|
|
4677
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4678
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
4262
4679
|
"category": "Images",
|
|
4263
4680
|
"type": "3rd-party",
|
|
4264
4681
|
"maintainers": [
|
|
@@ -4365,6 +4782,28 @@
|
|
|
4365
4782
|
}
|
|
4366
4783
|
}
|
|
4367
4784
|
},
|
|
4785
|
+
{
|
|
4786
|
+
"name": "paypal",
|
|
4787
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4788
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4789
|
+
"npm": "nuxt-paypal",
|
|
4790
|
+
"icon": "paypal.svg",
|
|
4791
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4792
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4793
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4794
|
+
"category": "Payment",
|
|
4795
|
+
"type": "3rd-party",
|
|
4796
|
+
"maintainers": [
|
|
4797
|
+
{
|
|
4798
|
+
"name": "Arash Sheyda",
|
|
4799
|
+
"github": "arashsheyda"
|
|
4800
|
+
}
|
|
4801
|
+
],
|
|
4802
|
+
"compatibility": {
|
|
4803
|
+
"nuxt": "^3.0.0",
|
|
4804
|
+
"requires": {}
|
|
4805
|
+
}
|
|
4806
|
+
},
|
|
4368
4807
|
{
|
|
4369
4808
|
"name": "pdfeasy",
|
|
4370
4809
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -4535,7 +4974,7 @@
|
|
|
4535
4974
|
"npm": "nuxt-prepare",
|
|
4536
4975
|
"icon": "prepare.svg",
|
|
4537
4976
|
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4538
|
-
"website": "https://nuxt-prepare.
|
|
4977
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
4539
4978
|
"learn_more": "",
|
|
4540
4979
|
"category": "Devtools",
|
|
4541
4980
|
"type": "3rd-party",
|
|
@@ -4882,6 +5321,29 @@
|
|
|
4882
5321
|
"requires": {}
|
|
4883
5322
|
}
|
|
4884
5323
|
},
|
|
5324
|
+
{
|
|
5325
|
+
"name": "resend",
|
|
5326
|
+
"description": "Resend integration for Nuxt",
|
|
5327
|
+
"repo": "nhedger/nuxt-resend",
|
|
5328
|
+
"npm": "nuxt-resend",
|
|
5329
|
+
"icon": "resend.svg",
|
|
5330
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5331
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5332
|
+
"learn_more": "https://resend.com",
|
|
5333
|
+
"category": "Extensions",
|
|
5334
|
+
"type": "3rd-party",
|
|
5335
|
+
"maintainers": [
|
|
5336
|
+
{
|
|
5337
|
+
"name": "Nicolas Hedger",
|
|
5338
|
+
"github": "nhedger",
|
|
5339
|
+
"twitter": "nicolashedger"
|
|
5340
|
+
}
|
|
5341
|
+
],
|
|
5342
|
+
"compatibility": {
|
|
5343
|
+
"nuxt": "^3.0.0",
|
|
5344
|
+
"requires": {}
|
|
5345
|
+
}
|
|
5346
|
+
},
|
|
4885
5347
|
{
|
|
4886
5348
|
"name": "rfg-icon",
|
|
4887
5349
|
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
@@ -4912,7 +5374,7 @@
|
|
|
4912
5374
|
"icon": "robots.png",
|
|
4913
5375
|
"github": "https://github.com/nuxt-modules/robots",
|
|
4914
5376
|
"website": "https://github.com/nuxt-modules/robots",
|
|
4915
|
-
"learn_more": "
|
|
5377
|
+
"learn_more": "",
|
|
4916
5378
|
"category": "SEO",
|
|
4917
5379
|
"type": "community",
|
|
4918
5380
|
"maintainers": [
|
|
@@ -4930,23 +5392,23 @@
|
|
|
4930
5392
|
},
|
|
4931
5393
|
{
|
|
4932
5394
|
"name": "rollbar",
|
|
4933
|
-
"description": "
|
|
4934
|
-
"repo": "
|
|
4935
|
-
"npm": "nuxt-rollbar
|
|
5395
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5396
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5397
|
+
"npm": "nuxt-rollbar",
|
|
4936
5398
|
"icon": "rollbar.png",
|
|
4937
|
-
"github": "https://github.com/
|
|
4938
|
-
"website": "https://github.com/
|
|
5399
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5400
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4939
5401
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4940
5402
|
"category": "Monitoring",
|
|
4941
5403
|
"type": "3rd-party",
|
|
4942
5404
|
"maintainers": [
|
|
4943
5405
|
{
|
|
4944
|
-
"name": "
|
|
4945
|
-
"github": "
|
|
5406
|
+
"name": "Jairo Blatt",
|
|
5407
|
+
"github": "jairoblatt"
|
|
4946
5408
|
}
|
|
4947
5409
|
],
|
|
4948
5410
|
"compatibility": {
|
|
4949
|
-
"nuxt": "^
|
|
5411
|
+
"nuxt": "^3.0.0",
|
|
4950
5412
|
"requires": {}
|
|
4951
5413
|
}
|
|
4952
5414
|
},
|
|
@@ -5023,7 +5485,7 @@
|
|
|
5023
5485
|
},
|
|
5024
5486
|
{
|
|
5025
5487
|
"name": "schema-org",
|
|
5026
|
-
"description": "Schema.org
|
|
5488
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5027
5489
|
"repo": "harlan-zw/nuxt-schema-org",
|
|
5028
5490
|
"npm": "nuxt-schema-org",
|
|
5029
5491
|
"icon": "schema-org.svg",
|
|
@@ -5098,7 +5560,7 @@
|
|
|
5098
5560
|
"icon": "segment.png",
|
|
5099
5561
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
5100
5562
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
5101
|
-
"learn_more": "
|
|
5563
|
+
"learn_more": "",
|
|
5102
5564
|
"category": "Analytics",
|
|
5103
5565
|
"type": "3rd-party",
|
|
5104
5566
|
"maintainers": [
|
|
@@ -5136,7 +5598,7 @@
|
|
|
5136
5598
|
},
|
|
5137
5599
|
{
|
|
5138
5600
|
"name": "seo-experiments",
|
|
5139
|
-
"description": "Powerful SEO DX improvements
|
|
5601
|
+
"description": "Powerful SEO DX improvements.",
|
|
5140
5602
|
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5141
5603
|
"npm": "nuxt-seo-experiments",
|
|
5142
5604
|
"icon": "seo-experiments.svg",
|
|
@@ -5158,28 +5620,6 @@
|
|
|
5158
5620
|
"requires": {}
|
|
5159
5621
|
}
|
|
5160
5622
|
},
|
|
5161
|
-
{
|
|
5162
|
-
"name": "seo-kit",
|
|
5163
|
-
"description": "The complete SEO solution for Nuxt.",
|
|
5164
|
-
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
5165
|
-
"npm": "nuxt-seo-kit",
|
|
5166
|
-
"icon": "seo-kit.svg",
|
|
5167
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
5168
|
-
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5169
|
-
"learn_more": "",
|
|
5170
|
-
"category": "SEO",
|
|
5171
|
-
"type": "3rd-party",
|
|
5172
|
-
"maintainers": [
|
|
5173
|
-
{
|
|
5174
|
-
"name": "harlan-zw",
|
|
5175
|
-
"github": "harlan-zw"
|
|
5176
|
-
}
|
|
5177
|
-
],
|
|
5178
|
-
"compatibility": {
|
|
5179
|
-
"nuxt": "^3.0.0",
|
|
5180
|
-
"requires": {}
|
|
5181
|
-
}
|
|
5182
|
-
},
|
|
5183
5623
|
{
|
|
5184
5624
|
"name": "seo-meta",
|
|
5185
5625
|
"description": "Simple generate seo metadata",
|
|
@@ -5203,6 +5643,28 @@
|
|
|
5203
5643
|
"requires": {}
|
|
5204
5644
|
}
|
|
5205
5645
|
},
|
|
5646
|
+
{
|
|
5647
|
+
"name": "seo",
|
|
5648
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
5649
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
5650
|
+
"npm": "@nuxtjs/seo",
|
|
5651
|
+
"icon": "nuxt.svg",
|
|
5652
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
5653
|
+
"website": "https://nuxtseo.com/",
|
|
5654
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5655
|
+
"category": "SEO",
|
|
5656
|
+
"type": "3rd-party",
|
|
5657
|
+
"maintainers": [
|
|
5658
|
+
{
|
|
5659
|
+
"name": "harlan-zw",
|
|
5660
|
+
"github": "harlan-zw"
|
|
5661
|
+
}
|
|
5662
|
+
],
|
|
5663
|
+
"compatibility": {
|
|
5664
|
+
"nuxt": "^3.0.0",
|
|
5665
|
+
"requires": {}
|
|
5666
|
+
}
|
|
5667
|
+
},
|
|
5206
5668
|
{
|
|
5207
5669
|
"name": "seomatic-meta",
|
|
5208
5670
|
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
@@ -5251,7 +5713,7 @@
|
|
|
5251
5713
|
{
|
|
5252
5714
|
"name": "server-block",
|
|
5253
5715
|
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5254
|
-
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt
|
|
5716
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
5255
5717
|
"npm": "@hebilicious/server-block-nuxt",
|
|
5256
5718
|
"icon": "server-block.svg",
|
|
5257
5719
|
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
@@ -5317,7 +5779,7 @@
|
|
|
5317
5779
|
}
|
|
5318
5780
|
},
|
|
5319
5781
|
{
|
|
5320
|
-
"name": "
|
|
5782
|
+
"name": "sidebase-auth",
|
|
5321
5783
|
"description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
|
|
5322
5784
|
"repo": "sidebase/nuxt-auth",
|
|
5323
5785
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -5386,41 +5848,23 @@
|
|
|
5386
5848
|
}
|
|
5387
5849
|
},
|
|
5388
5850
|
{
|
|
5389
|
-
"name": "
|
|
5851
|
+
"name": "sitemap",
|
|
5390
5852
|
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5391
|
-
"repo": "
|
|
5392
|
-
"npm": "
|
|
5853
|
+
"repo": "nuxt-modules/sitemap",
|
|
5854
|
+
"npm": "@nuxtjs/sitemap",
|
|
5393
5855
|
"icon": "simple-sitemap.svg",
|
|
5394
|
-
"github": "https://github.com/
|
|
5395
|
-
"website": "https://nuxtseo.com/
|
|
5396
|
-
"learn_more": "https://nuxtseo.com/
|
|
5856
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
5857
|
+
"website": "https://nuxtseo.com/",
|
|
5858
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
5397
5859
|
"category": "SEO",
|
|
5398
|
-
"type": "
|
|
5860
|
+
"type": "community",
|
|
5399
5861
|
"maintainers": [
|
|
5400
5862
|
{
|
|
5401
5863
|
"name": "Harlan Wilton",
|
|
5402
5864
|
"github": "harlan-zw",
|
|
5403
5865
|
"twitter": "harlan_zw",
|
|
5404
5866
|
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5405
|
-
}
|
|
5406
|
-
],
|
|
5407
|
-
"compatibility": {
|
|
5408
|
-
"nuxt": "^3.0.0",
|
|
5409
|
-
"requires": {}
|
|
5410
|
-
}
|
|
5411
|
-
},
|
|
5412
|
-
{
|
|
5413
|
-
"name": "sitemap",
|
|
5414
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
5415
|
-
"repo": "nuxt-community/sitemap-module#dev",
|
|
5416
|
-
"npm": "@nuxtjs/sitemap",
|
|
5417
|
-
"icon": "",
|
|
5418
|
-
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
5419
|
-
"website": "https://sitemap.nuxtjs.org",
|
|
5420
|
-
"learn_more": "",
|
|
5421
|
-
"category": "SEO",
|
|
5422
|
-
"type": "community",
|
|
5423
|
-
"maintainers": [
|
|
5867
|
+
},
|
|
5424
5868
|
{
|
|
5425
5869
|
"name": "Nicolas PENNEC",
|
|
5426
5870
|
"github": "NicoPennec",
|
|
@@ -5428,7 +5872,7 @@
|
|
|
5428
5872
|
}
|
|
5429
5873
|
],
|
|
5430
5874
|
"compatibility": {
|
|
5431
|
-
"nuxt": "^
|
|
5875
|
+
"nuxt": "^3.0.0",
|
|
5432
5876
|
"requires": {}
|
|
5433
5877
|
}
|
|
5434
5878
|
},
|
|
@@ -5668,7 +6112,7 @@
|
|
|
5668
6112
|
{
|
|
5669
6113
|
"name": "storyblok",
|
|
5670
6114
|
"description": "Storyblok Nuxt module",
|
|
5671
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6115
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
5672
6116
|
"npm": "@storyblok/nuxt",
|
|
5673
6117
|
"icon": "storyblok.png",
|
|
5674
6118
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -6061,10 +6505,10 @@
|
|
|
6061
6505
|
{
|
|
6062
6506
|
"name": "tailwindcss",
|
|
6063
6507
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
6064
|
-
"repo": "nuxt-modules/tailwindcss
|
|
6508
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
6065
6509
|
"npm": "@nuxtjs/tailwindcss",
|
|
6066
6510
|
"icon": "tailwindcss.png",
|
|
6067
|
-
"github": "https://github.com/nuxt-modules/tailwindcss
|
|
6511
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
6068
6512
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
6069
6513
|
"learn_more": "https://tailwindcss.com/",
|
|
6070
6514
|
"category": "UI",
|
|
@@ -6131,6 +6575,28 @@
|
|
|
6131
6575
|
"requires": {}
|
|
6132
6576
|
}
|
|
6133
6577
|
},
|
|
6578
|
+
{
|
|
6579
|
+
"name": "tiptap",
|
|
6580
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6581
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6582
|
+
"npm": "nuxt-tiptap-editor",
|
|
6583
|
+
"icon": "tiptap.png",
|
|
6584
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6585
|
+
"website": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6586
|
+
"learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6587
|
+
"category": "Libraries",
|
|
6588
|
+
"type": "3rd-party",
|
|
6589
|
+
"maintainers": [
|
|
6590
|
+
{
|
|
6591
|
+
"name": "modbender",
|
|
6592
|
+
"github": "modbender"
|
|
6593
|
+
}
|
|
6594
|
+
],
|
|
6595
|
+
"compatibility": {
|
|
6596
|
+
"nuxt": "^3.0.0",
|
|
6597
|
+
"requires": {}
|
|
6598
|
+
}
|
|
6599
|
+
},
|
|
6134
6600
|
{
|
|
6135
6601
|
"name": "toast",
|
|
6136
6602
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
@@ -6154,6 +6620,28 @@
|
|
|
6154
6620
|
"requires": {}
|
|
6155
6621
|
}
|
|
6156
6622
|
},
|
|
6623
|
+
{
|
|
6624
|
+
"name": "translation-manager",
|
|
6625
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6626
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6627
|
+
"npm": "nuxt-translation-manager",
|
|
6628
|
+
"icon": "translation-manager.png",
|
|
6629
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6630
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6631
|
+
"learn_more": "",
|
|
6632
|
+
"category": "Extensions",
|
|
6633
|
+
"type": "3rd-party",
|
|
6634
|
+
"maintainers": [
|
|
6635
|
+
{
|
|
6636
|
+
"name": "Sam K",
|
|
6637
|
+
"github": "samk-dev"
|
|
6638
|
+
}
|
|
6639
|
+
],
|
|
6640
|
+
"compatibility": {
|
|
6641
|
+
"nuxt": "^3.0.0",
|
|
6642
|
+
"requires": {}
|
|
6643
|
+
}
|
|
6644
|
+
},
|
|
6157
6645
|
{
|
|
6158
6646
|
"name": "tresjs",
|
|
6159
6647
|
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
@@ -6402,6 +6890,30 @@
|
|
|
6402
6890
|
"requires": {}
|
|
6403
6891
|
}
|
|
6404
6892
|
},
|
|
6893
|
+
{
|
|
6894
|
+
"name": "typo3",
|
|
6895
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6896
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6897
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6898
|
+
"icon": "typo3.svg",
|
|
6899
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6900
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6901
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6902
|
+
"category": "CMS",
|
|
6903
|
+
"type": "3rd-party",
|
|
6904
|
+
"maintainers": [
|
|
6905
|
+
{
|
|
6906
|
+
"name": "Macopedia",
|
|
6907
|
+
"github": "macopedia",
|
|
6908
|
+
"twitter": "macopediapl"
|
|
6909
|
+
}
|
|
6910
|
+
],
|
|
6911
|
+
"compatibility": {
|
|
6912
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6913
|
+
"requires": {},
|
|
6914
|
+
"devtools": "^0.0.0"
|
|
6915
|
+
}
|
|
6916
|
+
},
|
|
6405
6917
|
{
|
|
6406
6918
|
"name": "ui",
|
|
6407
6919
|
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
@@ -6459,28 +6971,6 @@
|
|
|
6459
6971
|
}
|
|
6460
6972
|
}
|
|
6461
6973
|
},
|
|
6462
|
-
{
|
|
6463
|
-
"name": "unhead",
|
|
6464
|
-
"description": "Experimental features for Nuxt SEO / head management.",
|
|
6465
|
-
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6466
|
-
"npm": "nuxt-seo-experiments",
|
|
6467
|
-
"icon": "",
|
|
6468
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6469
|
-
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6470
|
-
"learn_more": "",
|
|
6471
|
-
"category": "SEO",
|
|
6472
|
-
"type": "3rd-party",
|
|
6473
|
-
"maintainers": [
|
|
6474
|
-
{
|
|
6475
|
-
"name": "harlan-zw",
|
|
6476
|
-
"github": "harlan-zw"
|
|
6477
|
-
}
|
|
6478
|
-
],
|
|
6479
|
-
"compatibility": {
|
|
6480
|
-
"nuxt": "^3.0.0",
|
|
6481
|
-
"requires": {}
|
|
6482
|
-
}
|
|
6483
|
-
},
|
|
6484
6974
|
{
|
|
6485
6975
|
"name": "universal-storage",
|
|
6486
6976
|
"description": "Universal Storage Utilities for Nuxt",
|
|
@@ -6512,7 +7002,7 @@
|
|
|
6512
7002
|
{
|
|
6513
7003
|
"name": "unlazy",
|
|
6514
7004
|
"description": "Lazy loading library for placeholder images",
|
|
6515
|
-
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
7005
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
6516
7006
|
"npm": "@unlazy/nuxt",
|
|
6517
7007
|
"icon": "unlazy.svg",
|
|
6518
7008
|
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
@@ -6560,12 +7050,12 @@
|
|
|
6560
7050
|
{
|
|
6561
7051
|
"name": "unocss",
|
|
6562
7052
|
"description": "The instant on-demand atomic CSS engine.",
|
|
6563
|
-
"repo": "
|
|
7053
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
6564
7054
|
"npm": "@unocss/nuxt",
|
|
6565
7055
|
"icon": "unocss.svg",
|
|
6566
|
-
"github": "https://github.com/
|
|
6567
|
-
"website": "https://github.com/
|
|
6568
|
-
"learn_more": "https://github.com/
|
|
7056
|
+
"github": "https://github.com/unocss/unocss",
|
|
7057
|
+
"website": "https://github.com/unocss/unocss",
|
|
7058
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
6569
7059
|
"category": "UI",
|
|
6570
7060
|
"type": "3rd-party",
|
|
6571
7061
|
"maintainers": [
|
|
@@ -6607,6 +7097,28 @@
|
|
|
6607
7097
|
"requires": {}
|
|
6608
7098
|
}
|
|
6609
7099
|
},
|
|
7100
|
+
{
|
|
7101
|
+
"name": "use-bootstrap",
|
|
7102
|
+
"description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
|
|
7103
|
+
"repo": "simplise/use-bootstrap",
|
|
7104
|
+
"npm": "usebootstrap",
|
|
7105
|
+
"icon": "use-bootstrap.svg",
|
|
7106
|
+
"github": "https://github.com/simplise/use-bootstrap",
|
|
7107
|
+
"website": "https://usebootstrap.org/",
|
|
7108
|
+
"learn_more": "https://usebootstrap.org/",
|
|
7109
|
+
"category": "UI",
|
|
7110
|
+
"type": "3rd-party",
|
|
7111
|
+
"maintainers": [
|
|
7112
|
+
{
|
|
7113
|
+
"name": "KoujiSano",
|
|
7114
|
+
"github": "KoujiSano"
|
|
7115
|
+
}
|
|
7116
|
+
],
|
|
7117
|
+
"compatibility": {
|
|
7118
|
+
"nuxt": "^3.0.0",
|
|
7119
|
+
"requires": {}
|
|
7120
|
+
}
|
|
7121
|
+
},
|
|
6610
7122
|
{
|
|
6611
7123
|
"name": "use-wagmi",
|
|
6612
7124
|
"description": "Vue Composition for Ethereum based on wagmi",
|
|
@@ -6661,7 +7173,7 @@
|
|
|
6661
7173
|
"icon": "vee-validate.png",
|
|
6662
7174
|
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
6663
7175
|
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
6664
|
-
"learn_more": "
|
|
7176
|
+
"learn_more": "",
|
|
6665
7177
|
"category": "Libraries",
|
|
6666
7178
|
"type": "3rd-party",
|
|
6667
7179
|
"maintainers": [
|
|
@@ -6863,42 +7375,15 @@
|
|
|
6863
7375
|
"requires": {}
|
|
6864
7376
|
}
|
|
6865
7377
|
},
|
|
6866
|
-
{
|
|
6867
|
-
"name": "vitest",
|
|
6868
|
-
"description": "Vitest integration with Nuxt",
|
|
6869
|
-
"repo": "danielroe/nuxt-vitest",
|
|
6870
|
-
"npm": "nuxt-vitest",
|
|
6871
|
-
"icon": "vitest.svg",
|
|
6872
|
-
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
6873
|
-
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
6874
|
-
"learn_more": "",
|
|
6875
|
-
"category": "Devtools",
|
|
6876
|
-
"type": "3rd-party",
|
|
6877
|
-
"maintainers": [
|
|
6878
|
-
{
|
|
6879
|
-
"name": "Daniel Roe",
|
|
6880
|
-
"github": "danielroe"
|
|
6881
|
-
},
|
|
6882
|
-
{
|
|
6883
|
-
"name": "Anthony Fu",
|
|
6884
|
-
"github": "antfu"
|
|
6885
|
-
}
|
|
6886
|
-
],
|
|
6887
|
-
"compatibility": {
|
|
6888
|
-
"nuxt": "^3.0.0",
|
|
6889
|
-
"requires": {},
|
|
6890
|
-
"devtools": "^0.0.0"
|
|
6891
|
-
}
|
|
6892
|
-
},
|
|
6893
7378
|
{
|
|
6894
7379
|
"name": "vue-email",
|
|
6895
7380
|
"description": "💌 Write email templates with vue",
|
|
6896
|
-
"repo": "
|
|
6897
|
-
"npm": "vue-email",
|
|
7381
|
+
"repo": "vue-email/nuxt",
|
|
7382
|
+
"npm": "@vue-email/nuxt",
|
|
6898
7383
|
"icon": "vue-email.svg",
|
|
6899
|
-
"github": "https://github.com/
|
|
6900
|
-
"website": "https://
|
|
6901
|
-
"learn_more": "https://
|
|
7384
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7385
|
+
"website": "https://vuemail.net/",
|
|
7386
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
6902
7387
|
"category": "UI",
|
|
6903
7388
|
"type": "3rd-party",
|
|
6904
7389
|
"maintainers": [
|
|
@@ -6921,6 +7406,29 @@
|
|
|
6921
7406
|
"devtools": "^0.0.0"
|
|
6922
7407
|
}
|
|
6923
7408
|
},
|
|
7409
|
+
{
|
|
7410
|
+
"name": "vue-final-modal",
|
|
7411
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7412
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7413
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7414
|
+
"icon": "vue-final-modal.svg",
|
|
7415
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7416
|
+
"website": "https://vue-final-modal.org/",
|
|
7417
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7418
|
+
"category": "UI",
|
|
7419
|
+
"type": "3rd-party",
|
|
7420
|
+
"maintainers": [
|
|
7421
|
+
{
|
|
7422
|
+
"name": "Hunter Liu",
|
|
7423
|
+
"github": "hunterliu1003",
|
|
7424
|
+
"twitter": "hunterliu1003"
|
|
7425
|
+
}
|
|
7426
|
+
],
|
|
7427
|
+
"compatibility": {
|
|
7428
|
+
"nuxt": "^3.0.0",
|
|
7429
|
+
"requires": {}
|
|
7430
|
+
}
|
|
7431
|
+
},
|
|
6924
7432
|
{
|
|
6925
7433
|
"name": "vue-macros",
|
|
6926
7434
|
"description": "Explore more macros and syntax sugar to Vue.",
|
|
@@ -7016,7 +7524,7 @@
|
|
|
7016
7524
|
{
|
|
7017
7525
|
"name": "vue-query",
|
|
7018
7526
|
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
7019
|
-
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt
|
|
7527
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
7020
7528
|
"npm": "@hebilicious/vue-query-nuxt",
|
|
7021
7529
|
"icon": "vue-query.svg",
|
|
7022
7530
|
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
@@ -7113,7 +7621,7 @@
|
|
|
7113
7621
|
"npm": "vue3-carousel-nuxt",
|
|
7114
7622
|
"icon": "",
|
|
7115
7623
|
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7116
|
-
"website": "",
|
|
7624
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7117
7625
|
"learn_more": "",
|
|
7118
7626
|
"category": "UI",
|
|
7119
7627
|
"type": "3rd-party",
|
|
@@ -7132,7 +7640,7 @@
|
|
|
7132
7640
|
{
|
|
7133
7641
|
"name": "vuefire",
|
|
7134
7642
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
7135
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
7643
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
7136
7644
|
"npm": "nuxt-vuefire",
|
|
7137
7645
|
"icon": "vuefire.svg",
|
|
7138
7646
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -7151,6 +7659,52 @@
|
|
|
7151
7659
|
"requires": {}
|
|
7152
7660
|
}
|
|
7153
7661
|
},
|
|
7662
|
+
{
|
|
7663
|
+
"name": "vueform-builder",
|
|
7664
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7665
|
+
"repo": "vueform/builder#main/nuxt",
|
|
7666
|
+
"npm": "@vueform/builder-nuxt",
|
|
7667
|
+
"icon": "vueform.svg",
|
|
7668
|
+
"github": "https://github.com/vueform/builder",
|
|
7669
|
+
"website": "https://builder.vueform.com",
|
|
7670
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7671
|
+
"category": "Libraries",
|
|
7672
|
+
"type": "3rd-party",
|
|
7673
|
+
"maintainers": [
|
|
7674
|
+
{
|
|
7675
|
+
"name": "Adam Berecz",
|
|
7676
|
+
"github": "adamberecz",
|
|
7677
|
+
"twitter": "bereczadam"
|
|
7678
|
+
}
|
|
7679
|
+
],
|
|
7680
|
+
"compatibility": {
|
|
7681
|
+
"nuxt": "^3.0.0",
|
|
7682
|
+
"requires": {}
|
|
7683
|
+
}
|
|
7684
|
+
},
|
|
7685
|
+
{
|
|
7686
|
+
"name": "vueform",
|
|
7687
|
+
"description": "Official Vueform module for Nuxt",
|
|
7688
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
7689
|
+
"npm": "@vueform/nuxt",
|
|
7690
|
+
"icon": "vueform.svg",
|
|
7691
|
+
"github": "https://github.com/vueform/vueform",
|
|
7692
|
+
"website": "https://vueform.com",
|
|
7693
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7694
|
+
"category": "Libraries",
|
|
7695
|
+
"type": "3rd-party",
|
|
7696
|
+
"maintainers": [
|
|
7697
|
+
{
|
|
7698
|
+
"name": "Adam Berecz",
|
|
7699
|
+
"github": "adamberecz",
|
|
7700
|
+
"twitter": "bereczadam"
|
|
7701
|
+
}
|
|
7702
|
+
],
|
|
7703
|
+
"compatibility": {
|
|
7704
|
+
"nuxt": "^3.0.0",
|
|
7705
|
+
"requires": {}
|
|
7706
|
+
}
|
|
7707
|
+
},
|
|
7154
7708
|
{
|
|
7155
7709
|
"name": "vuestic",
|
|
7156
7710
|
"description": "Vuestic UI module for Nuxt",
|
|
@@ -7158,8 +7712,8 @@
|
|
|
7158
7712
|
"npm": "@vuestic/nuxt",
|
|
7159
7713
|
"icon": "vuestic.png",
|
|
7160
7714
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
7161
|
-
"website": "https://vuestic.dev",
|
|
7162
|
-
"learn_more": "https://vuestic.dev/
|
|
7715
|
+
"website": "https://ui.vuestic.dev",
|
|
7716
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
7163
7717
|
"category": "UI",
|
|
7164
7718
|
"type": "3rd-party",
|
|
7165
7719
|
"maintainers": [
|
|
@@ -7180,8 +7734,8 @@
|
|
|
7180
7734
|
"npm": "vuetify-nuxt-module",
|
|
7181
7735
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
7182
7736
|
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7183
|
-
"website": "https://
|
|
7184
|
-
"learn_more": "https://vuetify-nuxt-module.
|
|
7737
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7738
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
7185
7739
|
"category": "UI",
|
|
7186
7740
|
"type": "3rd-party",
|
|
7187
7741
|
"maintainers": [
|
|
@@ -7426,7 +7980,7 @@
|
|
|
7426
7980
|
"icon": "webpack.png",
|
|
7427
7981
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
7428
7982
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
7429
|
-
"learn_more": "
|
|
7983
|
+
"learn_more": "",
|
|
7430
7984
|
"category": "Devtools",
|
|
7431
7985
|
"type": "community",
|
|
7432
7986
|
"maintainers": [
|
|
@@ -7492,11 +8046,11 @@
|
|
|
7492
8046
|
{
|
|
7493
8047
|
"name": "windicss",
|
|
7494
8048
|
"description": "Next generation utility-first CSS framework.",
|
|
7495
|
-
"repo": "windicss/nuxt-windicss
|
|
8049
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
7496
8050
|
"npm": "nuxt-windicss",
|
|
7497
8051
|
"icon": "windicss.svg",
|
|
7498
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
7499
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
8052
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
8053
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
7500
8054
|
"learn_more": "https://windicss.org/",
|
|
7501
8055
|
"category": "UI",
|
|
7502
8056
|
"type": "3rd-party",
|