@nuxt/modules 0.5.0-29aa1c → 0.5.0-2a79b0
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 +432 -55
- 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",
|
|
@@ -146,6 +146,30 @@
|
|
|
146
146
|
"requires": {}
|
|
147
147
|
}
|
|
148
148
|
},
|
|
149
|
+
{
|
|
150
|
+
"name": "api-party",
|
|
151
|
+
"description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
|
|
152
|
+
"repo": "johannschopplich/nuxt-api-party",
|
|
153
|
+
"npm": "nuxt-api-party",
|
|
154
|
+
"icon": "api-party.svg",
|
|
155
|
+
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
156
|
+
"website": "https://github.com/johannschopplich/nuxt-api-party#readme",
|
|
157
|
+
"learn_more": "",
|
|
158
|
+
"category": "Request",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "Johann Schopplich",
|
|
163
|
+
"github": "johannschopplich",
|
|
164
|
+
"twitter": "jschopplich",
|
|
165
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
166
|
+
}
|
|
167
|
+
],
|
|
168
|
+
"compatibility": {
|
|
169
|
+
"nuxt": "^3.0.0",
|
|
170
|
+
"requires": {}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
149
173
|
{
|
|
150
174
|
"name": "apis-to-file",
|
|
151
175
|
"description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
|
|
@@ -173,26 +197,24 @@
|
|
|
173
197
|
{
|
|
174
198
|
"name": "apollo",
|
|
175
199
|
"description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
|
|
176
|
-
"repo": "nuxt-
|
|
200
|
+
"repo": "nuxt-modules/apollo",
|
|
177
201
|
"npm": "@nuxtjs/apollo",
|
|
178
202
|
"icon": "apollo.png",
|
|
179
|
-
"github": "https://github.com/nuxt-
|
|
180
|
-
"website": "https://
|
|
203
|
+
"github": "https://github.com/nuxt-modules/apollo",
|
|
204
|
+
"website": "https://apollo.nuxtjs.org",
|
|
181
205
|
"learn_more": "https://apollo.vuejs.org/guide/#what-is-graphql",
|
|
182
206
|
"category": "Request",
|
|
183
207
|
"type": "community",
|
|
184
208
|
"maintainers": [
|
|
185
209
|
{
|
|
186
|
-
"name": "
|
|
187
|
-
"github": "
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
"name": "Dominic Garms",
|
|
191
|
-
"github": "dohomi"
|
|
210
|
+
"name": "Conrawl Rogers",
|
|
211
|
+
"github": "diizzayy",
|
|
212
|
+
"twitter": "diizzayy",
|
|
213
|
+
"avatar": "https://avatars.githubusercontent.com/diizzayy?v=4"
|
|
192
214
|
}
|
|
193
215
|
],
|
|
194
216
|
"compatibility": {
|
|
195
|
-
"nuxt": "^2.0.0",
|
|
217
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
196
218
|
"requires": {}
|
|
197
219
|
}
|
|
198
220
|
},
|
|
@@ -503,6 +525,28 @@
|
|
|
503
525
|
"requires": {}
|
|
504
526
|
}
|
|
505
527
|
},
|
|
528
|
+
{
|
|
529
|
+
"name": "chatwoot",
|
|
530
|
+
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
531
|
+
"repo": "huntersofbook/huntersofbook#main/projects/chatwoot/packages/nuxt",
|
|
532
|
+
"npm": "@huntersofbook/chatwoot-nuxt",
|
|
533
|
+
"icon": "chatwoot.png",
|
|
534
|
+
"github": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
|
|
535
|
+
"website": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
|
|
536
|
+
"learn_more": "https://www.chatwoot.com",
|
|
537
|
+
"category": "Libraries",
|
|
538
|
+
"type": "3rd-party",
|
|
539
|
+
"maintainers": [
|
|
540
|
+
{
|
|
541
|
+
"name": "productdevbook",
|
|
542
|
+
"github": "productdevbook"
|
|
543
|
+
}
|
|
544
|
+
],
|
|
545
|
+
"compatibility": {
|
|
546
|
+
"nuxt": "^3.0.0",
|
|
547
|
+
"requires": {}
|
|
548
|
+
}
|
|
549
|
+
},
|
|
506
550
|
{
|
|
507
551
|
"name": "chiffre",
|
|
508
552
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
@@ -884,7 +928,7 @@
|
|
|
884
928
|
"repo": "intevel/nuxt-directus",
|
|
885
929
|
"npm": "nuxt-directus",
|
|
886
930
|
"icon": "directus.svg",
|
|
887
|
-
"github": "https://github.com/
|
|
931
|
+
"github": "https://github.com/directus/nuxt-directus/",
|
|
888
932
|
"website": "https://nuxt-directus.netlify.app/",
|
|
889
933
|
"learn_more": "https://nuxt-directus.netlify.app/",
|
|
890
934
|
"category": "CMS",
|
|
@@ -1202,6 +1246,29 @@
|
|
|
1202
1246
|
"requires": {}
|
|
1203
1247
|
}
|
|
1204
1248
|
},
|
|
1249
|
+
{
|
|
1250
|
+
"name": "fontaine",
|
|
1251
|
+
"description": "Automatically optimized font fallback based on font metrics",
|
|
1252
|
+
"repo": "nuxt-modules/fontaine",
|
|
1253
|
+
"npm": "@nuxtjs/fontaine",
|
|
1254
|
+
"icon": "fontaine.png",
|
|
1255
|
+
"github": "https://github.com/nuxt-modules/fontaine",
|
|
1256
|
+
"website": "https://github.com/unjs/fontaine",
|
|
1257
|
+
"learn_more": "https://github.com/unjs/fontaine",
|
|
1258
|
+
"category": "Performance",
|
|
1259
|
+
"type": "community",
|
|
1260
|
+
"maintainers": [
|
|
1261
|
+
{
|
|
1262
|
+
"name": "Daniel Roe",
|
|
1263
|
+
"github": "danielroe",
|
|
1264
|
+
"twitter": "danielcroe"
|
|
1265
|
+
}
|
|
1266
|
+
],
|
|
1267
|
+
"compatibility": {
|
|
1268
|
+
"nuxt": "^3.0.0",
|
|
1269
|
+
"requires": {}
|
|
1270
|
+
}
|
|
1271
|
+
},
|
|
1205
1272
|
{
|
|
1206
1273
|
"name": "fontawesome",
|
|
1207
1274
|
"description": "Module to join nuxt and Fontawesome 5",
|
|
@@ -1308,13 +1375,17 @@
|
|
|
1308
1375
|
"category": "Analytics",
|
|
1309
1376
|
"type": "community",
|
|
1310
1377
|
"maintainers": [
|
|
1378
|
+
{
|
|
1379
|
+
"name": "Alexander Lichter",
|
|
1380
|
+
"github": "manniL"
|
|
1381
|
+
},
|
|
1311
1382
|
{
|
|
1312
1383
|
"name": "Troy Morehouse",
|
|
1313
1384
|
"github": "tmorehouse"
|
|
1314
1385
|
}
|
|
1315
1386
|
],
|
|
1316
1387
|
"compatibility": {
|
|
1317
|
-
"nuxt": "^2.0.0",
|
|
1388
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1318
1389
|
"requires": {}
|
|
1319
1390
|
}
|
|
1320
1391
|
},
|
|
@@ -1545,6 +1616,28 @@
|
|
|
1545
1616
|
"requires": {}
|
|
1546
1617
|
}
|
|
1547
1618
|
},
|
|
1619
|
+
{
|
|
1620
|
+
"name": "headlessui",
|
|
1621
|
+
"description": "Headless UI integration for Nuxt. Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.",
|
|
1622
|
+
"repo": "P4sca1/nuxt-headlessui",
|
|
1623
|
+
"npm": "nuxt-headlessui",
|
|
1624
|
+
"icon": "headlessui.png",
|
|
1625
|
+
"github": "https://github.com/P4sca1/nuxt-headlessui",
|
|
1626
|
+
"website": "https://github.com/P4sca1/nuxt-headlessui",
|
|
1627
|
+
"learn_more": "https://headlessui.com",
|
|
1628
|
+
"category": "UI",
|
|
1629
|
+
"type": "3rd-party",
|
|
1630
|
+
"maintainers": [
|
|
1631
|
+
{
|
|
1632
|
+
"name": "Pascal Sthamer",
|
|
1633
|
+
"github": "P4sca1"
|
|
1634
|
+
}
|
|
1635
|
+
],
|
|
1636
|
+
"compatibility": {
|
|
1637
|
+
"nuxt": "^3.0.0",
|
|
1638
|
+
"requires": {}
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1548
1641
|
{
|
|
1549
1642
|
"name": "headway",
|
|
1550
1643
|
"description": "Headway changelog widget for Nuxt",
|
|
@@ -1675,8 +1768,10 @@
|
|
|
1675
1768
|
}
|
|
1676
1769
|
],
|
|
1677
1770
|
"compatibility": {
|
|
1678
|
-
"nuxt": "^2.0.0",
|
|
1679
|
-
"requires": {
|
|
1771
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1772
|
+
"requires": {
|
|
1773
|
+
"bridge": "optional"
|
|
1774
|
+
}
|
|
1680
1775
|
}
|
|
1681
1776
|
},
|
|
1682
1777
|
{
|
|
@@ -1734,7 +1829,7 @@
|
|
|
1734
1829
|
"name": "i18n",
|
|
1735
1830
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
1736
1831
|
"repo": "nuxt-community/i18n-module",
|
|
1737
|
-
"npm": "
|
|
1832
|
+
"npm": "@nuxtjs/i18n",
|
|
1738
1833
|
"icon": "i18n.png",
|
|
1739
1834
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1740
1835
|
"website": "https://i18n.nuxtjs.org",
|
|
@@ -1752,13 +1847,13 @@
|
|
|
1752
1847
|
}
|
|
1753
1848
|
],
|
|
1754
1849
|
"compatibility": {
|
|
1755
|
-
"nuxt": "^2.0.0",
|
|
1850
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1756
1851
|
"requires": {}
|
|
1757
1852
|
}
|
|
1758
1853
|
},
|
|
1759
1854
|
{
|
|
1760
1855
|
"name": "icon",
|
|
1761
|
-
"description": "",
|
|
1856
|
+
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
1762
1857
|
"repo": "nuxt-modules/icon",
|
|
1763
1858
|
"npm": "nuxt-icon",
|
|
1764
1859
|
"icon": "nuxt-icon.png",
|
|
@@ -1851,7 +1946,7 @@
|
|
|
1851
1946
|
}
|
|
1852
1947
|
],
|
|
1853
1948
|
"compatibility": {
|
|
1854
|
-
"nuxt": "^2.0.0",
|
|
1949
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1855
1950
|
"requires": {
|
|
1856
1951
|
"bridge": "optional"
|
|
1857
1952
|
}
|
|
@@ -1929,14 +2024,14 @@
|
|
|
1929
2024
|
{
|
|
1930
2025
|
"name": "ionic",
|
|
1931
2026
|
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
1932
|
-
"repo": "
|
|
1933
|
-
"npm": "
|
|
2027
|
+
"repo": "nuxt-modules/ionic",
|
|
2028
|
+
"npm": "@nuxtjs/ionic",
|
|
1934
2029
|
"icon": "ionic.svg",
|
|
1935
|
-
"github": "https://github.com/
|
|
1936
|
-
"website": "https://ionic.
|
|
2030
|
+
"github": "https://github.com/nuxt-modules/ionic",
|
|
2031
|
+
"website": "https://ionic.nuxtjs.org",
|
|
1937
2032
|
"learn_more": "https://ionicframework.com",
|
|
1938
2033
|
"category": "Libraries",
|
|
1939
|
-
"type": "
|
|
2034
|
+
"type": "community",
|
|
1940
2035
|
"maintainers": [
|
|
1941
2036
|
{
|
|
1942
2037
|
"name": "Daniel Roe",
|
|
@@ -2570,6 +2665,50 @@
|
|
|
2570
2665
|
"requires": {}
|
|
2571
2666
|
}
|
|
2572
2667
|
},
|
|
2668
|
+
{
|
|
2669
|
+
"name": "nuxt-auth",
|
|
2670
|
+
"description": "",
|
|
2671
|
+
"repo": "sidebase/nuxt-auth",
|
|
2672
|
+
"npm": "@sidebase/nuxt-auth",
|
|
2673
|
+
"icon": "",
|
|
2674
|
+
"github": "https://github.com/sidebase/nuxt-auth",
|
|
2675
|
+
"website": "https://github.com/sidebase/nuxt-auth",
|
|
2676
|
+
"learn_more": "",
|
|
2677
|
+
"category": "Devtools",
|
|
2678
|
+
"type": "3rd-party",
|
|
2679
|
+
"maintainers": [
|
|
2680
|
+
{
|
|
2681
|
+
"name": "sidebase",
|
|
2682
|
+
"github": "sidebase"
|
|
2683
|
+
}
|
|
2684
|
+
],
|
|
2685
|
+
"compatibility": {
|
|
2686
|
+
"nuxt": "^2.0.0",
|
|
2687
|
+
"requires": {}
|
|
2688
|
+
}
|
|
2689
|
+
},
|
|
2690
|
+
{
|
|
2691
|
+
"name": "nuxt-graphql-playground",
|
|
2692
|
+
"description": "",
|
|
2693
|
+
"repo": "pinpon-dev/nuxt-graphql-playground",
|
|
2694
|
+
"npm": "@pin-pon/nuxt-graphql-playground",
|
|
2695
|
+
"icon": "",
|
|
2696
|
+
"github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
2697
|
+
"website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
2698
|
+
"learn_more": "",
|
|
2699
|
+
"category": "Devtools",
|
|
2700
|
+
"type": "3rd-party",
|
|
2701
|
+
"maintainers": [
|
|
2702
|
+
{
|
|
2703
|
+
"name": "pinpon-dev",
|
|
2704
|
+
"github": "pinpon-dev"
|
|
2705
|
+
}
|
|
2706
|
+
],
|
|
2707
|
+
"compatibility": {
|
|
2708
|
+
"nuxt": "^2.0.0",
|
|
2709
|
+
"requires": {}
|
|
2710
|
+
}
|
|
2711
|
+
},
|
|
2573
2712
|
{
|
|
2574
2713
|
"name": "nuxt-hue",
|
|
2575
2714
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -2599,7 +2738,7 @@
|
|
|
2599
2738
|
"description": "Integrate monaco-editor with Nuxt",
|
|
2600
2739
|
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
2601
2740
|
"npm": "nuxt-monaco-editor",
|
|
2602
|
-
"icon": "",
|
|
2741
|
+
"icon": "nuxt-monaco-editor.png",
|
|
2603
2742
|
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2604
2743
|
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2605
2744
|
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
@@ -2638,6 +2777,28 @@
|
|
|
2638
2777
|
"requires": {}
|
|
2639
2778
|
}
|
|
2640
2779
|
},
|
|
2780
|
+
{
|
|
2781
|
+
"name": "plausible",
|
|
2782
|
+
"description": "Nuxt 3 module to natively integrate Plausible analytics",
|
|
2783
|
+
"repo": "nuxt-modules/plausible",
|
|
2784
|
+
"npm": "@nuxtjs/plausible",
|
|
2785
|
+
"icon": "plausible.png",
|
|
2786
|
+
"github": "https://github.com/nuxt-modules/plausible",
|
|
2787
|
+
"website": "https://github.com/nuxt-modules/plausible",
|
|
2788
|
+
"learn_more": "https://plausible.io/",
|
|
2789
|
+
"category": "Analytics",
|
|
2790
|
+
"type": "community",
|
|
2791
|
+
"maintainers": [
|
|
2792
|
+
{
|
|
2793
|
+
"name": "Johann Schopplich",
|
|
2794
|
+
"github": "johannschopplich"
|
|
2795
|
+
}
|
|
2796
|
+
],
|
|
2797
|
+
"compatibility": {
|
|
2798
|
+
"nuxt": "^3.0.0",
|
|
2799
|
+
"requires": {}
|
|
2800
|
+
}
|
|
2801
|
+
},
|
|
2641
2802
|
{
|
|
2642
2803
|
"name": "nuxt-png-to-ico",
|
|
2643
2804
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -2685,12 +2846,62 @@
|
|
|
2685
2846
|
"requires": {}
|
|
2686
2847
|
}
|
|
2687
2848
|
},
|
|
2849
|
+
{
|
|
2850
|
+
"name": "ssr-lit",
|
|
2851
|
+
"description": "Server-Side Rendering for Lit Element components",
|
|
2852
|
+
"repo": "prashantpalikhe/nuxt-ssr-lit",
|
|
2853
|
+
"npm": "nuxt-ssr-lit",
|
|
2854
|
+
"icon": "",
|
|
2855
|
+
"github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
2856
|
+
"website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
2857
|
+
"learn_more": "",
|
|
2858
|
+
"category": "Libraries",
|
|
2859
|
+
"type": "3rd-party",
|
|
2860
|
+
"maintainers": [
|
|
2861
|
+
{
|
|
2862
|
+
"name": "Prashant Palikhe",
|
|
2863
|
+
"github": "prashantpalikhe",
|
|
2864
|
+
"twitter": "prashantpalikhe"
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
"name": "Steve Workman",
|
|
2868
|
+
"github": "steveworkman",
|
|
2869
|
+
"twitter": "steveworkman"
|
|
2870
|
+
}
|
|
2871
|
+
],
|
|
2872
|
+
"compatibility": {
|
|
2873
|
+
"nuxt": "^3.0.0",
|
|
2874
|
+
"requires": {}
|
|
2875
|
+
}
|
|
2876
|
+
},
|
|
2877
|
+
{
|
|
2878
|
+
"name": "nuxt-storm",
|
|
2879
|
+
"description": "WebStorm & PHPStorm support for NuxtJS components",
|
|
2880
|
+
"repo": "fumeapp/nuxt-storm",
|
|
2881
|
+
"npm": "nuxt-storm",
|
|
2882
|
+
"icon": "nuxt-storm.png",
|
|
2883
|
+
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
2884
|
+
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
2885
|
+
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
2886
|
+
"category": "Devtools",
|
|
2887
|
+
"type": "3rd-party",
|
|
2888
|
+
"maintainers": [
|
|
2889
|
+
{
|
|
2890
|
+
"name": "fumeapp",
|
|
2891
|
+
"github": "fumeapp"
|
|
2892
|
+
}
|
|
2893
|
+
],
|
|
2894
|
+
"compatibility": {
|
|
2895
|
+
"nuxt": "^2.0.0",
|
|
2896
|
+
"requires": {}
|
|
2897
|
+
}
|
|
2898
|
+
},
|
|
2688
2899
|
{
|
|
2689
2900
|
"name": "nuxt-svgo",
|
|
2690
2901
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
2691
2902
|
"repo": "cpsoinos/nuxt-svgo",
|
|
2692
2903
|
"npm": "nuxt-svgo",
|
|
2693
|
-
"icon": "",
|
|
2904
|
+
"icon": "nuxt-svgo.png",
|
|
2694
2905
|
"github": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2695
2906
|
"website": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2696
2907
|
"learn_more": "",
|
|
@@ -2791,8 +3002,10 @@
|
|
|
2791
3002
|
}
|
|
2792
3003
|
],
|
|
2793
3004
|
"compatibility": {
|
|
2794
|
-
"nuxt": "^2.0.0",
|
|
2795
|
-
"requires": {
|
|
3005
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3006
|
+
"requires": {
|
|
3007
|
+
"bridge": "optional"
|
|
3008
|
+
}
|
|
2796
3009
|
}
|
|
2797
3010
|
},
|
|
2798
3011
|
{
|
|
@@ -2982,26 +3195,24 @@
|
|
|
2982
3195
|
},
|
|
2983
3196
|
{
|
|
2984
3197
|
"name": "plausible",
|
|
2985
|
-
"description": "
|
|
2986
|
-
"repo": "
|
|
2987
|
-
"npm": "
|
|
2988
|
-
"icon": "
|
|
2989
|
-
"github": "https://github.com/
|
|
2990
|
-
"website": "https://github.com/
|
|
3198
|
+
"description": "Nuxt 3 module to natively integrate Plausible analytics",
|
|
3199
|
+
"repo": "nuxt-modules/plausible",
|
|
3200
|
+
"npm": "@nuxtjs/plausible",
|
|
3201
|
+
"icon": "",
|
|
3202
|
+
"github": "https://github.com/nuxt-modules/plausible",
|
|
3203
|
+
"website": "https://github.com/nuxt-modules/plausible",
|
|
2991
3204
|
"learn_more": "",
|
|
2992
|
-
"category": "
|
|
2993
|
-
"type": "
|
|
3205
|
+
"category": "Devtools",
|
|
3206
|
+
"type": "community",
|
|
2994
3207
|
"maintainers": [
|
|
2995
3208
|
{
|
|
2996
|
-
"name": "
|
|
2997
|
-
"github": "
|
|
3209
|
+
"name": "nuxt-modules",
|
|
3210
|
+
"github": "nuxt-modules"
|
|
2998
3211
|
}
|
|
2999
3212
|
],
|
|
3000
3213
|
"compatibility": {
|
|
3001
|
-
"nuxt": "^2.0.0
|
|
3002
|
-
"requires": {
|
|
3003
|
-
"bridge": "optional"
|
|
3004
|
-
}
|
|
3214
|
+
"nuxt": "^2.0.0",
|
|
3215
|
+
"requires": {}
|
|
3005
3216
|
}
|
|
3006
3217
|
},
|
|
3007
3218
|
{
|
|
@@ -3120,7 +3331,7 @@
|
|
|
3120
3331
|
{
|
|
3121
3332
|
"name": "purgecss",
|
|
3122
3333
|
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
|
|
3123
|
-
"repo": "Developmint/nuxt-purgecss",
|
|
3334
|
+
"repo": "Developmint/nuxt-purgecss#main",
|
|
3124
3335
|
"npm": "nuxt-purgecss",
|
|
3125
3336
|
"icon": "purgecss.png",
|
|
3126
3337
|
"github": "https://github.com/Developmint/nuxt-purgecss",
|
|
@@ -3135,7 +3346,7 @@
|
|
|
3135
3346
|
}
|
|
3136
3347
|
],
|
|
3137
3348
|
"compatibility": {
|
|
3138
|
-
"nuxt": "^2.0.0",
|
|
3349
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3139
3350
|
"requires": {}
|
|
3140
3351
|
}
|
|
3141
3352
|
},
|
|
@@ -3258,7 +3469,7 @@
|
|
|
3258
3469
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
3259
3470
|
"repo": "nuxt-community/robots-module",
|
|
3260
3471
|
"npm": "@nuxtjs/robots",
|
|
3261
|
-
"icon": "",
|
|
3472
|
+
"icon": "robots.png",
|
|
3262
3473
|
"github": "https://github.com/nuxt-community/robots-module",
|
|
3263
3474
|
"website": "https://github.com/nuxt-community/robots-module",
|
|
3264
3475
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
@@ -3416,6 +3627,29 @@
|
|
|
3416
3627
|
"requires": {}
|
|
3417
3628
|
}
|
|
3418
3629
|
},
|
|
3630
|
+
{
|
|
3631
|
+
"name": "security",
|
|
3632
|
+
"description": "Security Module for Nuxt based on OWASP Top 10 and Helmet",
|
|
3633
|
+
"repo": "Baroshem/nuxt-security",
|
|
3634
|
+
"npm": "nuxt-security",
|
|
3635
|
+
"icon": "nuxt-security.svg",
|
|
3636
|
+
"github": "https://github.com/Baroshem/nuxt-security",
|
|
3637
|
+
"website": "https://nuxt-security.vercel.app/",
|
|
3638
|
+
"learn_more": "https://nuxt-security.vercel.app/",
|
|
3639
|
+
"category": "Security",
|
|
3640
|
+
"type": "3rd-party",
|
|
3641
|
+
"maintainers": [
|
|
3642
|
+
{
|
|
3643
|
+
"name": "Jakub Andrzejewski",
|
|
3644
|
+
"github": "Baroshem",
|
|
3645
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
3646
|
+
}
|
|
3647
|
+
],
|
|
3648
|
+
"compatibility": {
|
|
3649
|
+
"nuxt": "^3.0.0",
|
|
3650
|
+
"requires": {}
|
|
3651
|
+
}
|
|
3652
|
+
},
|
|
3419
3653
|
{
|
|
3420
3654
|
"name": "segment",
|
|
3421
3655
|
"description": "Nuxt.js module for Segment Analytics.js",
|
|
@@ -3528,6 +3762,29 @@
|
|
|
3528
3762
|
"requires": {}
|
|
3529
3763
|
}
|
|
3530
3764
|
},
|
|
3765
|
+
{
|
|
3766
|
+
"name": "session",
|
|
3767
|
+
"description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
|
|
3768
|
+
"repo": "sidebase/nuxt-session",
|
|
3769
|
+
"npm": "@sidebase/nuxt-session",
|
|
3770
|
+
"icon": "session.png",
|
|
3771
|
+
"github": "https://github.com/sidebase/nuxt-session",
|
|
3772
|
+
"website": "https://github.com/sidebase/nuxt-session",
|
|
3773
|
+
"learn_more": "https://github.com/sidebase",
|
|
3774
|
+
"category": "Security",
|
|
3775
|
+
"type": "3rd-party",
|
|
3776
|
+
"maintainers": [
|
|
3777
|
+
{
|
|
3778
|
+
"name": "sidebase",
|
|
3779
|
+
"github": "sidebase",
|
|
3780
|
+
"twitter": "sidebase_io"
|
|
3781
|
+
}
|
|
3782
|
+
],
|
|
3783
|
+
"compatibility": {
|
|
3784
|
+
"nuxt": "^3.0.0",
|
|
3785
|
+
"requires": {}
|
|
3786
|
+
}
|
|
3787
|
+
},
|
|
3531
3788
|
{
|
|
3532
3789
|
"name": "shopify",
|
|
3533
3790
|
"description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
|
|
@@ -3550,6 +3807,29 @@
|
|
|
3550
3807
|
"requires": {}
|
|
3551
3808
|
}
|
|
3552
3809
|
},
|
|
3810
|
+
{
|
|
3811
|
+
"name": "nuxt-auth",
|
|
3812
|
+
"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.",
|
|
3813
|
+
"repo": "sidebase/nuxt-auth",
|
|
3814
|
+
"npm": "@sidebase/nuxt-auth",
|
|
3815
|
+
"icon": "sidebase-auth.png",
|
|
3816
|
+
"github": "https://github.com/sidebase/nuxt-auth",
|
|
3817
|
+
"website": "https://github.com/sidebase/nuxt-auth",
|
|
3818
|
+
"learn_more": "https://github.com/sidebase",
|
|
3819
|
+
"category": "Security",
|
|
3820
|
+
"type": "3rd-party",
|
|
3821
|
+
"maintainers": [
|
|
3822
|
+
{
|
|
3823
|
+
"name": "sidebase",
|
|
3824
|
+
"github": "sidebase",
|
|
3825
|
+
"twitter": "sidebase_io"
|
|
3826
|
+
}
|
|
3827
|
+
],
|
|
3828
|
+
"compatibility": {
|
|
3829
|
+
"nuxt": "^3.0.0",
|
|
3830
|
+
"requires": {}
|
|
3831
|
+
}
|
|
3832
|
+
},
|
|
3553
3833
|
{
|
|
3554
3834
|
"name": "simple-line-icons",
|
|
3555
3835
|
"description": "Nuxt module to add simple-line-icons ",
|
|
@@ -3718,6 +3998,28 @@
|
|
|
3718
3998
|
"requires": {}
|
|
3719
3999
|
}
|
|
3720
4000
|
},
|
|
4001
|
+
{
|
|
4002
|
+
"name": "ssr-lit",
|
|
4003
|
+
"description": "",
|
|
4004
|
+
"repo": "prashantpalikhe/nuxt-ssr-lit",
|
|
4005
|
+
"npm": "nuxt-ssr-lit",
|
|
4006
|
+
"icon": "",
|
|
4007
|
+
"github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
4008
|
+
"website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
4009
|
+
"learn_more": "",
|
|
4010
|
+
"category": "Devtools",
|
|
4011
|
+
"type": "3rd-party",
|
|
4012
|
+
"maintainers": [
|
|
4013
|
+
{
|
|
4014
|
+
"name": "prashantpalikhe",
|
|
4015
|
+
"github": "prashantpalikhe"
|
|
4016
|
+
}
|
|
4017
|
+
],
|
|
4018
|
+
"compatibility": {
|
|
4019
|
+
"nuxt": "^2.0.0",
|
|
4020
|
+
"requires": {}
|
|
4021
|
+
}
|
|
4022
|
+
},
|
|
3721
4023
|
{
|
|
3722
4024
|
"name": "storage",
|
|
3723
4025
|
"description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
|
|
@@ -4147,6 +4449,31 @@
|
|
|
4147
4449
|
"requires": {}
|
|
4148
4450
|
}
|
|
4149
4451
|
},
|
|
4452
|
+
{
|
|
4453
|
+
"name": "turnstile",
|
|
4454
|
+
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
4455
|
+
"repo": "danielroe/nuxt-turnstile",
|
|
4456
|
+
"npm": "nuxt-turnstile",
|
|
4457
|
+
"icon": "cloudflare.svg",
|
|
4458
|
+
"github": "https://github.com/danielroe/nuxt-turnstile",
|
|
4459
|
+
"website": "https://github.com/danielroe/nuxt-turnstile",
|
|
4460
|
+
"learn_more": "https://www.cloudflare.com/products/turnstile/",
|
|
4461
|
+
"category": "Security",
|
|
4462
|
+
"type": "3rd-party",
|
|
4463
|
+
"maintainers": [
|
|
4464
|
+
{
|
|
4465
|
+
"name": "Daniel Roe",
|
|
4466
|
+
"github": "danielroe",
|
|
4467
|
+
"twitter": "danielcroe"
|
|
4468
|
+
}
|
|
4469
|
+
],
|
|
4470
|
+
"compatibility": {
|
|
4471
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4472
|
+
"requires": {
|
|
4473
|
+
"bridge": true
|
|
4474
|
+
}
|
|
4475
|
+
}
|
|
4476
|
+
},
|
|
4150
4477
|
{
|
|
4151
4478
|
"name": "twa",
|
|
4152
4479
|
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
@@ -4209,7 +4536,7 @@
|
|
|
4209
4536
|
"description": "Provide autocompletion for pages route names generated by Nuxt router",
|
|
4210
4537
|
"repo": "victorgarciaesgi/nuxt-typed-router",
|
|
4211
4538
|
"npm": "nuxt-typed-router",
|
|
4212
|
-
"icon": "
|
|
4539
|
+
"icon": "typed-router.png",
|
|
4213
4540
|
"github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
4214
4541
|
"website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
4215
4542
|
"learn_more": "",
|
|
@@ -4530,6 +4857,28 @@
|
|
|
4530
4857
|
"requires": {}
|
|
4531
4858
|
}
|
|
4532
4859
|
},
|
|
4860
|
+
{
|
|
4861
|
+
"name": "vue-plausible",
|
|
4862
|
+
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
4863
|
+
"repo": "moritzsternemann/vue-plausible",
|
|
4864
|
+
"npm": "vue-plausible",
|
|
4865
|
+
"icon": "plausible.png",
|
|
4866
|
+
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
4867
|
+
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
4868
|
+
"learn_more": "",
|
|
4869
|
+
"category": "Analytics",
|
|
4870
|
+
"type": "3rd-party",
|
|
4871
|
+
"maintainers": [
|
|
4872
|
+
{
|
|
4873
|
+
"name": "moritzsternemann",
|
|
4874
|
+
"github": "moritzsternemann"
|
|
4875
|
+
}
|
|
4876
|
+
],
|
|
4877
|
+
"compatibility": {
|
|
4878
|
+
"nuxt": "^2.0.0",
|
|
4879
|
+
"requires": {}
|
|
4880
|
+
}
|
|
4881
|
+
},
|
|
4533
4882
|
{
|
|
4534
4883
|
"name": "vue-select",
|
|
4535
4884
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -4552,6 +4901,31 @@
|
|
|
4552
4901
|
"requires": {}
|
|
4553
4902
|
}
|
|
4554
4903
|
},
|
|
4904
|
+
{
|
|
4905
|
+
"name": "vue-transitions",
|
|
4906
|
+
"description": "Reusable interface transitions with no CSS needed ❤️",
|
|
4907
|
+
"repo": "MorevM/vue-transitions",
|
|
4908
|
+
"npm": "@morev/vue-transitions",
|
|
4909
|
+
"icon": "vue-transitions.svg",
|
|
4910
|
+
"github": "https://github.com/MorevM/vue-transitions",
|
|
4911
|
+
"website": "https://github.com/MorevM/vue-transitions#readme",
|
|
4912
|
+
"learn_more": "",
|
|
4913
|
+
"category": "UI",
|
|
4914
|
+
"type": "3rd-party",
|
|
4915
|
+
"maintainers": [
|
|
4916
|
+
{
|
|
4917
|
+
"name": "Maxim Morev",
|
|
4918
|
+
"github": "MorevM",
|
|
4919
|
+
"avatar": "https://avatars.githubusercontent.com/u/49679666?v=4"
|
|
4920
|
+
}
|
|
4921
|
+
],
|
|
4922
|
+
"compatibility": {
|
|
4923
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4924
|
+
"requires": {
|
|
4925
|
+
"bridge": "optional"
|
|
4926
|
+
}
|
|
4927
|
+
}
|
|
4928
|
+
},
|
|
4555
4929
|
{
|
|
4556
4930
|
"name": "vue-warehouse",
|
|
4557
4931
|
"description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
|
|
@@ -4580,7 +4954,7 @@
|
|
|
4580
4954
|
"description": "Vuestic UI module for Nuxt 3",
|
|
4581
4955
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
4582
4956
|
"npm": "@vuestic/nuxt",
|
|
4583
|
-
"icon": "",
|
|
4957
|
+
"icon": "vuestic.png",
|
|
4584
4958
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
4585
4959
|
"website": "https://vuestic.dev",
|
|
4586
4960
|
"learn_more": "https://vuestic.dev/en/getting-started/nuxt",
|
|
@@ -4676,7 +5050,7 @@
|
|
|
4676
5050
|
"description": "Web Vitals for Nuxt",
|
|
4677
5051
|
"repo": "nuxt-community/web-vitals-module",
|
|
4678
5052
|
"npm": "@nuxtjs/web-vitals",
|
|
4679
|
-
"icon": "",
|
|
5053
|
+
"icon": "web-vitals.png",
|
|
4680
5054
|
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4681
5055
|
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
4682
5056
|
"learn_more": "",
|
|
@@ -4943,21 +5317,24 @@
|
|
|
4943
5317
|
"description": "XState integration for Nuxt",
|
|
4944
5318
|
"repo": "Lexpeartha/nuxt-xstate",
|
|
4945
5319
|
"npm": "nuxt-xstate",
|
|
4946
|
-
"icon": "",
|
|
5320
|
+
"icon": "xstate.svg",
|
|
4947
5321
|
"github": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
4948
|
-
"website": "https://
|
|
4949
|
-
"learn_more": "",
|
|
5322
|
+
"website": "https://nuxt-xstate.lexpeartha.com",
|
|
5323
|
+
"learn_more": "https://xstate.js.org/",
|
|
4950
5324
|
"category": "Extensions",
|
|
4951
5325
|
"type": "3rd-party",
|
|
4952
5326
|
"maintainers": [
|
|
4953
5327
|
{
|
|
4954
5328
|
"name": "Lexpeartha",
|
|
4955
|
-
"github": "Lexpeartha"
|
|
5329
|
+
"github": "Lexpeartha",
|
|
5330
|
+
"twitter": "lexpeartha"
|
|
4956
5331
|
}
|
|
4957
5332
|
],
|
|
4958
5333
|
"compatibility": {
|
|
4959
|
-
"nuxt": "^3.0.0",
|
|
4960
|
-
"requires": {
|
|
5334
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5335
|
+
"requires": {
|
|
5336
|
+
"bridge": true
|
|
5337
|
+
}
|
|
4961
5338
|
}
|
|
4962
5339
|
},
|
|
4963
5340
|
{
|