@nuxt/modules 0.5.0-617960 → 0.5.0-625992
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 +798 -74
- 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",
|
|
@@ -852,7 +896,7 @@
|
|
|
852
896
|
}
|
|
853
897
|
],
|
|
854
898
|
"compatibility": {
|
|
855
|
-
"nuxt": "^2.0.0",
|
|
899
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
856
900
|
"requires": {}
|
|
857
901
|
}
|
|
858
902
|
},
|
|
@@ -874,7 +918,7 @@
|
|
|
874
918
|
}
|
|
875
919
|
],
|
|
876
920
|
"compatibility": {
|
|
877
|
-
"nuxt": "^2.0.0",
|
|
921
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
878
922
|
"requires": {}
|
|
879
923
|
}
|
|
880
924
|
},
|
|
@@ -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",
|
|
@@ -980,6 +1024,30 @@
|
|
|
980
1024
|
"requires": {}
|
|
981
1025
|
}
|
|
982
1026
|
},
|
|
1027
|
+
{
|
|
1028
|
+
"name": "element-plus",
|
|
1029
|
+
"description": "A Vue 3 based component library for designers and developers",
|
|
1030
|
+
"repo": "element-plus/element-plus-nuxt",
|
|
1031
|
+
"npm": "@element-plus/nuxt",
|
|
1032
|
+
"icon": "element-plus.svg",
|
|
1033
|
+
"github": "https://github.com/element-plus/element-plus",
|
|
1034
|
+
"website": "https://element-plus.org",
|
|
1035
|
+
"learn_more": "https://github.com/element-plus/element-plus-nuxt",
|
|
1036
|
+
"category": "UI",
|
|
1037
|
+
"type": "3rd-party",
|
|
1038
|
+
"maintainers": [
|
|
1039
|
+
{
|
|
1040
|
+
"name": "tolking",
|
|
1041
|
+
"github": "tolking"
|
|
1042
|
+
}
|
|
1043
|
+
],
|
|
1044
|
+
"compatibility": {
|
|
1045
|
+
"nuxt": "^3.0.0",
|
|
1046
|
+
"requires": {
|
|
1047
|
+
"bridge": "optional"
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
983
1051
|
{
|
|
984
1052
|
"name": "emotion",
|
|
985
1053
|
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
|
|
@@ -1202,6 +1270,29 @@
|
|
|
1202
1270
|
"requires": {}
|
|
1203
1271
|
}
|
|
1204
1272
|
},
|
|
1273
|
+
{
|
|
1274
|
+
"name": "fontaine",
|
|
1275
|
+
"description": "Automatically optimized font fallback based on font metrics",
|
|
1276
|
+
"repo": "nuxt-modules/fontaine",
|
|
1277
|
+
"npm": "@nuxtjs/fontaine",
|
|
1278
|
+
"icon": "fontaine.png",
|
|
1279
|
+
"github": "https://github.com/nuxt-modules/fontaine",
|
|
1280
|
+
"website": "https://github.com/unjs/fontaine",
|
|
1281
|
+
"learn_more": "https://github.com/unjs/fontaine",
|
|
1282
|
+
"category": "Performance",
|
|
1283
|
+
"type": "community",
|
|
1284
|
+
"maintainers": [
|
|
1285
|
+
{
|
|
1286
|
+
"name": "Daniel Roe",
|
|
1287
|
+
"github": "danielroe",
|
|
1288
|
+
"twitter": "danielcroe"
|
|
1289
|
+
}
|
|
1290
|
+
],
|
|
1291
|
+
"compatibility": {
|
|
1292
|
+
"nuxt": "^3.0.0",
|
|
1293
|
+
"requires": {}
|
|
1294
|
+
}
|
|
1295
|
+
},
|
|
1205
1296
|
{
|
|
1206
1297
|
"name": "fontawesome",
|
|
1207
1298
|
"description": "Module to join nuxt and Fontawesome 5",
|
|
@@ -1308,13 +1399,17 @@
|
|
|
1308
1399
|
"category": "Analytics",
|
|
1309
1400
|
"type": "community",
|
|
1310
1401
|
"maintainers": [
|
|
1402
|
+
{
|
|
1403
|
+
"name": "Alexander Lichter",
|
|
1404
|
+
"github": "manniL"
|
|
1405
|
+
},
|
|
1311
1406
|
{
|
|
1312
1407
|
"name": "Troy Morehouse",
|
|
1313
1408
|
"github": "tmorehouse"
|
|
1314
1409
|
}
|
|
1315
1410
|
],
|
|
1316
1411
|
"compatibility": {
|
|
1317
|
-
"nuxt": "^2.0.0",
|
|
1412
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1318
1413
|
"requires": {}
|
|
1319
1414
|
}
|
|
1320
1415
|
},
|
|
@@ -1525,11 +1620,11 @@
|
|
|
1525
1620
|
{
|
|
1526
1621
|
"name": "harlem",
|
|
1527
1622
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1528
|
-
"repo": "nuxt-
|
|
1623
|
+
"repo": "nuxt-modules/harlem",
|
|
1529
1624
|
"npm": "@nuxtjs/harlem",
|
|
1530
1625
|
"icon": "harlem.svg",
|
|
1531
|
-
"github": "https://github.com/nuxt-
|
|
1532
|
-
"website": "https://github.com/nuxt-
|
|
1626
|
+
"github": "https://github.com/nuxt-modules/harlem",
|
|
1627
|
+
"website": "https://github.com/nuxt-modules/harlem",
|
|
1533
1628
|
"learn_more": "https://harlemjs.com/",
|
|
1534
1629
|
"category": "Extensions",
|
|
1535
1630
|
"type": "community",
|
|
@@ -1545,6 +1640,28 @@
|
|
|
1545
1640
|
"requires": {}
|
|
1546
1641
|
}
|
|
1547
1642
|
},
|
|
1643
|
+
{
|
|
1644
|
+
"name": "headlessui",
|
|
1645
|
+
"description": "Headless UI integration for Nuxt. Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.",
|
|
1646
|
+
"repo": "P4sca1/nuxt-headlessui",
|
|
1647
|
+
"npm": "nuxt-headlessui",
|
|
1648
|
+
"icon": "headlessui.png",
|
|
1649
|
+
"github": "https://github.com/P4sca1/nuxt-headlessui",
|
|
1650
|
+
"website": "https://github.com/P4sca1/nuxt-headlessui",
|
|
1651
|
+
"learn_more": "https://headlessui.com",
|
|
1652
|
+
"category": "UI",
|
|
1653
|
+
"type": "3rd-party",
|
|
1654
|
+
"maintainers": [
|
|
1655
|
+
{
|
|
1656
|
+
"name": "Pascal Sthamer",
|
|
1657
|
+
"github": "P4sca1"
|
|
1658
|
+
}
|
|
1659
|
+
],
|
|
1660
|
+
"compatibility": {
|
|
1661
|
+
"nuxt": "^3.0.0",
|
|
1662
|
+
"requires": {}
|
|
1663
|
+
}
|
|
1664
|
+
},
|
|
1548
1665
|
{
|
|
1549
1666
|
"name": "headway",
|
|
1550
1667
|
"description": "Headway changelog widget for Nuxt",
|
|
@@ -1659,10 +1776,10 @@
|
|
|
1659
1776
|
{
|
|
1660
1777
|
"name": "html-validator",
|
|
1661
1778
|
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1662
|
-
"repo": "nuxt-
|
|
1779
|
+
"repo": "nuxt-modules/html-validator",
|
|
1663
1780
|
"npm": "@nuxtjs/html-validator",
|
|
1664
1781
|
"icon": "html-validator.png",
|
|
1665
|
-
"github": "https://github.com/nuxt-
|
|
1782
|
+
"github": "https://github.com/nuxt-modules/html-validator",
|
|
1666
1783
|
"website": "https://html-validator.nuxtjs.org",
|
|
1667
1784
|
"learn_more": "https://html-validate.org",
|
|
1668
1785
|
"category": "Performance",
|
|
@@ -1675,8 +1792,10 @@
|
|
|
1675
1792
|
}
|
|
1676
1793
|
],
|
|
1677
1794
|
"compatibility": {
|
|
1678
|
-
"nuxt": "^2.0.0",
|
|
1679
|
-
"requires": {
|
|
1795
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1796
|
+
"requires": {
|
|
1797
|
+
"bridge": "optional"
|
|
1798
|
+
}
|
|
1680
1799
|
}
|
|
1681
1800
|
},
|
|
1682
1801
|
{
|
|
@@ -1734,7 +1853,7 @@
|
|
|
1734
1853
|
"name": "i18n",
|
|
1735
1854
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
1736
1855
|
"repo": "nuxt-community/i18n-module",
|
|
1737
|
-
"npm": "
|
|
1856
|
+
"npm": "@nuxtjs/i18n",
|
|
1738
1857
|
"icon": "i18n.png",
|
|
1739
1858
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1740
1859
|
"website": "https://i18n.nuxtjs.org",
|
|
@@ -1752,7 +1871,29 @@
|
|
|
1752
1871
|
}
|
|
1753
1872
|
],
|
|
1754
1873
|
"compatibility": {
|
|
1755
|
-
"nuxt": "^2.0.0",
|
|
1874
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1875
|
+
"requires": {}
|
|
1876
|
+
}
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"name": "icon",
|
|
1880
|
+
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
1881
|
+
"repo": "nuxt-modules/icon",
|
|
1882
|
+
"npm": "nuxt-icon",
|
|
1883
|
+
"icon": "nuxt-icon.png",
|
|
1884
|
+
"github": "https://github.com/nuxt-modules/icon",
|
|
1885
|
+
"website": "https://github.com/nuxt-modules/icon",
|
|
1886
|
+
"learn_more": "",
|
|
1887
|
+
"category": "UI",
|
|
1888
|
+
"type": "community",
|
|
1889
|
+
"maintainers": [
|
|
1890
|
+
{
|
|
1891
|
+
"name": "Atinux",
|
|
1892
|
+
"github": "Atinux"
|
|
1893
|
+
}
|
|
1894
|
+
],
|
|
1895
|
+
"compatibility": {
|
|
1896
|
+
"nuxt": "^3.0.0",
|
|
1756
1897
|
"requires": {}
|
|
1757
1898
|
}
|
|
1758
1899
|
},
|
|
@@ -1829,7 +1970,7 @@
|
|
|
1829
1970
|
}
|
|
1830
1971
|
],
|
|
1831
1972
|
"compatibility": {
|
|
1832
|
-
"nuxt": "^2.0.0",
|
|
1973
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1833
1974
|
"requires": {
|
|
1834
1975
|
"bridge": "optional"
|
|
1835
1976
|
}
|
|
@@ -1907,14 +2048,14 @@
|
|
|
1907
2048
|
{
|
|
1908
2049
|
"name": "ionic",
|
|
1909
2050
|
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
1910
|
-
"repo": "
|
|
1911
|
-
"npm": "
|
|
2051
|
+
"repo": "nuxt-modules/ionic",
|
|
2052
|
+
"npm": "@nuxtjs/ionic",
|
|
1912
2053
|
"icon": "ionic.svg",
|
|
1913
|
-
"github": "https://github.com/
|
|
1914
|
-
"website": "https://ionic.
|
|
2054
|
+
"github": "https://github.com/nuxt-modules/ionic",
|
|
2055
|
+
"website": "https://ionic.nuxtjs.org",
|
|
1915
2056
|
"learn_more": "https://ionicframework.com",
|
|
1916
2057
|
"category": "Libraries",
|
|
1917
|
-
"type": "
|
|
2058
|
+
"type": "community",
|
|
1918
2059
|
"maintainers": [
|
|
1919
2060
|
{
|
|
1920
2061
|
"name": "Daniel Roe",
|
|
@@ -1940,12 +2081,12 @@
|
|
|
1940
2081
|
"type": "3rd-party",
|
|
1941
2082
|
"maintainers": [
|
|
1942
2083
|
{
|
|
1943
|
-
"name": "
|
|
2084
|
+
"name": "Patrick Cate",
|
|
1944
2085
|
"github": "patrickcate"
|
|
1945
2086
|
}
|
|
1946
2087
|
],
|
|
1947
2088
|
"compatibility": {
|
|
1948
|
-
"nuxt": "^2.0.0",
|
|
2089
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1949
2090
|
"requires": {}
|
|
1950
2091
|
}
|
|
1951
2092
|
},
|
|
@@ -2548,6 +2689,50 @@
|
|
|
2548
2689
|
"requires": {}
|
|
2549
2690
|
}
|
|
2550
2691
|
},
|
|
2692
|
+
{
|
|
2693
|
+
"name": "nuxt-auth",
|
|
2694
|
+
"description": "",
|
|
2695
|
+
"repo": "sidebase/nuxt-auth",
|
|
2696
|
+
"npm": "@sidebase/nuxt-auth",
|
|
2697
|
+
"icon": "",
|
|
2698
|
+
"github": "https://github.com/sidebase/nuxt-auth",
|
|
2699
|
+
"website": "https://github.com/sidebase/nuxt-auth",
|
|
2700
|
+
"learn_more": "",
|
|
2701
|
+
"category": "Devtools",
|
|
2702
|
+
"type": "3rd-party",
|
|
2703
|
+
"maintainers": [
|
|
2704
|
+
{
|
|
2705
|
+
"name": "sidebase",
|
|
2706
|
+
"github": "sidebase"
|
|
2707
|
+
}
|
|
2708
|
+
],
|
|
2709
|
+
"compatibility": {
|
|
2710
|
+
"nuxt": "^2.0.0",
|
|
2711
|
+
"requires": {}
|
|
2712
|
+
}
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"name": "nuxt-graphql-playground",
|
|
2716
|
+
"description": "",
|
|
2717
|
+
"repo": "pinpon-dev/nuxt-graphql-playground",
|
|
2718
|
+
"npm": "@pin-pon/nuxt-graphql-playground",
|
|
2719
|
+
"icon": "",
|
|
2720
|
+
"github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
2721
|
+
"website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
2722
|
+
"learn_more": "",
|
|
2723
|
+
"category": "Devtools",
|
|
2724
|
+
"type": "3rd-party",
|
|
2725
|
+
"maintainers": [
|
|
2726
|
+
{
|
|
2727
|
+
"name": "pinpon-dev",
|
|
2728
|
+
"github": "pinpon-dev"
|
|
2729
|
+
}
|
|
2730
|
+
],
|
|
2731
|
+
"compatibility": {
|
|
2732
|
+
"nuxt": "^2.0.0",
|
|
2733
|
+
"requires": {}
|
|
2734
|
+
}
|
|
2735
|
+
},
|
|
2551
2736
|
{
|
|
2552
2737
|
"name": "nuxt-hue",
|
|
2553
2738
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -2572,6 +2757,28 @@
|
|
|
2572
2757
|
}
|
|
2573
2758
|
}
|
|
2574
2759
|
},
|
|
2760
|
+
{
|
|
2761
|
+
"name": "nuxt-monaco-editor",
|
|
2762
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
2763
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
2764
|
+
"npm": "nuxt-monaco-editor",
|
|
2765
|
+
"icon": "nuxt-monaco-editor.png",
|
|
2766
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2767
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2768
|
+
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
2769
|
+
"category": "Libraries",
|
|
2770
|
+
"type": "3rd-party",
|
|
2771
|
+
"maintainers": [
|
|
2772
|
+
{
|
|
2773
|
+
"name": "e-chan1007",
|
|
2774
|
+
"github": "e-chan1007"
|
|
2775
|
+
}
|
|
2776
|
+
],
|
|
2777
|
+
"compatibility": {
|
|
2778
|
+
"nuxt": "^3.0.0",
|
|
2779
|
+
"requires": {}
|
|
2780
|
+
}
|
|
2781
|
+
},
|
|
2575
2782
|
{
|
|
2576
2783
|
"name": "nuxt-pino-log",
|
|
2577
2784
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -2594,6 +2801,28 @@
|
|
|
2594
2801
|
"requires": {}
|
|
2595
2802
|
}
|
|
2596
2803
|
},
|
|
2804
|
+
{
|
|
2805
|
+
"name": "plausible",
|
|
2806
|
+
"description": "Nuxt 3 module to natively integrate Plausible analytics",
|
|
2807
|
+
"repo": "nuxt-modules/plausible",
|
|
2808
|
+
"npm": "@nuxtjs/plausible",
|
|
2809
|
+
"icon": "plausible.png",
|
|
2810
|
+
"github": "https://github.com/nuxt-modules/plausible",
|
|
2811
|
+
"website": "https://github.com/nuxt-modules/plausible",
|
|
2812
|
+
"learn_more": "https://plausible.io/",
|
|
2813
|
+
"category": "Analytics",
|
|
2814
|
+
"type": "community",
|
|
2815
|
+
"maintainers": [
|
|
2816
|
+
{
|
|
2817
|
+
"name": "Johann Schopplich",
|
|
2818
|
+
"github": "johannschopplich"
|
|
2819
|
+
}
|
|
2820
|
+
],
|
|
2821
|
+
"compatibility": {
|
|
2822
|
+
"nuxt": "^3.0.0",
|
|
2823
|
+
"requires": {}
|
|
2824
|
+
}
|
|
2825
|
+
},
|
|
2597
2826
|
{
|
|
2598
2827
|
"name": "nuxt-png-to-ico",
|
|
2599
2828
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -2641,6 +2870,100 @@
|
|
|
2641
2870
|
"requires": {}
|
|
2642
2871
|
}
|
|
2643
2872
|
},
|
|
2873
|
+
{
|
|
2874
|
+
"name": "ssr-lit",
|
|
2875
|
+
"description": "Server-Side Rendering for Lit Element components",
|
|
2876
|
+
"repo": "prashantpalikhe/nuxt-ssr-lit",
|
|
2877
|
+
"npm": "nuxt-ssr-lit",
|
|
2878
|
+
"icon": "",
|
|
2879
|
+
"github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
2880
|
+
"website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
2881
|
+
"learn_more": "",
|
|
2882
|
+
"category": "Libraries",
|
|
2883
|
+
"type": "3rd-party",
|
|
2884
|
+
"maintainers": [
|
|
2885
|
+
{
|
|
2886
|
+
"name": "Prashant Palikhe",
|
|
2887
|
+
"github": "prashantpalikhe",
|
|
2888
|
+
"twitter": "prashantpalikhe"
|
|
2889
|
+
},
|
|
2890
|
+
{
|
|
2891
|
+
"name": "Steve Workman",
|
|
2892
|
+
"github": "steveworkman",
|
|
2893
|
+
"twitter": "steveworkman"
|
|
2894
|
+
}
|
|
2895
|
+
],
|
|
2896
|
+
"compatibility": {
|
|
2897
|
+
"nuxt": "^3.0.0",
|
|
2898
|
+
"requires": {}
|
|
2899
|
+
}
|
|
2900
|
+
},
|
|
2901
|
+
{
|
|
2902
|
+
"name": "nuxt-storm",
|
|
2903
|
+
"description": "WebStorm & PHPStorm support for NuxtJS components",
|
|
2904
|
+
"repo": "fumeapp/nuxt-storm",
|
|
2905
|
+
"npm": "nuxt-storm",
|
|
2906
|
+
"icon": "nuxt-storm.png",
|
|
2907
|
+
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
2908
|
+
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
2909
|
+
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
2910
|
+
"category": "Devtools",
|
|
2911
|
+
"type": "3rd-party",
|
|
2912
|
+
"maintainers": [
|
|
2913
|
+
{
|
|
2914
|
+
"name": "fumeapp",
|
|
2915
|
+
"github": "fumeapp"
|
|
2916
|
+
}
|
|
2917
|
+
],
|
|
2918
|
+
"compatibility": {
|
|
2919
|
+
"nuxt": "^2.0.0",
|
|
2920
|
+
"requires": {}
|
|
2921
|
+
}
|
|
2922
|
+
},
|
|
2923
|
+
{
|
|
2924
|
+
"name": "nuxt-svgo",
|
|
2925
|
+
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
2926
|
+
"repo": "cpsoinos/nuxt-svgo",
|
|
2927
|
+
"npm": "nuxt-svgo",
|
|
2928
|
+
"icon": "nuxt-svgo.png",
|
|
2929
|
+
"github": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2930
|
+
"website": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2931
|
+
"learn_more": "",
|
|
2932
|
+
"category": "Images",
|
|
2933
|
+
"type": "3rd-party",
|
|
2934
|
+
"maintainers": [
|
|
2935
|
+
{
|
|
2936
|
+
"name": "cpsoinos",
|
|
2937
|
+
"github": "cpsoinos"
|
|
2938
|
+
}
|
|
2939
|
+
],
|
|
2940
|
+
"compatibility": {
|
|
2941
|
+
"nuxt": "^3.0.0",
|
|
2942
|
+
"requires": {}
|
|
2943
|
+
}
|
|
2944
|
+
},
|
|
2945
|
+
{
|
|
2946
|
+
"name": "nuxt-unleash",
|
|
2947
|
+
"description": "Nuxt.js module to use Unleash toggle feature services",
|
|
2948
|
+
"repo": "conejerock/nuxt-unleash",
|
|
2949
|
+
"npm": "nuxt-unleash",
|
|
2950
|
+
"icon": "nuxt-unleash.svg",
|
|
2951
|
+
"github": "https://github.com/conejerock/nuxt-unleash",
|
|
2952
|
+
"website": "https://github.com/conejerock/nuxt-unleash",
|
|
2953
|
+
"learn_more": "https://github.com/Unleash/unleash",
|
|
2954
|
+
"category": "Deployment",
|
|
2955
|
+
"type": "3rd-party",
|
|
2956
|
+
"maintainers": [
|
|
2957
|
+
{
|
|
2958
|
+
"name": "Juanjo Conejerock",
|
|
2959
|
+
"github": "conejerock"
|
|
2960
|
+
}
|
|
2961
|
+
],
|
|
2962
|
+
"compatibility": {
|
|
2963
|
+
"nuxt": "^2.0.0",
|
|
2964
|
+
"requires": {}
|
|
2965
|
+
}
|
|
2966
|
+
},
|
|
2644
2967
|
{
|
|
2645
2968
|
"name": "nuxt-use-motion",
|
|
2646
2969
|
"description": "A Nuxt module putting your components in motion",
|
|
@@ -2703,8 +3026,10 @@
|
|
|
2703
3026
|
}
|
|
2704
3027
|
],
|
|
2705
3028
|
"compatibility": {
|
|
2706
|
-
"nuxt": "^2.0.0",
|
|
2707
|
-
"requires": {
|
|
3029
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3030
|
+
"requires": {
|
|
3031
|
+
"bridge": "optional"
|
|
3032
|
+
}
|
|
2708
3033
|
}
|
|
2709
3034
|
},
|
|
2710
3035
|
{
|
|
@@ -2730,6 +3055,30 @@
|
|
|
2730
3055
|
"requires": {}
|
|
2731
3056
|
}
|
|
2732
3057
|
},
|
|
3058
|
+
{
|
|
3059
|
+
"name": "og-image",
|
|
3060
|
+
"description": "Easily generate dynamic social share images.",
|
|
3061
|
+
"repo": "harlan-zw/nuxt-og-image",
|
|
3062
|
+
"npm": "nuxt-og-image",
|
|
3063
|
+
"icon": "",
|
|
3064
|
+
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3065
|
+
"website": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3066
|
+
"learn_more": "",
|
|
3067
|
+
"category": "SEO",
|
|
3068
|
+
"type": "3rd-party",
|
|
3069
|
+
"maintainers": [
|
|
3070
|
+
{
|
|
3071
|
+
"name": "Harlan Wilton",
|
|
3072
|
+
"github": "harlan-zw",
|
|
3073
|
+
"twitter": "harlan_zw",
|
|
3074
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
3075
|
+
}
|
|
3076
|
+
],
|
|
3077
|
+
"compatibility": {
|
|
3078
|
+
"nuxt": "^3.0.0",
|
|
3079
|
+
"requires": {}
|
|
3080
|
+
}
|
|
3081
|
+
},
|
|
2733
3082
|
{
|
|
2734
3083
|
"name": "onesignal",
|
|
2735
3084
|
"description": "OneSignal is a Free, high volume and reliable push notification service for websites and mobile applications.",
|
|
@@ -2823,11 +3172,11 @@
|
|
|
2823
3172
|
{
|
|
2824
3173
|
"name": "partytown",
|
|
2825
3174
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2826
|
-
"repo": "nuxt-
|
|
3175
|
+
"repo": "nuxt-modules/partytown",
|
|
2827
3176
|
"npm": "@nuxtjs/partytown",
|
|
2828
3177
|
"icon": "partytown.svg",
|
|
2829
|
-
"github": "https://github.com/nuxt-
|
|
2830
|
-
"website": "https://github.com/nuxt-
|
|
3178
|
+
"github": "https://github.com/nuxt-modules/partytown",
|
|
3179
|
+
"website": "https://github.com/nuxt-modules/partytown",
|
|
2831
3180
|
"learn_more": "https://partytown.builder.io/",
|
|
2832
3181
|
"category": "Performance",
|
|
2833
3182
|
"type": "community",
|
|
@@ -2894,26 +3243,24 @@
|
|
|
2894
3243
|
},
|
|
2895
3244
|
{
|
|
2896
3245
|
"name": "plausible",
|
|
2897
|
-
"description": "
|
|
2898
|
-
"repo": "
|
|
2899
|
-
"npm": "
|
|
2900
|
-
"icon": "
|
|
2901
|
-
"github": "https://github.com/
|
|
2902
|
-
"website": "https://github.com/
|
|
3246
|
+
"description": "Nuxt 3 module to natively integrate Plausible analytics",
|
|
3247
|
+
"repo": "nuxt-modules/plausible",
|
|
3248
|
+
"npm": "@nuxtjs/plausible",
|
|
3249
|
+
"icon": "",
|
|
3250
|
+
"github": "https://github.com/nuxt-modules/plausible",
|
|
3251
|
+
"website": "https://github.com/nuxt-modules/plausible",
|
|
2903
3252
|
"learn_more": "",
|
|
2904
|
-
"category": "
|
|
2905
|
-
"type": "
|
|
2906
|
-
"maintainers": [
|
|
3253
|
+
"category": "Devtools",
|
|
3254
|
+
"type": "community",
|
|
3255
|
+
"maintainers": [
|
|
2907
3256
|
{
|
|
2908
|
-
"name": "
|
|
2909
|
-
"github": "
|
|
3257
|
+
"name": "nuxt-modules",
|
|
3258
|
+
"github": "nuxt-modules"
|
|
2910
3259
|
}
|
|
2911
3260
|
],
|
|
2912
3261
|
"compatibility": {
|
|
2913
|
-
"nuxt": "^2.0.0
|
|
2914
|
-
"requires": {
|
|
2915
|
-
"bridge": "optional"
|
|
2916
|
-
}
|
|
3262
|
+
"nuxt": "^2.0.0",
|
|
3263
|
+
"requires": {}
|
|
2917
3264
|
}
|
|
2918
3265
|
},
|
|
2919
3266
|
{
|
|
@@ -2941,28 +3288,19 @@
|
|
|
2941
3288
|
{
|
|
2942
3289
|
"name": "prismic",
|
|
2943
3290
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
2944
|
-
"repo": "nuxt-
|
|
3291
|
+
"repo": "nuxt-modules/prismic",
|
|
2945
3292
|
"npm": "@nuxtjs/prismic",
|
|
2946
3293
|
"icon": "prismic.png",
|
|
2947
|
-
"github": "https://github.com/nuxt-
|
|
3294
|
+
"github": "https://github.com/nuxt-modules/prismic",
|
|
2948
3295
|
"website": "https://prismic.nuxtjs.org",
|
|
2949
|
-
"learn_more": "https://prismic.io
|
|
3296
|
+
"learn_more": "https://prismic.io",
|
|
2950
3297
|
"category": "CMS",
|
|
2951
3298
|
"type": "community",
|
|
2952
3299
|
"maintainers": [
|
|
2953
|
-
{
|
|
2954
|
-
"name": "Sébastien Chopin",
|
|
2955
|
-
"github": "Atinux",
|
|
2956
|
-
"twitter": "Atinux"
|
|
2957
|
-
},
|
|
2958
3300
|
{
|
|
2959
3301
|
"name": "lihbr",
|
|
2960
3302
|
"github": "lihbr",
|
|
2961
3303
|
"twitter": "li_hbr"
|
|
2962
|
-
},
|
|
2963
|
-
{
|
|
2964
|
-
"name": "James Pegg",
|
|
2965
|
-
"github": "jamespegg"
|
|
2966
3304
|
}
|
|
2967
3305
|
],
|
|
2968
3306
|
"compatibility": {
|
|
@@ -3041,7 +3379,7 @@
|
|
|
3041
3379
|
{
|
|
3042
3380
|
"name": "purgecss",
|
|
3043
3381
|
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
|
|
3044
|
-
"repo": "Developmint/nuxt-purgecss",
|
|
3382
|
+
"repo": "Developmint/nuxt-purgecss#main",
|
|
3045
3383
|
"npm": "nuxt-purgecss",
|
|
3046
3384
|
"icon": "purgecss.png",
|
|
3047
3385
|
"github": "https://github.com/Developmint/nuxt-purgecss",
|
|
@@ -3056,7 +3394,7 @@
|
|
|
3056
3394
|
}
|
|
3057
3395
|
],
|
|
3058
3396
|
"compatibility": {
|
|
3059
|
-
"nuxt": "^2.0.0",
|
|
3397
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3060
3398
|
"requires": {}
|
|
3061
3399
|
}
|
|
3062
3400
|
},
|
|
@@ -3179,7 +3517,7 @@
|
|
|
3179
3517
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
3180
3518
|
"repo": "nuxt-community/robots-module",
|
|
3181
3519
|
"npm": "@nuxtjs/robots",
|
|
3182
|
-
"icon": "",
|
|
3520
|
+
"icon": "robots.png",
|
|
3183
3521
|
"github": "https://github.com/nuxt-community/robots-module",
|
|
3184
3522
|
"website": "https://github.com/nuxt-community/robots-module",
|
|
3185
3523
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
@@ -3192,8 +3530,10 @@
|
|
|
3192
3530
|
}
|
|
3193
3531
|
],
|
|
3194
3532
|
"compatibility": {
|
|
3195
|
-
"nuxt": "^2.0.0",
|
|
3196
|
-
"requires": {
|
|
3533
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3534
|
+
"requires": {
|
|
3535
|
+
"bridge": "optional"
|
|
3536
|
+
}
|
|
3197
3537
|
}
|
|
3198
3538
|
},
|
|
3199
3539
|
{
|
|
@@ -3267,10 +3607,10 @@
|
|
|
3267
3607
|
{
|
|
3268
3608
|
"name": "sanity",
|
|
3269
3609
|
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
3270
|
-
"repo": "nuxt-
|
|
3610
|
+
"repo": "nuxt-modules/sanity#main",
|
|
3271
3611
|
"npm": "@nuxtjs/sanity",
|
|
3272
3612
|
"icon": "sanity.png",
|
|
3273
|
-
"github": "https://github.com/nuxt-
|
|
3613
|
+
"github": "https://github.com/nuxt-modules/sanity#main",
|
|
3274
3614
|
"website": "https://sanity.nuxtjs.org",
|
|
3275
3615
|
"learn_more": "https://www.sanity.io/",
|
|
3276
3616
|
"category": "CMS",
|
|
@@ -3335,6 +3675,29 @@
|
|
|
3335
3675
|
"requires": {}
|
|
3336
3676
|
}
|
|
3337
3677
|
},
|
|
3678
|
+
{
|
|
3679
|
+
"name": "security",
|
|
3680
|
+
"description": "Security Module for Nuxt based on OWASP Top 10 and Helmet",
|
|
3681
|
+
"repo": "Baroshem/nuxt-security",
|
|
3682
|
+
"npm": "nuxt-security",
|
|
3683
|
+
"icon": "nuxt-security.svg",
|
|
3684
|
+
"github": "https://github.com/Baroshem/nuxt-security",
|
|
3685
|
+
"website": "https://nuxt-security.vercel.app/",
|
|
3686
|
+
"learn_more": "https://nuxt-security.vercel.app/",
|
|
3687
|
+
"category": "Security",
|
|
3688
|
+
"type": "3rd-party",
|
|
3689
|
+
"maintainers": [
|
|
3690
|
+
{
|
|
3691
|
+
"name": "Jakub Andrzejewski",
|
|
3692
|
+
"github": "Baroshem",
|
|
3693
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
3694
|
+
}
|
|
3695
|
+
],
|
|
3696
|
+
"compatibility": {
|
|
3697
|
+
"nuxt": "^3.0.0",
|
|
3698
|
+
"requires": {}
|
|
3699
|
+
}
|
|
3700
|
+
},
|
|
3338
3701
|
{
|
|
3339
3702
|
"name": "segment",
|
|
3340
3703
|
"description": "Nuxt.js module for Segment Analytics.js",
|
|
@@ -3379,6 +3742,28 @@
|
|
|
3379
3742
|
"requires": {}
|
|
3380
3743
|
}
|
|
3381
3744
|
},
|
|
3745
|
+
{
|
|
3746
|
+
"name": "seo-kit",
|
|
3747
|
+
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
3748
|
+
"repo": "harlan-zw/nuxt-seo-kit",
|
|
3749
|
+
"npm": "nuxt-seo-kit",
|
|
3750
|
+
"icon": "seo-kit.svg",
|
|
3751
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
3752
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
3753
|
+
"learn_more": "",
|
|
3754
|
+
"category": "SEO",
|
|
3755
|
+
"type": "3rd-party",
|
|
3756
|
+
"maintainers": [
|
|
3757
|
+
{
|
|
3758
|
+
"name": "harlan-zw",
|
|
3759
|
+
"github": "harlan-zw"
|
|
3760
|
+
}
|
|
3761
|
+
],
|
|
3762
|
+
"compatibility": {
|
|
3763
|
+
"nuxt": "^3.0.0",
|
|
3764
|
+
"requires": {}
|
|
3765
|
+
}
|
|
3766
|
+
},
|
|
3382
3767
|
{
|
|
3383
3768
|
"name": "seo-meta",
|
|
3384
3769
|
"description": "Simple generate seo metadata",
|
|
@@ -3447,6 +3832,29 @@
|
|
|
3447
3832
|
"requires": {}
|
|
3448
3833
|
}
|
|
3449
3834
|
},
|
|
3835
|
+
{
|
|
3836
|
+
"name": "session",
|
|
3837
|
+
"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",
|
|
3838
|
+
"repo": "sidebase/nuxt-session",
|
|
3839
|
+
"npm": "@sidebase/nuxt-session",
|
|
3840
|
+
"icon": "session.png",
|
|
3841
|
+
"github": "https://github.com/sidebase/nuxt-session",
|
|
3842
|
+
"website": "https://github.com/sidebase/nuxt-session",
|
|
3843
|
+
"learn_more": "https://github.com/sidebase",
|
|
3844
|
+
"category": "Security",
|
|
3845
|
+
"type": "3rd-party",
|
|
3846
|
+
"maintainers": [
|
|
3847
|
+
{
|
|
3848
|
+
"name": "sidebase",
|
|
3849
|
+
"github": "sidebase",
|
|
3850
|
+
"twitter": "sidebase_io"
|
|
3851
|
+
}
|
|
3852
|
+
],
|
|
3853
|
+
"compatibility": {
|
|
3854
|
+
"nuxt": "^3.0.0",
|
|
3855
|
+
"requires": {}
|
|
3856
|
+
}
|
|
3857
|
+
},
|
|
3450
3858
|
{
|
|
3451
3859
|
"name": "shopify",
|
|
3452
3860
|
"description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
|
|
@@ -3469,6 +3877,29 @@
|
|
|
3469
3877
|
"requires": {}
|
|
3470
3878
|
}
|
|
3471
3879
|
},
|
|
3880
|
+
{
|
|
3881
|
+
"name": "nuxt-auth",
|
|
3882
|
+
"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.",
|
|
3883
|
+
"repo": "sidebase/nuxt-auth",
|
|
3884
|
+
"npm": "@sidebase/nuxt-auth",
|
|
3885
|
+
"icon": "sidebase-auth.png",
|
|
3886
|
+
"github": "https://github.com/sidebase/nuxt-auth",
|
|
3887
|
+
"website": "https://github.com/sidebase/nuxt-auth",
|
|
3888
|
+
"learn_more": "https://github.com/sidebase",
|
|
3889
|
+
"category": "Security",
|
|
3890
|
+
"type": "3rd-party",
|
|
3891
|
+
"maintainers": [
|
|
3892
|
+
{
|
|
3893
|
+
"name": "sidebase",
|
|
3894
|
+
"github": "sidebase",
|
|
3895
|
+
"twitter": "sidebase_io"
|
|
3896
|
+
}
|
|
3897
|
+
],
|
|
3898
|
+
"compatibility": {
|
|
3899
|
+
"nuxt": "^3.0.0",
|
|
3900
|
+
"requires": {}
|
|
3901
|
+
}
|
|
3902
|
+
},
|
|
3472
3903
|
{
|
|
3473
3904
|
"name": "simple-line-icons",
|
|
3474
3905
|
"description": "Nuxt module to add simple-line-icons ",
|
|
@@ -3491,6 +3922,54 @@
|
|
|
3491
3922
|
"requires": {}
|
|
3492
3923
|
}
|
|
3493
3924
|
},
|
|
3925
|
+
{
|
|
3926
|
+
"name": "simple-robots",
|
|
3927
|
+
"description": "Simply manage the robots crawling your Nuxt app.",
|
|
3928
|
+
"repo": "harlan-zw/nuxt-simple-robots",
|
|
3929
|
+
"npm": "nuxt-simple-robots",
|
|
3930
|
+
"icon": "",
|
|
3931
|
+
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
3932
|
+
"website": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
3933
|
+
"learn_more": "",
|
|
3934
|
+
"category": "SEO",
|
|
3935
|
+
"type": "3rd-party",
|
|
3936
|
+
"maintainers": [
|
|
3937
|
+
{
|
|
3938
|
+
"name": "Harlan Wilton",
|
|
3939
|
+
"github": "harlan-zw",
|
|
3940
|
+
"twitter": "harlan_zw",
|
|
3941
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
3942
|
+
}
|
|
3943
|
+
],
|
|
3944
|
+
"compatibility": {
|
|
3945
|
+
"nuxt": "^3.0.0",
|
|
3946
|
+
"requires": {}
|
|
3947
|
+
}
|
|
3948
|
+
},
|
|
3949
|
+
{
|
|
3950
|
+
"name": "simple-sitemap",
|
|
3951
|
+
"description": "Simple, minimal sitemap.xml generation.",
|
|
3952
|
+
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
3953
|
+
"npm": "nuxt-simple-sitemap",
|
|
3954
|
+
"icon": "",
|
|
3955
|
+
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
3956
|
+
"website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
3957
|
+
"learn_more": "",
|
|
3958
|
+
"category": "SEO",
|
|
3959
|
+
"type": "3rd-party",
|
|
3960
|
+
"maintainers": [
|
|
3961
|
+
{
|
|
3962
|
+
"name": "Harlan Wilton",
|
|
3963
|
+
"github": "harlan-zw",
|
|
3964
|
+
"twitter": "harlan_zw",
|
|
3965
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
3966
|
+
}
|
|
3967
|
+
],
|
|
3968
|
+
"compatibility": {
|
|
3969
|
+
"nuxt": "^3.0.0",
|
|
3970
|
+
"requires": {}
|
|
3971
|
+
}
|
|
3972
|
+
},
|
|
3494
3973
|
{
|
|
3495
3974
|
"name": "sitemap",
|
|
3496
3975
|
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
@@ -3637,6 +4116,28 @@
|
|
|
3637
4116
|
"requires": {}
|
|
3638
4117
|
}
|
|
3639
4118
|
},
|
|
4119
|
+
{
|
|
4120
|
+
"name": "ssr-lit",
|
|
4121
|
+
"description": "",
|
|
4122
|
+
"repo": "prashantpalikhe/nuxt-ssr-lit",
|
|
4123
|
+
"npm": "nuxt-ssr-lit",
|
|
4124
|
+
"icon": "",
|
|
4125
|
+
"github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
4126
|
+
"website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
4127
|
+
"learn_more": "",
|
|
4128
|
+
"category": "Devtools",
|
|
4129
|
+
"type": "3rd-party",
|
|
4130
|
+
"maintainers": [
|
|
4131
|
+
{
|
|
4132
|
+
"name": "prashantpalikhe",
|
|
4133
|
+
"github": "prashantpalikhe"
|
|
4134
|
+
}
|
|
4135
|
+
],
|
|
4136
|
+
"compatibility": {
|
|
4137
|
+
"nuxt": "^2.0.0",
|
|
4138
|
+
"requires": {}
|
|
4139
|
+
}
|
|
4140
|
+
},
|
|
3640
4141
|
{
|
|
3641
4142
|
"name": "storage",
|
|
3642
4143
|
"description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
|
|
@@ -4066,6 +4567,31 @@
|
|
|
4066
4567
|
"requires": {}
|
|
4067
4568
|
}
|
|
4068
4569
|
},
|
|
4570
|
+
{
|
|
4571
|
+
"name": "turnstile",
|
|
4572
|
+
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
4573
|
+
"repo": "danielroe/nuxt-turnstile",
|
|
4574
|
+
"npm": "nuxt-turnstile",
|
|
4575
|
+
"icon": "cloudflare.svg",
|
|
4576
|
+
"github": "https://github.com/danielroe/nuxt-turnstile",
|
|
4577
|
+
"website": "https://github.com/danielroe/nuxt-turnstile",
|
|
4578
|
+
"learn_more": "https://www.cloudflare.com/products/turnstile/",
|
|
4579
|
+
"category": "Security",
|
|
4580
|
+
"type": "3rd-party",
|
|
4581
|
+
"maintainers": [
|
|
4582
|
+
{
|
|
4583
|
+
"name": "Daniel Roe",
|
|
4584
|
+
"github": "danielroe",
|
|
4585
|
+
"twitter": "danielcroe"
|
|
4586
|
+
}
|
|
4587
|
+
],
|
|
4588
|
+
"compatibility": {
|
|
4589
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4590
|
+
"requires": {
|
|
4591
|
+
"bridge": true
|
|
4592
|
+
}
|
|
4593
|
+
}
|
|
4594
|
+
},
|
|
4069
4595
|
{
|
|
4070
4596
|
"name": "twa",
|
|
4071
4597
|
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
@@ -4090,12 +4616,45 @@
|
|
|
4090
4616
|
}
|
|
4091
4617
|
}
|
|
4092
4618
|
},
|
|
4619
|
+
{
|
|
4620
|
+
"name": "twicpics",
|
|
4621
|
+
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
4622
|
+
"repo": "TwicPics/components",
|
|
4623
|
+
"npm": "@twicpics/components",
|
|
4624
|
+
"icon": "twicpics.svg",
|
|
4625
|
+
"github": "https://github.com/TwicPics/components",
|
|
4626
|
+
"website": "https://www.twicpics.com/docs/components/nuxt-3",
|
|
4627
|
+
"learn_more": "https://www.twicpics.com",
|
|
4628
|
+
"category": "Images",
|
|
4629
|
+
"type": "3rd-party",
|
|
4630
|
+
"maintainers": [
|
|
4631
|
+
{
|
|
4632
|
+
"name": "Florent Bourgeois",
|
|
4633
|
+
"github": "florentb",
|
|
4634
|
+
"twitter": "florent_b"
|
|
4635
|
+
},
|
|
4636
|
+
{
|
|
4637
|
+
"name": "Julian Aubourg",
|
|
4638
|
+
"github": "jaubourg",
|
|
4639
|
+
"twitter": "jaubourg"
|
|
4640
|
+
},
|
|
4641
|
+
{
|
|
4642
|
+
"name": "Miguel Beignon",
|
|
4643
|
+
"github": "mbgspcii",
|
|
4644
|
+
"twitter": "m_beignon"
|
|
4645
|
+
}
|
|
4646
|
+
],
|
|
4647
|
+
"compatibility": {
|
|
4648
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4649
|
+
"requires": {}
|
|
4650
|
+
}
|
|
4651
|
+
},
|
|
4093
4652
|
{
|
|
4094
4653
|
"name": "typed-router",
|
|
4095
4654
|
"description": "Provide autocompletion for pages route names generated by Nuxt router",
|
|
4096
4655
|
"repo": "victorgarciaesgi/nuxt-typed-router",
|
|
4097
4656
|
"npm": "nuxt-typed-router",
|
|
4098
|
-
"icon": "
|
|
4657
|
+
"icon": "typed-router.png",
|
|
4099
4658
|
"github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
4100
4659
|
"website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
4101
4660
|
"learn_more": "",
|
|
@@ -4201,6 +4760,52 @@
|
|
|
4201
4760
|
"requires": {}
|
|
4202
4761
|
}
|
|
4203
4762
|
},
|
|
4763
|
+
{
|
|
4764
|
+
"name": "umami",
|
|
4765
|
+
"description": "Embed the Umami analytics library into Nuxt",
|
|
4766
|
+
"repo": "ijkml/nuxt-umami",
|
|
4767
|
+
"npm": "nuxt-umami",
|
|
4768
|
+
"icon": "umami.svg",
|
|
4769
|
+
"github": "https://github.com/ijkml/nuxt-umami",
|
|
4770
|
+
"website": "https://github.com/ijkml/nuxt-umami",
|
|
4771
|
+
"learn_more": "https://umami.is/docs/",
|
|
4772
|
+
"category": "Analytics",
|
|
4773
|
+
"type": "3rd-party",
|
|
4774
|
+
"maintainers": [
|
|
4775
|
+
{
|
|
4776
|
+
"name": "ML",
|
|
4777
|
+
"github": "ijkml"
|
|
4778
|
+
}
|
|
4779
|
+
],
|
|
4780
|
+
"compatibility": {
|
|
4781
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4782
|
+
"requires": {
|
|
4783
|
+
"bridge": "optional"
|
|
4784
|
+
}
|
|
4785
|
+
}
|
|
4786
|
+
},
|
|
4787
|
+
{
|
|
4788
|
+
"name": "unhead",
|
|
4789
|
+
"description": "Experimental features for Nuxt SEO / head management.",
|
|
4790
|
+
"repo": "harlan-zw/nuxt-unhead",
|
|
4791
|
+
"npm": "nuxt-unhead",
|
|
4792
|
+
"icon": "",
|
|
4793
|
+
"github": "https://github.com/harlan-zw/nuxt-unhead",
|
|
4794
|
+
"website": "https://github.com/harlan-zw/nuxt-unhead",
|
|
4795
|
+
"learn_more": "",
|
|
4796
|
+
"category": "SEO",
|
|
4797
|
+
"type": "3rd-party",
|
|
4798
|
+
"maintainers": [
|
|
4799
|
+
{
|
|
4800
|
+
"name": "harlan-zw",
|
|
4801
|
+
"github": "harlan-zw"
|
|
4802
|
+
}
|
|
4803
|
+
],
|
|
4804
|
+
"compatibility": {
|
|
4805
|
+
"nuxt": "^3.0.0",
|
|
4806
|
+
"requires": {}
|
|
4807
|
+
}
|
|
4808
|
+
},
|
|
4204
4809
|
{
|
|
4205
4810
|
"name": "universal-storage",
|
|
4206
4811
|
"description": "Universal Storage Utilities for Nuxt.js",
|
|
@@ -4348,6 +4953,31 @@
|
|
|
4348
4953
|
"requires": {}
|
|
4349
4954
|
}
|
|
4350
4955
|
},
|
|
4956
|
+
{
|
|
4957
|
+
"name": "vue-macros",
|
|
4958
|
+
"description": "Explore and extend more macros and syntax sugar to Vue.",
|
|
4959
|
+
"repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
|
|
4960
|
+
"npm": "@vue-macros/nuxt",
|
|
4961
|
+
"icon": "vue-macros.svg",
|
|
4962
|
+
"github": "https://github.com/sxzz/unplugin-vue-macros",
|
|
4963
|
+
"website": "https://vue-macros.sxzz.moe",
|
|
4964
|
+
"learn_more": "https://github.com/sxzz/unplugin-vue-macros",
|
|
4965
|
+
"category": "Extensions",
|
|
4966
|
+
"type": "3rd-party",
|
|
4967
|
+
"maintainers": [
|
|
4968
|
+
{
|
|
4969
|
+
"name": "三咲智子 Kevin Deng",
|
|
4970
|
+
"github": "sxzz",
|
|
4971
|
+
"twitter": "sanxiaozhizi"
|
|
4972
|
+
}
|
|
4973
|
+
],
|
|
4974
|
+
"compatibility": {
|
|
4975
|
+
"nuxt": "^3.0.0",
|
|
4976
|
+
"requires": {
|
|
4977
|
+
"bridge": "optional"
|
|
4978
|
+
}
|
|
4979
|
+
}
|
|
4980
|
+
},
|
|
4351
4981
|
{
|
|
4352
4982
|
"name": "vue-material",
|
|
4353
4983
|
"description": "Module to join nuxt and vue-material framework so you can build well-designed apps with dynamic themes and components with an ease-to-use API.",
|
|
@@ -4392,6 +5022,28 @@
|
|
|
4392
5022
|
"requires": {}
|
|
4393
5023
|
}
|
|
4394
5024
|
},
|
|
5025
|
+
{
|
|
5026
|
+
"name": "vue-plausible",
|
|
5027
|
+
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
5028
|
+
"repo": "moritzsternemann/vue-plausible",
|
|
5029
|
+
"npm": "vue-plausible",
|
|
5030
|
+
"icon": "plausible.png",
|
|
5031
|
+
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
5032
|
+
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
5033
|
+
"learn_more": "",
|
|
5034
|
+
"category": "Analytics",
|
|
5035
|
+
"type": "3rd-party",
|
|
5036
|
+
"maintainers": [
|
|
5037
|
+
{
|
|
5038
|
+
"name": "moritzsternemann",
|
|
5039
|
+
"github": "moritzsternemann"
|
|
5040
|
+
}
|
|
5041
|
+
],
|
|
5042
|
+
"compatibility": {
|
|
5043
|
+
"nuxt": "^2.0.0",
|
|
5044
|
+
"requires": {}
|
|
5045
|
+
}
|
|
5046
|
+
},
|
|
4395
5047
|
{
|
|
4396
5048
|
"name": "vue-select",
|
|
4397
5049
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -4414,6 +5066,31 @@
|
|
|
4414
5066
|
"requires": {}
|
|
4415
5067
|
}
|
|
4416
5068
|
},
|
|
5069
|
+
{
|
|
5070
|
+
"name": "vue-transitions",
|
|
5071
|
+
"description": "Reusable interface transitions with no CSS needed ❤️",
|
|
5072
|
+
"repo": "MorevM/vue-transitions",
|
|
5073
|
+
"npm": "@morev/vue-transitions",
|
|
5074
|
+
"icon": "vue-transitions.svg",
|
|
5075
|
+
"github": "https://github.com/MorevM/vue-transitions",
|
|
5076
|
+
"website": "https://github.com/MorevM/vue-transitions#readme",
|
|
5077
|
+
"learn_more": "",
|
|
5078
|
+
"category": "UI",
|
|
5079
|
+
"type": "3rd-party",
|
|
5080
|
+
"maintainers": [
|
|
5081
|
+
{
|
|
5082
|
+
"name": "Maxim Morev",
|
|
5083
|
+
"github": "MorevM",
|
|
5084
|
+
"avatar": "https://avatars.githubusercontent.com/u/49679666?v=4"
|
|
5085
|
+
}
|
|
5086
|
+
],
|
|
5087
|
+
"compatibility": {
|
|
5088
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5089
|
+
"requires": {
|
|
5090
|
+
"bridge": "optional"
|
|
5091
|
+
}
|
|
5092
|
+
}
|
|
5093
|
+
},
|
|
4417
5094
|
{
|
|
4418
5095
|
"name": "vue-warehouse",
|
|
4419
5096
|
"description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
|
|
@@ -4437,6 +5114,28 @@
|
|
|
4437
5114
|
"requires": {}
|
|
4438
5115
|
}
|
|
4439
5116
|
},
|
|
5117
|
+
{
|
|
5118
|
+
"name": "vuestic",
|
|
5119
|
+
"description": "Vuestic UI module for Nuxt 3",
|
|
5120
|
+
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
5121
|
+
"npm": "@vuestic/nuxt",
|
|
5122
|
+
"icon": "vuestic.png",
|
|
5123
|
+
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
5124
|
+
"website": "https://vuestic.dev",
|
|
5125
|
+
"learn_more": "https://vuestic.dev/en/getting-started/nuxt",
|
|
5126
|
+
"category": "UI",
|
|
5127
|
+
"type": "3rd-party",
|
|
5128
|
+
"maintainers": [
|
|
5129
|
+
{
|
|
5130
|
+
"name": "epicmaxco",
|
|
5131
|
+
"github": "epicmaxco"
|
|
5132
|
+
}
|
|
5133
|
+
],
|
|
5134
|
+
"compatibility": {
|
|
5135
|
+
"nuxt": "^3.0.0",
|
|
5136
|
+
"requires": {}
|
|
5137
|
+
}
|
|
5138
|
+
},
|
|
4440
5139
|
{
|
|
4441
5140
|
"name": "vuetify",
|
|
4442
5141
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -4516,7 +5215,7 @@
|
|
|
4516
5215
|
"description": "Web Vitals for Nuxt",
|
|
4517
5216
|
"repo": "nuxt-community/web-vitals-module",
|
|
4518
5217
|
"npm": "@nuxtjs/web-vitals",
|
|
4519
|
-
"icon": "",
|
|
5218
|
+
"icon": "web-vitals.png",
|
|
4520
5219
|
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4521
5220
|
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
4522
5221
|
"learn_more": "",
|
|
@@ -4778,6 +5477,31 @@
|
|
|
4778
5477
|
"requires": {}
|
|
4779
5478
|
}
|
|
4780
5479
|
},
|
|
5480
|
+
{
|
|
5481
|
+
"name": "xstate",
|
|
5482
|
+
"description": "XState integration for Nuxt",
|
|
5483
|
+
"repo": "Lexpeartha/nuxt-xstate",
|
|
5484
|
+
"npm": "nuxt-xstate",
|
|
5485
|
+
"icon": "xstate.svg",
|
|
5486
|
+
"github": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
5487
|
+
"website": "https://nuxt-xstate.lexpeartha.com",
|
|
5488
|
+
"learn_more": "https://xstate.js.org/",
|
|
5489
|
+
"category": "Extensions",
|
|
5490
|
+
"type": "3rd-party",
|
|
5491
|
+
"maintainers": [
|
|
5492
|
+
{
|
|
5493
|
+
"name": "Lexpeartha",
|
|
5494
|
+
"github": "Lexpeartha",
|
|
5495
|
+
"twitter": "lexpeartha"
|
|
5496
|
+
}
|
|
5497
|
+
],
|
|
5498
|
+
"compatibility": {
|
|
5499
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5500
|
+
"requires": {
|
|
5501
|
+
"bridge": true
|
|
5502
|
+
}
|
|
5503
|
+
}
|
|
5504
|
+
},
|
|
4781
5505
|
{
|
|
4782
5506
|
"name": "xui",
|
|
4783
5507
|
"description": "Light module to help design websites with Nuxt.",
|