@nuxt/modules 0.5.0-01f2e4 → 0.5.0-05c502
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 +356 -47
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
{
|
|
53
53
|
"name": "algolia",
|
|
54
54
|
"description": "Algolia Search Module for Nuxt 3",
|
|
55
|
-
"repo": "nuxt-
|
|
55
|
+
"repo": "nuxt-modules/algolia",
|
|
56
56
|
"npm": "@nuxtjs/algolia",
|
|
57
57
|
"icon": "algolia.svg",
|
|
58
|
-
"github": "https://github.com/nuxt-
|
|
58
|
+
"github": "https://github.com/nuxt-modules/algolia",
|
|
59
59
|
"website": "https://algolia.nuxtjs.org/",
|
|
60
60
|
"learn_more": "https://algolia.nuxtjs.org/",
|
|
61
61
|
"category": "Libraries",
|
|
@@ -833,6 +833,29 @@
|
|
|
833
833
|
"requires": {}
|
|
834
834
|
}
|
|
835
835
|
},
|
|
836
|
+
{
|
|
837
|
+
"name": "delay-hydration",
|
|
838
|
+
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
839
|
+
"repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
|
|
840
|
+
"npm": "nuxt-delay-hydration",
|
|
841
|
+
"icon": "lighthouse.svg",
|
|
842
|
+
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
843
|
+
"website": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
844
|
+
"learn_more": "",
|
|
845
|
+
"category": "Performance",
|
|
846
|
+
"type": "3rd-party",
|
|
847
|
+
"maintainers": [
|
|
848
|
+
{
|
|
849
|
+
"name": "Harlan Wilton",
|
|
850
|
+
"github": "harlan-zw",
|
|
851
|
+
"twitter": "harlan_zw"
|
|
852
|
+
}
|
|
853
|
+
],
|
|
854
|
+
"compatibility": {
|
|
855
|
+
"nuxt": "^2.0.0",
|
|
856
|
+
"requires": {}
|
|
857
|
+
}
|
|
858
|
+
},
|
|
836
859
|
{
|
|
837
860
|
"name": "device",
|
|
838
861
|
"description": "Device detection module for Nuxt.js",
|
|
@@ -1345,8 +1368,10 @@
|
|
|
1345
1368
|
}
|
|
1346
1369
|
],
|
|
1347
1370
|
"compatibility": {
|
|
1348
|
-
"nuxt": "^2.0.0",
|
|
1349
|
-
"requires": {
|
|
1371
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1372
|
+
"requires": {
|
|
1373
|
+
"bridge": "optional"
|
|
1374
|
+
}
|
|
1350
1375
|
}
|
|
1351
1376
|
},
|
|
1352
1377
|
{
|
|
@@ -1500,11 +1525,11 @@
|
|
|
1500
1525
|
{
|
|
1501
1526
|
"name": "harlem",
|
|
1502
1527
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1503
|
-
"repo": "nuxt-
|
|
1528
|
+
"repo": "nuxt-modules/harlem",
|
|
1504
1529
|
"npm": "@nuxtjs/harlem",
|
|
1505
1530
|
"icon": "harlem.svg",
|
|
1506
|
-
"github": "https://github.com/nuxt-
|
|
1507
|
-
"website": "https://github.com/nuxt-
|
|
1531
|
+
"github": "https://github.com/nuxt-modules/harlem",
|
|
1532
|
+
"website": "https://github.com/nuxt-modules/harlem",
|
|
1508
1533
|
"learn_more": "https://harlemjs.com/",
|
|
1509
1534
|
"category": "Extensions",
|
|
1510
1535
|
"type": "community",
|
|
@@ -1634,10 +1659,10 @@
|
|
|
1634
1659
|
{
|
|
1635
1660
|
"name": "html-validator",
|
|
1636
1661
|
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1637
|
-
"repo": "nuxt-
|
|
1662
|
+
"repo": "nuxt-modules/html-validator",
|
|
1638
1663
|
"npm": "@nuxtjs/html-validator",
|
|
1639
1664
|
"icon": "html-validator.png",
|
|
1640
|
-
"github": "https://github.com/nuxt-
|
|
1665
|
+
"github": "https://github.com/nuxt-modules/html-validator",
|
|
1641
1666
|
"website": "https://html-validator.nuxtjs.org",
|
|
1642
1667
|
"learn_more": "https://html-validate.org",
|
|
1643
1668
|
"category": "Performance",
|
|
@@ -1650,8 +1675,10 @@
|
|
|
1650
1675
|
}
|
|
1651
1676
|
],
|
|
1652
1677
|
"compatibility": {
|
|
1653
|
-
"nuxt": "^2.0.0",
|
|
1654
|
-
"requires": {
|
|
1678
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1679
|
+
"requires": {
|
|
1680
|
+
"bridge": "optional"
|
|
1681
|
+
}
|
|
1655
1682
|
}
|
|
1656
1683
|
},
|
|
1657
1684
|
{
|
|
@@ -1731,6 +1758,28 @@
|
|
|
1731
1758
|
"requires": {}
|
|
1732
1759
|
}
|
|
1733
1760
|
},
|
|
1761
|
+
{
|
|
1762
|
+
"name": "icon",
|
|
1763
|
+
"description": "",
|
|
1764
|
+
"repo": "nuxt-modules/icon",
|
|
1765
|
+
"npm": "nuxt-icon",
|
|
1766
|
+
"icon": "nuxt-icon.png",
|
|
1767
|
+
"github": "https://github.com/nuxt-modules/icon",
|
|
1768
|
+
"website": "https://github.com/nuxt-modules/icon",
|
|
1769
|
+
"learn_more": "",
|
|
1770
|
+
"category": "UI",
|
|
1771
|
+
"type": "community",
|
|
1772
|
+
"maintainers": [
|
|
1773
|
+
{
|
|
1774
|
+
"name": "Atinux",
|
|
1775
|
+
"github": "Atinux"
|
|
1776
|
+
}
|
|
1777
|
+
],
|
|
1778
|
+
"compatibility": {
|
|
1779
|
+
"nuxt": "^3.0.0",
|
|
1780
|
+
"requires": {}
|
|
1781
|
+
}
|
|
1782
|
+
},
|
|
1734
1783
|
{
|
|
1735
1784
|
"name": "icons",
|
|
1736
1785
|
"description": "Use your own automatically imported SVG icons.",
|
|
@@ -1804,7 +1853,7 @@
|
|
|
1804
1853
|
}
|
|
1805
1854
|
],
|
|
1806
1855
|
"compatibility": {
|
|
1807
|
-
"nuxt": "^2.0.0",
|
|
1856
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1808
1857
|
"requires": {
|
|
1809
1858
|
"bridge": "optional"
|
|
1810
1859
|
}
|
|
@@ -1882,14 +1931,14 @@
|
|
|
1882
1931
|
{
|
|
1883
1932
|
"name": "ionic",
|
|
1884
1933
|
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
1885
|
-
"repo": "
|
|
1886
|
-
"npm": "
|
|
1934
|
+
"repo": "nuxt-modules/ionic",
|
|
1935
|
+
"npm": "@nuxtjs/ionic",
|
|
1887
1936
|
"icon": "ionic.svg",
|
|
1888
|
-
"github": "https://github.com/
|
|
1889
|
-
"website": "https://ionic.
|
|
1937
|
+
"github": "https://github.com/nuxt-modules/ionic",
|
|
1938
|
+
"website": "https://ionic.nuxtjs.org",
|
|
1890
1939
|
"learn_more": "https://ionicframework.com",
|
|
1891
1940
|
"category": "Libraries",
|
|
1892
|
-
"type": "
|
|
1941
|
+
"type": "community",
|
|
1893
1942
|
"maintainers": [
|
|
1894
1943
|
{
|
|
1895
1944
|
"name": "Daniel Roe",
|
|
@@ -1946,6 +1995,30 @@
|
|
|
1946
1995
|
"requires": {}
|
|
1947
1996
|
}
|
|
1948
1997
|
},
|
|
1998
|
+
{
|
|
1999
|
+
"name": "kql",
|
|
2000
|
+
"description": "Nuxt 3 module for Kirby's Query Language API",
|
|
2001
|
+
"repo": "johannschopplich/nuxt-kql",
|
|
2002
|
+
"npm": "nuxt-kql",
|
|
2003
|
+
"icon": "kql.svg",
|
|
2004
|
+
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2005
|
+
"website": "https://nuxt-kql.jhnn.dev",
|
|
2006
|
+
"learn_more": "",
|
|
2007
|
+
"category": "CMS",
|
|
2008
|
+
"type": "3rd-party",
|
|
2009
|
+
"maintainers": [
|
|
2010
|
+
{
|
|
2011
|
+
"name": "Johann Schopplich",
|
|
2012
|
+
"github": "johannschopplich",
|
|
2013
|
+
"twitter": "jschopplich",
|
|
2014
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
2015
|
+
}
|
|
2016
|
+
],
|
|
2017
|
+
"compatibility": {
|
|
2018
|
+
"nuxt": "^3.0.0",
|
|
2019
|
+
"requires": {}
|
|
2020
|
+
}
|
|
2021
|
+
},
|
|
1949
2022
|
{
|
|
1950
2023
|
"name": "laravel-echo",
|
|
1951
2024
|
"description": "Laravel Echo for Nuxt.js",
|
|
@@ -2151,6 +2224,29 @@
|
|
|
2151
2224
|
"requires": {}
|
|
2152
2225
|
}
|
|
2153
2226
|
},
|
|
2227
|
+
{
|
|
2228
|
+
"name": "magic-regexp",
|
|
2229
|
+
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2230
|
+
"repo": "danielroe/magic-regexp",
|
|
2231
|
+
"npm": "magic-regexp",
|
|
2232
|
+
"icon": "magic-regexp.svg",
|
|
2233
|
+
"github": "https://github.com/danielroe/magic-regexp",
|
|
2234
|
+
"website": "https://magic-regexp.roe.dev",
|
|
2235
|
+
"learn_more": "https://magic-regexp.roe.dev",
|
|
2236
|
+
"category": "Libraries",
|
|
2237
|
+
"type": "3rd-party",
|
|
2238
|
+
"maintainers": [
|
|
2239
|
+
{
|
|
2240
|
+
"name": "Daniel Roe",
|
|
2241
|
+
"github": "danielroe",
|
|
2242
|
+
"twitter": "danielcroe"
|
|
2243
|
+
}
|
|
2244
|
+
],
|
|
2245
|
+
"compatibility": {
|
|
2246
|
+
"nuxt": "^3.0.0",
|
|
2247
|
+
"requires": {}
|
|
2248
|
+
}
|
|
2249
|
+
},
|
|
2154
2250
|
{
|
|
2155
2251
|
"name": "markdownit",
|
|
2156
2252
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
@@ -2500,6 +2596,28 @@
|
|
|
2500
2596
|
}
|
|
2501
2597
|
}
|
|
2502
2598
|
},
|
|
2599
|
+
{
|
|
2600
|
+
"name": "nuxt-monaco-editor",
|
|
2601
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
2602
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
2603
|
+
"npm": "nuxt-monaco-editor",
|
|
2604
|
+
"icon": "",
|
|
2605
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2606
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2607
|
+
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
2608
|
+
"category": "Libraries",
|
|
2609
|
+
"type": "3rd-party",
|
|
2610
|
+
"maintainers": [
|
|
2611
|
+
{
|
|
2612
|
+
"name": "e-chan1007",
|
|
2613
|
+
"github": "e-chan1007"
|
|
2614
|
+
}
|
|
2615
|
+
],
|
|
2616
|
+
"compatibility": {
|
|
2617
|
+
"nuxt": "^3.0.0",
|
|
2618
|
+
"requires": {}
|
|
2619
|
+
}
|
|
2620
|
+
},
|
|
2503
2621
|
{
|
|
2504
2622
|
"name": "nuxt-pino-log",
|
|
2505
2623
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -2569,6 +2687,50 @@
|
|
|
2569
2687
|
"requires": {}
|
|
2570
2688
|
}
|
|
2571
2689
|
},
|
|
2690
|
+
{
|
|
2691
|
+
"name": "nuxt-svgo",
|
|
2692
|
+
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
2693
|
+
"repo": "cpsoinos/nuxt-svgo",
|
|
2694
|
+
"npm": "nuxt-svgo",
|
|
2695
|
+
"icon": "",
|
|
2696
|
+
"github": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2697
|
+
"website": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2698
|
+
"learn_more": "",
|
|
2699
|
+
"category": "Images",
|
|
2700
|
+
"type": "3rd-party",
|
|
2701
|
+
"maintainers": [
|
|
2702
|
+
{
|
|
2703
|
+
"name": "cpsoinos",
|
|
2704
|
+
"github": "cpsoinos"
|
|
2705
|
+
}
|
|
2706
|
+
],
|
|
2707
|
+
"compatibility": {
|
|
2708
|
+
"nuxt": "^3.0.0",
|
|
2709
|
+
"requires": {}
|
|
2710
|
+
}
|
|
2711
|
+
},
|
|
2712
|
+
{
|
|
2713
|
+
"name": "nuxt-unleash",
|
|
2714
|
+
"description": "Nuxt.js module to use Unleash toggle feature services",
|
|
2715
|
+
"repo": "conejerock/nuxt-unleash",
|
|
2716
|
+
"npm": "nuxt-unleash",
|
|
2717
|
+
"icon": "nuxt-unleash.svg",
|
|
2718
|
+
"github": "https://github.com/conejerock/nuxt-unleash",
|
|
2719
|
+
"website": "https://github.com/conejerock/nuxt-unleash",
|
|
2720
|
+
"learn_more": "https://github.com/Unleash/unleash",
|
|
2721
|
+
"category": "Deployment",
|
|
2722
|
+
"type": "3rd-party",
|
|
2723
|
+
"maintainers": [
|
|
2724
|
+
{
|
|
2725
|
+
"name": "Juanjo Conejerock",
|
|
2726
|
+
"github": "conejerock"
|
|
2727
|
+
}
|
|
2728
|
+
],
|
|
2729
|
+
"compatibility": {
|
|
2730
|
+
"nuxt": "^2.0.0",
|
|
2731
|
+
"requires": {}
|
|
2732
|
+
}
|
|
2733
|
+
},
|
|
2572
2734
|
{
|
|
2573
2735
|
"name": "nuxt-use-motion",
|
|
2574
2736
|
"description": "A Nuxt module putting your components in motion",
|
|
@@ -2751,11 +2913,11 @@
|
|
|
2751
2913
|
{
|
|
2752
2914
|
"name": "partytown",
|
|
2753
2915
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2754
|
-
"repo": "nuxt-
|
|
2916
|
+
"repo": "nuxt-modules/partytown",
|
|
2755
2917
|
"npm": "@nuxtjs/partytown",
|
|
2756
2918
|
"icon": "partytown.svg",
|
|
2757
|
-
"github": "https://github.com/nuxt-
|
|
2758
|
-
"website": "https://github.com/nuxt-
|
|
2919
|
+
"github": "https://github.com/nuxt-modules/partytown",
|
|
2920
|
+
"website": "https://github.com/nuxt-modules/partytown",
|
|
2759
2921
|
"learn_more": "https://partytown.builder.io/",
|
|
2760
2922
|
"category": "Performance",
|
|
2761
2923
|
"type": "community",
|
|
@@ -2869,28 +3031,19 @@
|
|
|
2869
3031
|
{
|
|
2870
3032
|
"name": "prismic",
|
|
2871
3033
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
2872
|
-
"repo": "nuxt-
|
|
3034
|
+
"repo": "nuxt-modules/prismic",
|
|
2873
3035
|
"npm": "@nuxtjs/prismic",
|
|
2874
3036
|
"icon": "prismic.png",
|
|
2875
|
-
"github": "https://github.com/nuxt-
|
|
3037
|
+
"github": "https://github.com/nuxt-modules/prismic",
|
|
2876
3038
|
"website": "https://prismic.nuxtjs.org",
|
|
2877
|
-
"learn_more": "https://prismic.io
|
|
3039
|
+
"learn_more": "https://prismic.io",
|
|
2878
3040
|
"category": "CMS",
|
|
2879
3041
|
"type": "community",
|
|
2880
3042
|
"maintainers": [
|
|
2881
|
-
{
|
|
2882
|
-
"name": "Sébastien Chopin",
|
|
2883
|
-
"github": "Atinux",
|
|
2884
|
-
"twitter": "Atinux"
|
|
2885
|
-
},
|
|
2886
3043
|
{
|
|
2887
3044
|
"name": "lihbr",
|
|
2888
3045
|
"github": "lihbr",
|
|
2889
3046
|
"twitter": "li_hbr"
|
|
2890
|
-
},
|
|
2891
|
-
{
|
|
2892
|
-
"name": "James Pegg",
|
|
2893
|
-
"github": "jamespegg"
|
|
2894
3047
|
}
|
|
2895
3048
|
],
|
|
2896
3049
|
"compatibility": {
|
|
@@ -2969,7 +3122,7 @@
|
|
|
2969
3122
|
{
|
|
2970
3123
|
"name": "purgecss",
|
|
2971
3124
|
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
|
|
2972
|
-
"repo": "Developmint/nuxt-purgecss",
|
|
3125
|
+
"repo": "Developmint/nuxt-purgecss#main",
|
|
2973
3126
|
"npm": "nuxt-purgecss",
|
|
2974
3127
|
"icon": "purgecss.png",
|
|
2975
3128
|
"github": "https://github.com/Developmint/nuxt-purgecss",
|
|
@@ -2984,7 +3137,7 @@
|
|
|
2984
3137
|
}
|
|
2985
3138
|
],
|
|
2986
3139
|
"compatibility": {
|
|
2987
|
-
"nuxt": "^2.0.0",
|
|
3140
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2988
3141
|
"requires": {}
|
|
2989
3142
|
}
|
|
2990
3143
|
},
|
|
@@ -3120,8 +3273,10 @@
|
|
|
3120
3273
|
}
|
|
3121
3274
|
],
|
|
3122
3275
|
"compatibility": {
|
|
3123
|
-
"nuxt": "^2.0.0",
|
|
3124
|
-
"requires": {
|
|
3276
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3277
|
+
"requires": {
|
|
3278
|
+
"bridge": "optional"
|
|
3279
|
+
}
|
|
3125
3280
|
}
|
|
3126
3281
|
},
|
|
3127
3282
|
{
|
|
@@ -3195,10 +3350,10 @@
|
|
|
3195
3350
|
{
|
|
3196
3351
|
"name": "sanity",
|
|
3197
3352
|
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
3198
|
-
"repo": "nuxt-
|
|
3353
|
+
"repo": "nuxt-modules/sanity#main",
|
|
3199
3354
|
"npm": "@nuxtjs/sanity",
|
|
3200
3355
|
"icon": "sanity.png",
|
|
3201
|
-
"github": "https://github.com/nuxt-
|
|
3356
|
+
"github": "https://github.com/nuxt-modules/sanity#main",
|
|
3202
3357
|
"website": "https://sanity.nuxtjs.org",
|
|
3203
3358
|
"learn_more": "https://www.sanity.io/",
|
|
3204
3359
|
"category": "CMS",
|
|
@@ -3375,6 +3530,29 @@
|
|
|
3375
3530
|
"requires": {}
|
|
3376
3531
|
}
|
|
3377
3532
|
},
|
|
3533
|
+
{
|
|
3534
|
+
"name": "session",
|
|
3535
|
+
"description": "Session middleware to persist data across multiple requests, supports many backends via unjs/unstorage: memory, redis, fs, ...",
|
|
3536
|
+
"repo": "sidebase/nuxt-session",
|
|
3537
|
+
"npm": "@sidebase/nuxt-session",
|
|
3538
|
+
"icon": "session.png",
|
|
3539
|
+
"github": "https://github.com/sidebase/nuxt-session",
|
|
3540
|
+
"website": "https://github.com/sidebase/nuxt-session",
|
|
3541
|
+
"learn_more": "https://github.com/sidebase",
|
|
3542
|
+
"category": "Security",
|
|
3543
|
+
"type": "3rd-party",
|
|
3544
|
+
"maintainers": [
|
|
3545
|
+
{
|
|
3546
|
+
"name": "sidebase",
|
|
3547
|
+
"github": "sidebase",
|
|
3548
|
+
"twitter": "sidebase_io"
|
|
3549
|
+
}
|
|
3550
|
+
],
|
|
3551
|
+
"compatibility": {
|
|
3552
|
+
"nuxt": "^3.0.0",
|
|
3553
|
+
"requires": {}
|
|
3554
|
+
}
|
|
3555
|
+
},
|
|
3378
3556
|
{
|
|
3379
3557
|
"name": "shopify",
|
|
3380
3558
|
"description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
|
|
@@ -3782,13 +3960,13 @@
|
|
|
3782
3960
|
},
|
|
3783
3961
|
{
|
|
3784
3962
|
"name": "stylify",
|
|
3785
|
-
"description": "Stylify
|
|
3786
|
-
"repo": "stylify/packages#master/packages/nuxt
|
|
3787
|
-
"npm": "@stylify/nuxt
|
|
3963
|
+
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3964
|
+
"repo": "stylify/packages#master/packages/nuxt",
|
|
3965
|
+
"npm": "@stylify/nuxt",
|
|
3788
3966
|
"icon": "stylify.svg",
|
|
3789
|
-
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt
|
|
3790
|
-
"website": "https://
|
|
3791
|
-
"learn_more": "https://
|
|
3967
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
3968
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
3969
|
+
"learn_more": "https://stylifycss.com",
|
|
3792
3970
|
"category": "UI",
|
|
3793
3971
|
"type": "3rd-party",
|
|
3794
3972
|
"maintainers": [
|
|
@@ -3799,7 +3977,7 @@
|
|
|
3799
3977
|
}
|
|
3800
3978
|
],
|
|
3801
3979
|
"compatibility": {
|
|
3802
|
-
"nuxt": "^2.0.0",
|
|
3980
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3803
3981
|
"requires": {}
|
|
3804
3982
|
}
|
|
3805
3983
|
},
|
|
@@ -3994,6 +4172,31 @@
|
|
|
3994
4172
|
"requires": {}
|
|
3995
4173
|
}
|
|
3996
4174
|
},
|
|
4175
|
+
{
|
|
4176
|
+
"name": "turnstile",
|
|
4177
|
+
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
4178
|
+
"repo": "danielroe/nuxt-turnstile",
|
|
4179
|
+
"npm": "nuxt-turnstile",
|
|
4180
|
+
"icon": "cloudflare.svg",
|
|
4181
|
+
"github": "https://github.com/danielroe/nuxt-turnstile",
|
|
4182
|
+
"website": "https://github.com/danielroe/nuxt-turnstile",
|
|
4183
|
+
"learn_more": "https://www.cloudflare.com/products/turnstile/",
|
|
4184
|
+
"category": "Security",
|
|
4185
|
+
"type": "3rd-party",
|
|
4186
|
+
"maintainers": [
|
|
4187
|
+
{
|
|
4188
|
+
"name": "Daniel Roe",
|
|
4189
|
+
"github": "danielroe",
|
|
4190
|
+
"twitter": "danielcroe"
|
|
4191
|
+
}
|
|
4192
|
+
],
|
|
4193
|
+
"compatibility": {
|
|
4194
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4195
|
+
"requires": {
|
|
4196
|
+
"bridge": true
|
|
4197
|
+
}
|
|
4198
|
+
}
|
|
4199
|
+
},
|
|
3997
4200
|
{
|
|
3998
4201
|
"name": "twa",
|
|
3999
4202
|
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
@@ -4018,6 +4221,39 @@
|
|
|
4018
4221
|
}
|
|
4019
4222
|
}
|
|
4020
4223
|
},
|
|
4224
|
+
{
|
|
4225
|
+
"name": "twicpics",
|
|
4226
|
+
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
4227
|
+
"repo": "TwicPics/components",
|
|
4228
|
+
"npm": "@twicpics/components",
|
|
4229
|
+
"icon": "twicpics.svg",
|
|
4230
|
+
"github": "https://github.com/TwicPics/components",
|
|
4231
|
+
"website": "https://www.twicpics.com/docs/components/nuxt-3",
|
|
4232
|
+
"learn_more": "https://www.twicpics.com",
|
|
4233
|
+
"category": "Images",
|
|
4234
|
+
"type": "3rd-party",
|
|
4235
|
+
"maintainers": [
|
|
4236
|
+
{
|
|
4237
|
+
"name": "Florent Bourgeois",
|
|
4238
|
+
"github": "florentb",
|
|
4239
|
+
"twitter": "florent_b"
|
|
4240
|
+
},
|
|
4241
|
+
{
|
|
4242
|
+
"name": "Julian Aubourg",
|
|
4243
|
+
"github": "jaubourg",
|
|
4244
|
+
"twitter": "jaubourg"
|
|
4245
|
+
},
|
|
4246
|
+
{
|
|
4247
|
+
"name": "Miguel Beignon",
|
|
4248
|
+
"github": "mbgspcii",
|
|
4249
|
+
"twitter": "m_beignon"
|
|
4250
|
+
}
|
|
4251
|
+
],
|
|
4252
|
+
"compatibility": {
|
|
4253
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4254
|
+
"requires": {}
|
|
4255
|
+
}
|
|
4256
|
+
},
|
|
4021
4257
|
{
|
|
4022
4258
|
"name": "typed-router",
|
|
4023
4259
|
"description": "Provide autocompletion for pages route names generated by Nuxt router",
|
|
@@ -4129,6 +4365,30 @@
|
|
|
4129
4365
|
"requires": {}
|
|
4130
4366
|
}
|
|
4131
4367
|
},
|
|
4368
|
+
{
|
|
4369
|
+
"name": "umami",
|
|
4370
|
+
"description": "Embed the Umami analytics library into Nuxt",
|
|
4371
|
+
"repo": "ijkml/nuxt-umami",
|
|
4372
|
+
"npm": "nuxt-umami",
|
|
4373
|
+
"icon": "umami.svg",
|
|
4374
|
+
"github": "https://github.com/ijkml/nuxt-umami",
|
|
4375
|
+
"website": "https://github.com/ijkml/nuxt-umami",
|
|
4376
|
+
"learn_more": "https://umami.is/docs/",
|
|
4377
|
+
"category": "Analytics",
|
|
4378
|
+
"type": "3rd-party",
|
|
4379
|
+
"maintainers": [
|
|
4380
|
+
{
|
|
4381
|
+
"name": "ML",
|
|
4382
|
+
"github": "ijkml"
|
|
4383
|
+
}
|
|
4384
|
+
],
|
|
4385
|
+
"compatibility": {
|
|
4386
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4387
|
+
"requires": {
|
|
4388
|
+
"bridge": "optional"
|
|
4389
|
+
}
|
|
4390
|
+
}
|
|
4391
|
+
},
|
|
4132
4392
|
{
|
|
4133
4393
|
"name": "universal-storage",
|
|
4134
4394
|
"description": "Universal Storage Utilities for Nuxt.js",
|
|
@@ -4365,6 +4625,28 @@
|
|
|
4365
4625
|
"requires": {}
|
|
4366
4626
|
}
|
|
4367
4627
|
},
|
|
4628
|
+
{
|
|
4629
|
+
"name": "vuestic",
|
|
4630
|
+
"description": "Vuestic UI module for Nuxt 3",
|
|
4631
|
+
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
4632
|
+
"npm": "@vuestic/nuxt",
|
|
4633
|
+
"icon": "",
|
|
4634
|
+
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
4635
|
+
"website": "https://vuestic.dev",
|
|
4636
|
+
"learn_more": "https://vuestic.dev/en/getting-started/nuxt",
|
|
4637
|
+
"category": "UI",
|
|
4638
|
+
"type": "3rd-party",
|
|
4639
|
+
"maintainers": [
|
|
4640
|
+
{
|
|
4641
|
+
"name": "epicmaxco",
|
|
4642
|
+
"github": "epicmaxco"
|
|
4643
|
+
}
|
|
4644
|
+
],
|
|
4645
|
+
"compatibility": {
|
|
4646
|
+
"nuxt": "^3.0.0",
|
|
4647
|
+
"requires": {}
|
|
4648
|
+
}
|
|
4649
|
+
},
|
|
4368
4650
|
{
|
|
4369
4651
|
"name": "vuetify",
|
|
4370
4652
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -4467,8 +4749,10 @@
|
|
|
4467
4749
|
}
|
|
4468
4750
|
],
|
|
4469
4751
|
"compatibility": {
|
|
4470
|
-
"nuxt": "^2.0.0",
|
|
4471
|
-
"requires": {
|
|
4752
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4753
|
+
"requires": {
|
|
4754
|
+
"bridge": "optional"
|
|
4755
|
+
}
|
|
4472
4756
|
}
|
|
4473
4757
|
},
|
|
4474
4758
|
{
|
|
@@ -4704,6 +4988,31 @@
|
|
|
4704
4988
|
"requires": {}
|
|
4705
4989
|
}
|
|
4706
4990
|
},
|
|
4991
|
+
{
|
|
4992
|
+
"name": "xstate",
|
|
4993
|
+
"description": "XState integration for Nuxt",
|
|
4994
|
+
"repo": "Lexpeartha/nuxt-xstate",
|
|
4995
|
+
"npm": "nuxt-xstate",
|
|
4996
|
+
"icon": "xstate.svg",
|
|
4997
|
+
"github": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
4998
|
+
"website": "https://nuxt-xstate.lexpeartha.com",
|
|
4999
|
+
"learn_more": "https://xstate.js.org/",
|
|
5000
|
+
"category": "Extensions",
|
|
5001
|
+
"type": "3rd-party",
|
|
5002
|
+
"maintainers": [
|
|
5003
|
+
{
|
|
5004
|
+
"name": "Lexpeartha",
|
|
5005
|
+
"github": "Lexpeartha",
|
|
5006
|
+
"twitter": "lexpeartha"
|
|
5007
|
+
}
|
|
5008
|
+
],
|
|
5009
|
+
"compatibility": {
|
|
5010
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5011
|
+
"requires": {
|
|
5012
|
+
"bridge": true
|
|
5013
|
+
}
|
|
5014
|
+
}
|
|
5015
|
+
},
|
|
4707
5016
|
{
|
|
4708
5017
|
"name": "xui",
|
|
4709
5018
|
"description": "Light module to help design websites with Nuxt.",
|