@nuxt/modules 0.5.0-fd7bbb → 0.6.0-0597f7
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/LICENSE +21 -0
- package/README.md +101 -0
- package/modules.json +915 -74
- package/package.json +30 -2
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
|
},
|
|
@@ -1477,6 +1572,28 @@
|
|
|
1477
1572
|
"requires": {}
|
|
1478
1573
|
}
|
|
1479
1574
|
},
|
|
1575
|
+
{
|
|
1576
|
+
"name": "graphql-server",
|
|
1577
|
+
"description": "Easy GraphQL server implementation with Nuxt",
|
|
1578
|
+
"repo": "tobiasdiez/nuxt-graphql-server",
|
|
1579
|
+
"npm": "nuxt-graphql-server",
|
|
1580
|
+
"icon": "",
|
|
1581
|
+
"github": "https://github.com/tobiasdiez/nuxt-graphql-server",
|
|
1582
|
+
"website": "https://github.com/tobiasdiez/nuxt-graphql-server",
|
|
1583
|
+
"learn_more": "",
|
|
1584
|
+
"category": "Request",
|
|
1585
|
+
"type": "3rd-party",
|
|
1586
|
+
"maintainers": [
|
|
1587
|
+
{
|
|
1588
|
+
"name": "tobiasdiez",
|
|
1589
|
+
"github": "tobiasdiez"
|
|
1590
|
+
}
|
|
1591
|
+
],
|
|
1592
|
+
"compatibility": {
|
|
1593
|
+
"nuxt": "^3.0.0",
|
|
1594
|
+
"requires": {}
|
|
1595
|
+
}
|
|
1596
|
+
},
|
|
1480
1597
|
{
|
|
1481
1598
|
"name": "gtm",
|
|
1482
1599
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -1525,11 +1642,11 @@
|
|
|
1525
1642
|
{
|
|
1526
1643
|
"name": "harlem",
|
|
1527
1644
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1528
|
-
"repo": "nuxt-
|
|
1645
|
+
"repo": "nuxt-modules/harlem",
|
|
1529
1646
|
"npm": "@nuxtjs/harlem",
|
|
1530
1647
|
"icon": "harlem.svg",
|
|
1531
|
-
"github": "https://github.com/nuxt-
|
|
1532
|
-
"website": "https://github.com/nuxt-
|
|
1648
|
+
"github": "https://github.com/nuxt-modules/harlem",
|
|
1649
|
+
"website": "https://github.com/nuxt-modules/harlem",
|
|
1533
1650
|
"learn_more": "https://harlemjs.com/",
|
|
1534
1651
|
"category": "Extensions",
|
|
1535
1652
|
"type": "community",
|
|
@@ -1545,6 +1662,28 @@
|
|
|
1545
1662
|
"requires": {}
|
|
1546
1663
|
}
|
|
1547
1664
|
},
|
|
1665
|
+
{
|
|
1666
|
+
"name": "headlessui",
|
|
1667
|
+
"description": "Headless UI integration for Nuxt. Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.",
|
|
1668
|
+
"repo": "P4sca1/nuxt-headlessui",
|
|
1669
|
+
"npm": "nuxt-headlessui",
|
|
1670
|
+
"icon": "headlessui.png",
|
|
1671
|
+
"github": "https://github.com/P4sca1/nuxt-headlessui",
|
|
1672
|
+
"website": "https://github.com/P4sca1/nuxt-headlessui",
|
|
1673
|
+
"learn_more": "https://headlessui.com",
|
|
1674
|
+
"category": "UI",
|
|
1675
|
+
"type": "3rd-party",
|
|
1676
|
+
"maintainers": [
|
|
1677
|
+
{
|
|
1678
|
+
"name": "Pascal Sthamer",
|
|
1679
|
+
"github": "P4sca1"
|
|
1680
|
+
}
|
|
1681
|
+
],
|
|
1682
|
+
"compatibility": {
|
|
1683
|
+
"nuxt": "^3.0.0",
|
|
1684
|
+
"requires": {}
|
|
1685
|
+
}
|
|
1686
|
+
},
|
|
1548
1687
|
{
|
|
1549
1688
|
"name": "headway",
|
|
1550
1689
|
"description": "Headway changelog widget for Nuxt",
|
|
@@ -1659,10 +1798,10 @@
|
|
|
1659
1798
|
{
|
|
1660
1799
|
"name": "html-validator",
|
|
1661
1800
|
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1662
|
-
"repo": "nuxt-
|
|
1801
|
+
"repo": "nuxt-modules/html-validator",
|
|
1663
1802
|
"npm": "@nuxtjs/html-validator",
|
|
1664
1803
|
"icon": "html-validator.png",
|
|
1665
|
-
"github": "https://github.com/nuxt-
|
|
1804
|
+
"github": "https://github.com/nuxt-modules/html-validator",
|
|
1666
1805
|
"website": "https://html-validator.nuxtjs.org",
|
|
1667
1806
|
"learn_more": "https://html-validate.org",
|
|
1668
1807
|
"category": "Performance",
|
|
@@ -1675,8 +1814,10 @@
|
|
|
1675
1814
|
}
|
|
1676
1815
|
],
|
|
1677
1816
|
"compatibility": {
|
|
1678
|
-
"nuxt": "^2.0.0",
|
|
1679
|
-
"requires": {
|
|
1817
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1818
|
+
"requires": {
|
|
1819
|
+
"bridge": "optional"
|
|
1820
|
+
}
|
|
1680
1821
|
}
|
|
1681
1822
|
},
|
|
1682
1823
|
{
|
|
@@ -1734,7 +1875,7 @@
|
|
|
1734
1875
|
"name": "i18n",
|
|
1735
1876
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
1736
1877
|
"repo": "nuxt-community/i18n-module",
|
|
1737
|
-
"npm": "
|
|
1878
|
+
"npm": "@nuxtjs/i18n",
|
|
1738
1879
|
"icon": "i18n.png",
|
|
1739
1880
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1740
1881
|
"website": "https://i18n.nuxtjs.org",
|
|
@@ -1752,7 +1893,29 @@
|
|
|
1752
1893
|
}
|
|
1753
1894
|
],
|
|
1754
1895
|
"compatibility": {
|
|
1755
|
-
"nuxt": "^2.0.0",
|
|
1896
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1897
|
+
"requires": {}
|
|
1898
|
+
}
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
"name": "icon",
|
|
1902
|
+
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
1903
|
+
"repo": "nuxt-modules/icon",
|
|
1904
|
+
"npm": "nuxt-icon",
|
|
1905
|
+
"icon": "nuxt-icon.png",
|
|
1906
|
+
"github": "https://github.com/nuxt-modules/icon",
|
|
1907
|
+
"website": "https://github.com/nuxt-modules/icon",
|
|
1908
|
+
"learn_more": "",
|
|
1909
|
+
"category": "UI",
|
|
1910
|
+
"type": "community",
|
|
1911
|
+
"maintainers": [
|
|
1912
|
+
{
|
|
1913
|
+
"name": "Atinux",
|
|
1914
|
+
"github": "Atinux"
|
|
1915
|
+
}
|
|
1916
|
+
],
|
|
1917
|
+
"compatibility": {
|
|
1918
|
+
"nuxt": "^3.0.0",
|
|
1756
1919
|
"requires": {}
|
|
1757
1920
|
}
|
|
1758
1921
|
},
|
|
@@ -1829,7 +1992,7 @@
|
|
|
1829
1992
|
}
|
|
1830
1993
|
],
|
|
1831
1994
|
"compatibility": {
|
|
1832
|
-
"nuxt": "^2.0.0",
|
|
1995
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1833
1996
|
"requires": {
|
|
1834
1997
|
"bridge": "optional"
|
|
1835
1998
|
}
|
|
@@ -1907,14 +2070,14 @@
|
|
|
1907
2070
|
{
|
|
1908
2071
|
"name": "ionic",
|
|
1909
2072
|
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
1910
|
-
"repo": "
|
|
1911
|
-
"npm": "
|
|
2073
|
+
"repo": "nuxt-modules/ionic",
|
|
2074
|
+
"npm": "@nuxtjs/ionic",
|
|
1912
2075
|
"icon": "ionic.svg",
|
|
1913
|
-
"github": "https://github.com/
|
|
1914
|
-
"website": "https://ionic.
|
|
2076
|
+
"github": "https://github.com/nuxt-modules/ionic",
|
|
2077
|
+
"website": "https://ionic.nuxtjs.org",
|
|
1915
2078
|
"learn_more": "https://ionicframework.com",
|
|
1916
2079
|
"category": "Libraries",
|
|
1917
|
-
"type": "
|
|
2080
|
+
"type": "community",
|
|
1918
2081
|
"maintainers": [
|
|
1919
2082
|
{
|
|
1920
2083
|
"name": "Daniel Roe",
|
|
@@ -1940,12 +2103,12 @@
|
|
|
1940
2103
|
"type": "3rd-party",
|
|
1941
2104
|
"maintainers": [
|
|
1942
2105
|
{
|
|
1943
|
-
"name": "
|
|
2106
|
+
"name": "Patrick Cate",
|
|
1944
2107
|
"github": "patrickcate"
|
|
1945
2108
|
}
|
|
1946
2109
|
],
|
|
1947
2110
|
"compatibility": {
|
|
1948
|
-
"nuxt": "^2.0.0",
|
|
2111
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1949
2112
|
"requires": {}
|
|
1950
2113
|
}
|
|
1951
2114
|
},
|
|
@@ -2083,6 +2246,30 @@
|
|
|
2083
2246
|
"requires": {}
|
|
2084
2247
|
}
|
|
2085
2248
|
},
|
|
2249
|
+
{
|
|
2250
|
+
"name": "link-checker",
|
|
2251
|
+
"description": "",
|
|
2252
|
+
"repo": "harlan-zw/nuxt-link-checker",
|
|
2253
|
+
"npm": "nuxt-link-checker",
|
|
2254
|
+
"icon": "",
|
|
2255
|
+
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2256
|
+
"website": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2257
|
+
"learn_more": "",
|
|
2258
|
+
"category": "SEO",
|
|
2259
|
+
"type": "3rd-party",
|
|
2260
|
+
"maintainers": [
|
|
2261
|
+
{
|
|
2262
|
+
"name": "Harlan Wilton",
|
|
2263
|
+
"github": "harlan-zw",
|
|
2264
|
+
"twitter": "harlan_zw",
|
|
2265
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
2266
|
+
}
|
|
2267
|
+
],
|
|
2268
|
+
"compatibility": {
|
|
2269
|
+
"nuxt": "^3.0.0",
|
|
2270
|
+
"requires": {}
|
|
2271
|
+
}
|
|
2272
|
+
},
|
|
2086
2273
|
{
|
|
2087
2274
|
"name": "localforage",
|
|
2088
2275
|
"description": "LocalForage is a fast and simple storage library for JavaScript",
|
|
@@ -2548,6 +2735,50 @@
|
|
|
2548
2735
|
"requires": {}
|
|
2549
2736
|
}
|
|
2550
2737
|
},
|
|
2738
|
+
{
|
|
2739
|
+
"name": "nuxt-auth",
|
|
2740
|
+
"description": "",
|
|
2741
|
+
"repo": "sidebase/nuxt-auth",
|
|
2742
|
+
"npm": "@sidebase/nuxt-auth",
|
|
2743
|
+
"icon": "",
|
|
2744
|
+
"github": "https://github.com/sidebase/nuxt-auth",
|
|
2745
|
+
"website": "https://github.com/sidebase/nuxt-auth",
|
|
2746
|
+
"learn_more": "",
|
|
2747
|
+
"category": "Devtools",
|
|
2748
|
+
"type": "3rd-party",
|
|
2749
|
+
"maintainers": [
|
|
2750
|
+
{
|
|
2751
|
+
"name": "sidebase",
|
|
2752
|
+
"github": "sidebase"
|
|
2753
|
+
}
|
|
2754
|
+
],
|
|
2755
|
+
"compatibility": {
|
|
2756
|
+
"nuxt": "^2.0.0",
|
|
2757
|
+
"requires": {}
|
|
2758
|
+
}
|
|
2759
|
+
},
|
|
2760
|
+
{
|
|
2761
|
+
"name": "nuxt-graphql-playground",
|
|
2762
|
+
"description": "",
|
|
2763
|
+
"repo": "pinpon-dev/nuxt-graphql-playground",
|
|
2764
|
+
"npm": "@pin-pon/nuxt-graphql-playground",
|
|
2765
|
+
"icon": "",
|
|
2766
|
+
"github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
2767
|
+
"website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
2768
|
+
"learn_more": "",
|
|
2769
|
+
"category": "Devtools",
|
|
2770
|
+
"type": "3rd-party",
|
|
2771
|
+
"maintainers": [
|
|
2772
|
+
{
|
|
2773
|
+
"name": "pinpon-dev",
|
|
2774
|
+
"github": "pinpon-dev"
|
|
2775
|
+
}
|
|
2776
|
+
],
|
|
2777
|
+
"compatibility": {
|
|
2778
|
+
"nuxt": "^2.0.0",
|
|
2779
|
+
"requires": {}
|
|
2780
|
+
}
|
|
2781
|
+
},
|
|
2551
2782
|
{
|
|
2552
2783
|
"name": "nuxt-hue",
|
|
2553
2784
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -2572,6 +2803,51 @@
|
|
|
2572
2803
|
}
|
|
2573
2804
|
}
|
|
2574
2805
|
},
|
|
2806
|
+
{
|
|
2807
|
+
"name": "nuxt-localtunnel",
|
|
2808
|
+
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
2809
|
+
"repo": "nuxtus/localtunnel",
|
|
2810
|
+
"npm": "@nuxtus/nuxt-localtunnel",
|
|
2811
|
+
"icon": "nuxt-localtunnel.svg",
|
|
2812
|
+
"github": "https://github.com/nuxtus/localtunnel",
|
|
2813
|
+
"website": "https://nuxtus.com",
|
|
2814
|
+
"learn_more": "https://docs.nuxtus.com/#/localtunnel",
|
|
2815
|
+
"category": "Devtools",
|
|
2816
|
+
"type": "3rd-party",
|
|
2817
|
+
"maintainers": [
|
|
2818
|
+
{
|
|
2819
|
+
"name": "Craig Harman",
|
|
2820
|
+
"github": "craigharman",
|
|
2821
|
+
"twitter": "craig_harman"
|
|
2822
|
+
}
|
|
2823
|
+
],
|
|
2824
|
+
"compatibility": {
|
|
2825
|
+
"nuxt": "^3.0.0",
|
|
2826
|
+
"requires": {}
|
|
2827
|
+
}
|
|
2828
|
+
},
|
|
2829
|
+
{
|
|
2830
|
+
"name": "nuxt-monaco-editor",
|
|
2831
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
2832
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
2833
|
+
"npm": "nuxt-monaco-editor",
|
|
2834
|
+
"icon": "nuxt-monaco-editor.png",
|
|
2835
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2836
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2837
|
+
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
2838
|
+
"category": "Libraries",
|
|
2839
|
+
"type": "3rd-party",
|
|
2840
|
+
"maintainers": [
|
|
2841
|
+
{
|
|
2842
|
+
"name": "e-chan1007",
|
|
2843
|
+
"github": "e-chan1007"
|
|
2844
|
+
}
|
|
2845
|
+
],
|
|
2846
|
+
"compatibility": {
|
|
2847
|
+
"nuxt": "^3.0.0",
|
|
2848
|
+
"requires": {}
|
|
2849
|
+
}
|
|
2850
|
+
},
|
|
2575
2851
|
{
|
|
2576
2852
|
"name": "nuxt-pino-log",
|
|
2577
2853
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -2594,6 +2870,28 @@
|
|
|
2594
2870
|
"requires": {}
|
|
2595
2871
|
}
|
|
2596
2872
|
},
|
|
2873
|
+
{
|
|
2874
|
+
"name": "plausible",
|
|
2875
|
+
"description": "Nuxt 3 module to natively integrate Plausible analytics",
|
|
2876
|
+
"repo": "nuxt-modules/plausible",
|
|
2877
|
+
"npm": "@nuxtjs/plausible",
|
|
2878
|
+
"icon": "plausible.png",
|
|
2879
|
+
"github": "https://github.com/nuxt-modules/plausible",
|
|
2880
|
+
"website": "https://github.com/nuxt-modules/plausible",
|
|
2881
|
+
"learn_more": "https://plausible.io/",
|
|
2882
|
+
"category": "Analytics",
|
|
2883
|
+
"type": "community",
|
|
2884
|
+
"maintainers": [
|
|
2885
|
+
{
|
|
2886
|
+
"name": "Johann Schopplich",
|
|
2887
|
+
"github": "johannschopplich"
|
|
2888
|
+
}
|
|
2889
|
+
],
|
|
2890
|
+
"compatibility": {
|
|
2891
|
+
"nuxt": "^3.0.0",
|
|
2892
|
+
"requires": {}
|
|
2893
|
+
}
|
|
2894
|
+
},
|
|
2597
2895
|
{
|
|
2598
2896
|
"name": "nuxt-png-to-ico",
|
|
2599
2897
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -2641,12 +2939,62 @@
|
|
|
2641
2939
|
"requires": {}
|
|
2642
2940
|
}
|
|
2643
2941
|
},
|
|
2942
|
+
{
|
|
2943
|
+
"name": "ssr-lit",
|
|
2944
|
+
"description": "Server-Side Rendering for Lit Element components",
|
|
2945
|
+
"repo": "prashantpalikhe/nuxt-ssr-lit",
|
|
2946
|
+
"npm": "nuxt-ssr-lit",
|
|
2947
|
+
"icon": "",
|
|
2948
|
+
"github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
2949
|
+
"website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
2950
|
+
"learn_more": "",
|
|
2951
|
+
"category": "Libraries",
|
|
2952
|
+
"type": "3rd-party",
|
|
2953
|
+
"maintainers": [
|
|
2954
|
+
{
|
|
2955
|
+
"name": "Prashant Palikhe",
|
|
2956
|
+
"github": "prashantpalikhe",
|
|
2957
|
+
"twitter": "prashantpalikhe"
|
|
2958
|
+
},
|
|
2959
|
+
{
|
|
2960
|
+
"name": "Steve Workman",
|
|
2961
|
+
"github": "steveworkman",
|
|
2962
|
+
"twitter": "steveworkman"
|
|
2963
|
+
}
|
|
2964
|
+
],
|
|
2965
|
+
"compatibility": {
|
|
2966
|
+
"nuxt": "^3.0.0",
|
|
2967
|
+
"requires": {}
|
|
2968
|
+
}
|
|
2969
|
+
},
|
|
2970
|
+
{
|
|
2971
|
+
"name": "nuxt-storm",
|
|
2972
|
+
"description": "WebStorm & PHPStorm support for NuxtJS components",
|
|
2973
|
+
"repo": "fumeapp/nuxt-storm",
|
|
2974
|
+
"npm": "nuxt-storm",
|
|
2975
|
+
"icon": "nuxt-storm.png",
|
|
2976
|
+
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
2977
|
+
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
2978
|
+
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
2979
|
+
"category": "Devtools",
|
|
2980
|
+
"type": "3rd-party",
|
|
2981
|
+
"maintainers": [
|
|
2982
|
+
{
|
|
2983
|
+
"name": "fumeapp",
|
|
2984
|
+
"github": "fumeapp"
|
|
2985
|
+
}
|
|
2986
|
+
],
|
|
2987
|
+
"compatibility": {
|
|
2988
|
+
"nuxt": "^2.0.0",
|
|
2989
|
+
"requires": {}
|
|
2990
|
+
}
|
|
2991
|
+
},
|
|
2644
2992
|
{
|
|
2645
2993
|
"name": "nuxt-svgo",
|
|
2646
2994
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
2647
2995
|
"repo": "cpsoinos/nuxt-svgo",
|
|
2648
2996
|
"npm": "nuxt-svgo",
|
|
2649
|
-
"icon": "",
|
|
2997
|
+
"icon": "nuxt-svgo.png",
|
|
2650
2998
|
"github": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2651
2999
|
"website": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2652
3000
|
"learn_more": "",
|
|
@@ -2663,6 +3011,28 @@
|
|
|
2663
3011
|
"requires": {}
|
|
2664
3012
|
}
|
|
2665
3013
|
},
|
|
3014
|
+
{
|
|
3015
|
+
"name": "nuxt-unleash",
|
|
3016
|
+
"description": "Nuxt.js module to use Unleash toggle feature services",
|
|
3017
|
+
"repo": "conejerock/nuxt-unleash",
|
|
3018
|
+
"npm": "nuxt-unleash",
|
|
3019
|
+
"icon": "nuxt-unleash.svg",
|
|
3020
|
+
"github": "https://github.com/conejerock/nuxt-unleash",
|
|
3021
|
+
"website": "https://github.com/conejerock/nuxt-unleash",
|
|
3022
|
+
"learn_more": "https://github.com/Unleash/unleash",
|
|
3023
|
+
"category": "Deployment",
|
|
3024
|
+
"type": "3rd-party",
|
|
3025
|
+
"maintainers": [
|
|
3026
|
+
{
|
|
3027
|
+
"name": "Juanjo Conejerock",
|
|
3028
|
+
"github": "conejerock"
|
|
3029
|
+
}
|
|
3030
|
+
],
|
|
3031
|
+
"compatibility": {
|
|
3032
|
+
"nuxt": "^2.0.0",
|
|
3033
|
+
"requires": {}
|
|
3034
|
+
}
|
|
3035
|
+
},
|
|
2666
3036
|
{
|
|
2667
3037
|
"name": "nuxt-use-motion",
|
|
2668
3038
|
"description": "A Nuxt module putting your components in motion",
|
|
@@ -2725,8 +3095,10 @@
|
|
|
2725
3095
|
}
|
|
2726
3096
|
],
|
|
2727
3097
|
"compatibility": {
|
|
2728
|
-
"nuxt": "^2.0.0",
|
|
2729
|
-
"requires": {
|
|
3098
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3099
|
+
"requires": {
|
|
3100
|
+
"bridge": "optional"
|
|
3101
|
+
}
|
|
2730
3102
|
}
|
|
2731
3103
|
},
|
|
2732
3104
|
{
|
|
@@ -2752,6 +3124,30 @@
|
|
|
2752
3124
|
"requires": {}
|
|
2753
3125
|
}
|
|
2754
3126
|
},
|
|
3127
|
+
{
|
|
3128
|
+
"name": "og-image",
|
|
3129
|
+
"description": "Easily generate dynamic social share images.",
|
|
3130
|
+
"repo": "harlan-zw/nuxt-og-image",
|
|
3131
|
+
"npm": "nuxt-og-image",
|
|
3132
|
+
"icon": "",
|
|
3133
|
+
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3134
|
+
"website": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3135
|
+
"learn_more": "",
|
|
3136
|
+
"category": "SEO",
|
|
3137
|
+
"type": "3rd-party",
|
|
3138
|
+
"maintainers": [
|
|
3139
|
+
{
|
|
3140
|
+
"name": "Harlan Wilton",
|
|
3141
|
+
"github": "harlan-zw",
|
|
3142
|
+
"twitter": "harlan_zw",
|
|
3143
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
3144
|
+
}
|
|
3145
|
+
],
|
|
3146
|
+
"compatibility": {
|
|
3147
|
+
"nuxt": "^3.0.0",
|
|
3148
|
+
"requires": {}
|
|
3149
|
+
}
|
|
3150
|
+
},
|
|
2755
3151
|
{
|
|
2756
3152
|
"name": "onesignal",
|
|
2757
3153
|
"description": "OneSignal is a Free, high volume and reliable push notification service for websites and mobile applications.",
|
|
@@ -2845,11 +3241,11 @@
|
|
|
2845
3241
|
{
|
|
2846
3242
|
"name": "partytown",
|
|
2847
3243
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2848
|
-
"repo": "nuxt-
|
|
3244
|
+
"repo": "nuxt-modules/partytown",
|
|
2849
3245
|
"npm": "@nuxtjs/partytown",
|
|
2850
3246
|
"icon": "partytown.svg",
|
|
2851
|
-
"github": "https://github.com/nuxt-
|
|
2852
|
-
"website": "https://github.com/nuxt-
|
|
3247
|
+
"github": "https://github.com/nuxt-modules/partytown",
|
|
3248
|
+
"website": "https://github.com/nuxt-modules/partytown",
|
|
2853
3249
|
"learn_more": "https://partytown.builder.io/",
|
|
2854
3250
|
"category": "Performance",
|
|
2855
3251
|
"type": "community",
|
|
@@ -2890,6 +3286,54 @@
|
|
|
2890
3286
|
"requires": {}
|
|
2891
3287
|
}
|
|
2892
3288
|
},
|
|
3289
|
+
{
|
|
3290
|
+
"name": "pinia-orm",
|
|
3291
|
+
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
|
|
3292
|
+
"repo": "CodeDredd/pinia-orm#master/packages/nuxt",
|
|
3293
|
+
"npm": "@pinia-orm/nuxt",
|
|
3294
|
+
"icon": "pinia-orm.svg",
|
|
3295
|
+
"github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
|
|
3296
|
+
"website": "https://pinia-orm.codedredd.de/",
|
|
3297
|
+
"learn_more": "",
|
|
3298
|
+
"category": "Extensions",
|
|
3299
|
+
"type": "3rd-party",
|
|
3300
|
+
"maintainers": [
|
|
3301
|
+
{
|
|
3302
|
+
"name": "CodeDredd",
|
|
3303
|
+
"github": "CodeDredd"
|
|
3304
|
+
}
|
|
3305
|
+
],
|
|
3306
|
+
"compatibility": {
|
|
3307
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3308
|
+
"requires": {
|
|
3309
|
+
"bridge": "optional"
|
|
3310
|
+
}
|
|
3311
|
+
}
|
|
3312
|
+
},
|
|
3313
|
+
{
|
|
3314
|
+
"name": "pinia-plugin-persistedstate",
|
|
3315
|
+
"description": "Configurable persistence and rehydration of Pinia stores.",
|
|
3316
|
+
"repo": "prazdevs/pinia-plugin-persistedstate#main/packages/nuxt",
|
|
3317
|
+
"npm": "@pinia-plugin-persistedstate/nuxt",
|
|
3318
|
+
"icon": "pinia-plugin-persistedstate.png",
|
|
3319
|
+
"github": "https://github.com/prazdevs/pinia-plugin-persistedstate/tree/main/packages/nuxt",
|
|
3320
|
+
"website": "https://prazdevs.github.io/pinia-plugin-persistedstate/",
|
|
3321
|
+
"learn_more": "",
|
|
3322
|
+
"category": "Extensions",
|
|
3323
|
+
"type": "3rd-party",
|
|
3324
|
+
"maintainers": [
|
|
3325
|
+
{
|
|
3326
|
+
"name": "PraZ",
|
|
3327
|
+
"github": "prazdevs"
|
|
3328
|
+
}
|
|
3329
|
+
],
|
|
3330
|
+
"compatibility": {
|
|
3331
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3332
|
+
"requires": {
|
|
3333
|
+
"bridge": "optional"
|
|
3334
|
+
}
|
|
3335
|
+
}
|
|
3336
|
+
},
|
|
2893
3337
|
{
|
|
2894
3338
|
"name": "pinia",
|
|
2895
3339
|
"description": "The Vue Store that you will enjoy using",
|
|
@@ -2916,26 +3360,24 @@
|
|
|
2916
3360
|
},
|
|
2917
3361
|
{
|
|
2918
3362
|
"name": "plausible",
|
|
2919
|
-
"description": "
|
|
2920
|
-
"repo": "
|
|
2921
|
-
"npm": "
|
|
2922
|
-
"icon": "
|
|
2923
|
-
"github": "https://github.com/
|
|
2924
|
-
"website": "https://github.com/
|
|
3363
|
+
"description": "Nuxt 3 module to natively integrate Plausible analytics",
|
|
3364
|
+
"repo": "nuxt-modules/plausible",
|
|
3365
|
+
"npm": "@nuxtjs/plausible",
|
|
3366
|
+
"icon": "",
|
|
3367
|
+
"github": "https://github.com/nuxt-modules/plausible",
|
|
3368
|
+
"website": "https://github.com/nuxt-modules/plausible",
|
|
2925
3369
|
"learn_more": "",
|
|
2926
|
-
"category": "
|
|
2927
|
-
"type": "
|
|
3370
|
+
"category": "Devtools",
|
|
3371
|
+
"type": "community",
|
|
2928
3372
|
"maintainers": [
|
|
2929
3373
|
{
|
|
2930
|
-
"name": "
|
|
2931
|
-
"github": "
|
|
3374
|
+
"name": "nuxt-modules",
|
|
3375
|
+
"github": "nuxt-modules"
|
|
2932
3376
|
}
|
|
2933
3377
|
],
|
|
2934
3378
|
"compatibility": {
|
|
2935
|
-
"nuxt": "^2.0.0
|
|
2936
|
-
"requires": {
|
|
2937
|
-
"bridge": "optional"
|
|
2938
|
-
}
|
|
3379
|
+
"nuxt": "^2.0.0",
|
|
3380
|
+
"requires": {}
|
|
2939
3381
|
}
|
|
2940
3382
|
},
|
|
2941
3383
|
{
|
|
@@ -2963,28 +3405,19 @@
|
|
|
2963
3405
|
{
|
|
2964
3406
|
"name": "prismic",
|
|
2965
3407
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
2966
|
-
"repo": "nuxt-
|
|
3408
|
+
"repo": "nuxt-modules/prismic",
|
|
2967
3409
|
"npm": "@nuxtjs/prismic",
|
|
2968
3410
|
"icon": "prismic.png",
|
|
2969
|
-
"github": "https://github.com/nuxt-
|
|
3411
|
+
"github": "https://github.com/nuxt-modules/prismic",
|
|
2970
3412
|
"website": "https://prismic.nuxtjs.org",
|
|
2971
|
-
"learn_more": "https://prismic.io
|
|
3413
|
+
"learn_more": "https://prismic.io",
|
|
2972
3414
|
"category": "CMS",
|
|
2973
3415
|
"type": "community",
|
|
2974
3416
|
"maintainers": [
|
|
2975
|
-
{
|
|
2976
|
-
"name": "Sébastien Chopin",
|
|
2977
|
-
"github": "Atinux",
|
|
2978
|
-
"twitter": "Atinux"
|
|
2979
|
-
},
|
|
2980
3417
|
{
|
|
2981
3418
|
"name": "lihbr",
|
|
2982
3419
|
"github": "lihbr",
|
|
2983
3420
|
"twitter": "li_hbr"
|
|
2984
|
-
},
|
|
2985
|
-
{
|
|
2986
|
-
"name": "James Pegg",
|
|
2987
|
-
"github": "jamespegg"
|
|
2988
3421
|
}
|
|
2989
3422
|
],
|
|
2990
3423
|
"compatibility": {
|
|
@@ -3063,7 +3496,7 @@
|
|
|
3063
3496
|
{
|
|
3064
3497
|
"name": "purgecss",
|
|
3065
3498
|
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
|
|
3066
|
-
"repo": "Developmint/nuxt-purgecss",
|
|
3499
|
+
"repo": "Developmint/nuxt-purgecss#main",
|
|
3067
3500
|
"npm": "nuxt-purgecss",
|
|
3068
3501
|
"icon": "purgecss.png",
|
|
3069
3502
|
"github": "https://github.com/Developmint/nuxt-purgecss",
|
|
@@ -3078,7 +3511,7 @@
|
|
|
3078
3511
|
}
|
|
3079
3512
|
],
|
|
3080
3513
|
"compatibility": {
|
|
3081
|
-
"nuxt": "^2.0.0",
|
|
3514
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3082
3515
|
"requires": {}
|
|
3083
3516
|
}
|
|
3084
3517
|
},
|
|
@@ -3201,7 +3634,7 @@
|
|
|
3201
3634
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
3202
3635
|
"repo": "nuxt-community/robots-module",
|
|
3203
3636
|
"npm": "@nuxtjs/robots",
|
|
3204
|
-
"icon": "",
|
|
3637
|
+
"icon": "robots.png",
|
|
3205
3638
|
"github": "https://github.com/nuxt-community/robots-module",
|
|
3206
3639
|
"website": "https://github.com/nuxt-community/robots-module",
|
|
3207
3640
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
@@ -3214,8 +3647,10 @@
|
|
|
3214
3647
|
}
|
|
3215
3648
|
],
|
|
3216
3649
|
"compatibility": {
|
|
3217
|
-
"nuxt": "^2.0.0",
|
|
3218
|
-
"requires": {
|
|
3650
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3651
|
+
"requires": {
|
|
3652
|
+
"bridge": "optional"
|
|
3653
|
+
}
|
|
3219
3654
|
}
|
|
3220
3655
|
},
|
|
3221
3656
|
{
|
|
@@ -3289,10 +3724,10 @@
|
|
|
3289
3724
|
{
|
|
3290
3725
|
"name": "sanity",
|
|
3291
3726
|
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
3292
|
-
"repo": "nuxt-
|
|
3727
|
+
"repo": "nuxt-modules/sanity#main",
|
|
3293
3728
|
"npm": "@nuxtjs/sanity",
|
|
3294
3729
|
"icon": "sanity.png",
|
|
3295
|
-
"github": "https://github.com/nuxt-
|
|
3730
|
+
"github": "https://github.com/nuxt-modules/sanity#main",
|
|
3296
3731
|
"website": "https://sanity.nuxtjs.org",
|
|
3297
3732
|
"learn_more": "https://www.sanity.io/",
|
|
3298
3733
|
"category": "CMS",
|
|
@@ -3357,6 +3792,29 @@
|
|
|
3357
3792
|
"requires": {}
|
|
3358
3793
|
}
|
|
3359
3794
|
},
|
|
3795
|
+
{
|
|
3796
|
+
"name": "security",
|
|
3797
|
+
"description": "Security Module for Nuxt based on OWASP Top 10 and Helmet",
|
|
3798
|
+
"repo": "Baroshem/nuxt-security",
|
|
3799
|
+
"npm": "nuxt-security",
|
|
3800
|
+
"icon": "nuxt-security.svg",
|
|
3801
|
+
"github": "https://github.com/Baroshem/nuxt-security",
|
|
3802
|
+
"website": "https://nuxt-security.vercel.app/",
|
|
3803
|
+
"learn_more": "https://nuxt-security.vercel.app/",
|
|
3804
|
+
"category": "Security",
|
|
3805
|
+
"type": "3rd-party",
|
|
3806
|
+
"maintainers": [
|
|
3807
|
+
{
|
|
3808
|
+
"name": "Jakub Andrzejewski",
|
|
3809
|
+
"github": "Baroshem",
|
|
3810
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
3811
|
+
}
|
|
3812
|
+
],
|
|
3813
|
+
"compatibility": {
|
|
3814
|
+
"nuxt": "^3.0.0",
|
|
3815
|
+
"requires": {}
|
|
3816
|
+
}
|
|
3817
|
+
},
|
|
3360
3818
|
{
|
|
3361
3819
|
"name": "segment",
|
|
3362
3820
|
"description": "Nuxt.js module for Segment Analytics.js",
|
|
@@ -3401,6 +3859,28 @@
|
|
|
3401
3859
|
"requires": {}
|
|
3402
3860
|
}
|
|
3403
3861
|
},
|
|
3862
|
+
{
|
|
3863
|
+
"name": "seo-kit",
|
|
3864
|
+
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
3865
|
+
"repo": "harlan-zw/nuxt-seo-kit",
|
|
3866
|
+
"npm": "nuxt-seo-kit",
|
|
3867
|
+
"icon": "seo-kit.svg",
|
|
3868
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
3869
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
3870
|
+
"learn_more": "",
|
|
3871
|
+
"category": "SEO",
|
|
3872
|
+
"type": "3rd-party",
|
|
3873
|
+
"maintainers": [
|
|
3874
|
+
{
|
|
3875
|
+
"name": "harlan-zw",
|
|
3876
|
+
"github": "harlan-zw"
|
|
3877
|
+
}
|
|
3878
|
+
],
|
|
3879
|
+
"compatibility": {
|
|
3880
|
+
"nuxt": "^3.0.0",
|
|
3881
|
+
"requires": {}
|
|
3882
|
+
}
|
|
3883
|
+
},
|
|
3404
3884
|
{
|
|
3405
3885
|
"name": "seo-meta",
|
|
3406
3886
|
"description": "Simple generate seo metadata",
|
|
@@ -3469,6 +3949,29 @@
|
|
|
3469
3949
|
"requires": {}
|
|
3470
3950
|
}
|
|
3471
3951
|
},
|
|
3952
|
+
{
|
|
3953
|
+
"name": "session",
|
|
3954
|
+
"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",
|
|
3955
|
+
"repo": "sidebase/nuxt-session",
|
|
3956
|
+
"npm": "@sidebase/nuxt-session",
|
|
3957
|
+
"icon": "session.png",
|
|
3958
|
+
"github": "https://github.com/sidebase/nuxt-session",
|
|
3959
|
+
"website": "https://github.com/sidebase/nuxt-session",
|
|
3960
|
+
"learn_more": "https://github.com/sidebase",
|
|
3961
|
+
"category": "Security",
|
|
3962
|
+
"type": "3rd-party",
|
|
3963
|
+
"maintainers": [
|
|
3964
|
+
{
|
|
3965
|
+
"name": "sidebase",
|
|
3966
|
+
"github": "sidebase",
|
|
3967
|
+
"twitter": "sidebase_io"
|
|
3968
|
+
}
|
|
3969
|
+
],
|
|
3970
|
+
"compatibility": {
|
|
3971
|
+
"nuxt": "^3.0.0",
|
|
3972
|
+
"requires": {}
|
|
3973
|
+
}
|
|
3974
|
+
},
|
|
3472
3975
|
{
|
|
3473
3976
|
"name": "shopify",
|
|
3474
3977
|
"description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
|
|
@@ -3491,6 +3994,29 @@
|
|
|
3491
3994
|
"requires": {}
|
|
3492
3995
|
}
|
|
3493
3996
|
},
|
|
3997
|
+
{
|
|
3998
|
+
"name": "nuxt-auth",
|
|
3999
|
+
"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.",
|
|
4000
|
+
"repo": "sidebase/nuxt-auth",
|
|
4001
|
+
"npm": "@sidebase/nuxt-auth",
|
|
4002
|
+
"icon": "sidebase-auth.png",
|
|
4003
|
+
"github": "https://github.com/sidebase/nuxt-auth",
|
|
4004
|
+
"website": "https://github.com/sidebase/nuxt-auth",
|
|
4005
|
+
"learn_more": "https://github.com/sidebase",
|
|
4006
|
+
"category": "Security",
|
|
4007
|
+
"type": "3rd-party",
|
|
4008
|
+
"maintainers": [
|
|
4009
|
+
{
|
|
4010
|
+
"name": "sidebase",
|
|
4011
|
+
"github": "sidebase",
|
|
4012
|
+
"twitter": "sidebase_io"
|
|
4013
|
+
}
|
|
4014
|
+
],
|
|
4015
|
+
"compatibility": {
|
|
4016
|
+
"nuxt": "^3.0.0",
|
|
4017
|
+
"requires": {}
|
|
4018
|
+
}
|
|
4019
|
+
},
|
|
3494
4020
|
{
|
|
3495
4021
|
"name": "simple-line-icons",
|
|
3496
4022
|
"description": "Nuxt module to add simple-line-icons ",
|
|
@@ -3513,6 +4039,54 @@
|
|
|
3513
4039
|
"requires": {}
|
|
3514
4040
|
}
|
|
3515
4041
|
},
|
|
4042
|
+
{
|
|
4043
|
+
"name": "simple-robots",
|
|
4044
|
+
"description": "Simply manage the robots crawling your Nuxt app.",
|
|
4045
|
+
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4046
|
+
"npm": "nuxt-simple-robots",
|
|
4047
|
+
"icon": "",
|
|
4048
|
+
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4049
|
+
"website": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4050
|
+
"learn_more": "",
|
|
4051
|
+
"category": "SEO",
|
|
4052
|
+
"type": "3rd-party",
|
|
4053
|
+
"maintainers": [
|
|
4054
|
+
{
|
|
4055
|
+
"name": "Harlan Wilton",
|
|
4056
|
+
"github": "harlan-zw",
|
|
4057
|
+
"twitter": "harlan_zw",
|
|
4058
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4059
|
+
}
|
|
4060
|
+
],
|
|
4061
|
+
"compatibility": {
|
|
4062
|
+
"nuxt": "^3.0.0",
|
|
4063
|
+
"requires": {}
|
|
4064
|
+
}
|
|
4065
|
+
},
|
|
4066
|
+
{
|
|
4067
|
+
"name": "simple-sitemap",
|
|
4068
|
+
"description": "Simple, minimal sitemap.xml generation.",
|
|
4069
|
+
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4070
|
+
"npm": "nuxt-simple-sitemap",
|
|
4071
|
+
"icon": "",
|
|
4072
|
+
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4073
|
+
"website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4074
|
+
"learn_more": "",
|
|
4075
|
+
"category": "SEO",
|
|
4076
|
+
"type": "3rd-party",
|
|
4077
|
+
"maintainers": [
|
|
4078
|
+
{
|
|
4079
|
+
"name": "Harlan Wilton",
|
|
4080
|
+
"github": "harlan-zw",
|
|
4081
|
+
"twitter": "harlan_zw",
|
|
4082
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4083
|
+
}
|
|
4084
|
+
],
|
|
4085
|
+
"compatibility": {
|
|
4086
|
+
"nuxt": "^3.0.0",
|
|
4087
|
+
"requires": {}
|
|
4088
|
+
}
|
|
4089
|
+
},
|
|
3516
4090
|
{
|
|
3517
4091
|
"name": "sitemap",
|
|
3518
4092
|
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
@@ -3659,6 +4233,28 @@
|
|
|
3659
4233
|
"requires": {}
|
|
3660
4234
|
}
|
|
3661
4235
|
},
|
|
4236
|
+
{
|
|
4237
|
+
"name": "ssr-lit",
|
|
4238
|
+
"description": "",
|
|
4239
|
+
"repo": "prashantpalikhe/nuxt-ssr-lit",
|
|
4240
|
+
"npm": "nuxt-ssr-lit",
|
|
4241
|
+
"icon": "",
|
|
4242
|
+
"github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
4243
|
+
"website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
4244
|
+
"learn_more": "",
|
|
4245
|
+
"category": "Devtools",
|
|
4246
|
+
"type": "3rd-party",
|
|
4247
|
+
"maintainers": [
|
|
4248
|
+
{
|
|
4249
|
+
"name": "prashantpalikhe",
|
|
4250
|
+
"github": "prashantpalikhe"
|
|
4251
|
+
}
|
|
4252
|
+
],
|
|
4253
|
+
"compatibility": {
|
|
4254
|
+
"nuxt": "^2.0.0",
|
|
4255
|
+
"requires": {}
|
|
4256
|
+
}
|
|
4257
|
+
},
|
|
3662
4258
|
{
|
|
3663
4259
|
"name": "storage",
|
|
3664
4260
|
"description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
|
|
@@ -4019,6 +4615,28 @@
|
|
|
4019
4615
|
"requires": {}
|
|
4020
4616
|
}
|
|
4021
4617
|
},
|
|
4618
|
+
{
|
|
4619
|
+
"name": "swiper",
|
|
4620
|
+
"description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
4621
|
+
"repo": "cpreston321/nuxt-swiper",
|
|
4622
|
+
"npm": "nuxt-swiper",
|
|
4623
|
+
"icon": "swiper.svg",
|
|
4624
|
+
"github": "https://github.com/cpreston321/nuxt-swiper",
|
|
4625
|
+
"website": "https://github.com/cpreston321/nuxt-swiper",
|
|
4626
|
+
"learn_more": "https://github.com/cpreston321/nuxt-swiper#README.md",
|
|
4627
|
+
"category": "Libraries",
|
|
4628
|
+
"type": "3rd-party",
|
|
4629
|
+
"maintainers": [
|
|
4630
|
+
{
|
|
4631
|
+
"name": "Christian Preston",
|
|
4632
|
+
"github": "cpreston321"
|
|
4633
|
+
}
|
|
4634
|
+
],
|
|
4635
|
+
"compatibility": {
|
|
4636
|
+
"nuxt": "^3.0.0",
|
|
4637
|
+
"requires": {}
|
|
4638
|
+
}
|
|
4639
|
+
},
|
|
4022
4640
|
{
|
|
4023
4641
|
"name": "tailwindcss",
|
|
4024
4642
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
@@ -4088,6 +4706,31 @@
|
|
|
4088
4706
|
"requires": {}
|
|
4089
4707
|
}
|
|
4090
4708
|
},
|
|
4709
|
+
{
|
|
4710
|
+
"name": "turnstile",
|
|
4711
|
+
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
4712
|
+
"repo": "nuxt-modules/turnstile",
|
|
4713
|
+
"npm": "@nuxtjs/turnstile",
|
|
4714
|
+
"icon": "cloudflare.svg",
|
|
4715
|
+
"github": "https://github.com/nuxt-modules/turnstile",
|
|
4716
|
+
"website": "https://github.com/nuxt-modules/turnstile",
|
|
4717
|
+
"learn_more": "https://www.cloudflare.com/products/turnstile/",
|
|
4718
|
+
"category": "Security",
|
|
4719
|
+
"type": "community",
|
|
4720
|
+
"maintainers": [
|
|
4721
|
+
{
|
|
4722
|
+
"name": "Daniel Roe",
|
|
4723
|
+
"github": "danielroe",
|
|
4724
|
+
"twitter": "danielcroe"
|
|
4725
|
+
}
|
|
4726
|
+
],
|
|
4727
|
+
"compatibility": {
|
|
4728
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4729
|
+
"requires": {
|
|
4730
|
+
"bridge": true
|
|
4731
|
+
}
|
|
4732
|
+
}
|
|
4733
|
+
},
|
|
4091
4734
|
{
|
|
4092
4735
|
"name": "twa",
|
|
4093
4736
|
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
@@ -4112,12 +4755,45 @@
|
|
|
4112
4755
|
}
|
|
4113
4756
|
}
|
|
4114
4757
|
},
|
|
4758
|
+
{
|
|
4759
|
+
"name": "twicpics",
|
|
4760
|
+
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
4761
|
+
"repo": "TwicPics/components",
|
|
4762
|
+
"npm": "@twicpics/components",
|
|
4763
|
+
"icon": "twicpics.svg",
|
|
4764
|
+
"github": "https://github.com/TwicPics/components",
|
|
4765
|
+
"website": "https://www.twicpics.com/docs/components/nuxt-3",
|
|
4766
|
+
"learn_more": "https://www.twicpics.com",
|
|
4767
|
+
"category": "Images",
|
|
4768
|
+
"type": "3rd-party",
|
|
4769
|
+
"maintainers": [
|
|
4770
|
+
{
|
|
4771
|
+
"name": "Florent Bourgeois",
|
|
4772
|
+
"github": "florentb",
|
|
4773
|
+
"twitter": "florent_b"
|
|
4774
|
+
},
|
|
4775
|
+
{
|
|
4776
|
+
"name": "Julian Aubourg",
|
|
4777
|
+
"github": "jaubourg",
|
|
4778
|
+
"twitter": "jaubourg"
|
|
4779
|
+
},
|
|
4780
|
+
{
|
|
4781
|
+
"name": "Miguel Beignon",
|
|
4782
|
+
"github": "mbgspcii",
|
|
4783
|
+
"twitter": "m_beignon"
|
|
4784
|
+
}
|
|
4785
|
+
],
|
|
4786
|
+
"compatibility": {
|
|
4787
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4788
|
+
"requires": {}
|
|
4789
|
+
}
|
|
4790
|
+
},
|
|
4115
4791
|
{
|
|
4116
4792
|
"name": "typed-router",
|
|
4117
4793
|
"description": "Provide autocompletion for pages route names generated by Nuxt router",
|
|
4118
4794
|
"repo": "victorgarciaesgi/nuxt-typed-router",
|
|
4119
4795
|
"npm": "nuxt-typed-router",
|
|
4120
|
-
"icon": "
|
|
4796
|
+
"icon": "typed-router.png",
|
|
4121
4797
|
"github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
4122
4798
|
"website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
4123
4799
|
"learn_more": "",
|
|
@@ -4223,6 +4899,52 @@
|
|
|
4223
4899
|
"requires": {}
|
|
4224
4900
|
}
|
|
4225
4901
|
},
|
|
4902
|
+
{
|
|
4903
|
+
"name": "umami",
|
|
4904
|
+
"description": "Embed the Umami analytics library into Nuxt",
|
|
4905
|
+
"repo": "ijkml/nuxt-umami",
|
|
4906
|
+
"npm": "nuxt-umami",
|
|
4907
|
+
"icon": "umami.svg",
|
|
4908
|
+
"github": "https://github.com/ijkml/nuxt-umami",
|
|
4909
|
+
"website": "https://github.com/ijkml/nuxt-umami",
|
|
4910
|
+
"learn_more": "https://umami.is/docs/",
|
|
4911
|
+
"category": "Analytics",
|
|
4912
|
+
"type": "3rd-party",
|
|
4913
|
+
"maintainers": [
|
|
4914
|
+
{
|
|
4915
|
+
"name": "ML",
|
|
4916
|
+
"github": "ijkml"
|
|
4917
|
+
}
|
|
4918
|
+
],
|
|
4919
|
+
"compatibility": {
|
|
4920
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4921
|
+
"requires": {
|
|
4922
|
+
"bridge": "optional"
|
|
4923
|
+
}
|
|
4924
|
+
}
|
|
4925
|
+
},
|
|
4926
|
+
{
|
|
4927
|
+
"name": "unhead",
|
|
4928
|
+
"description": "Experimental features for Nuxt SEO / head management.",
|
|
4929
|
+
"repo": "harlan-zw/nuxt-unhead",
|
|
4930
|
+
"npm": "nuxt-unhead",
|
|
4931
|
+
"icon": "",
|
|
4932
|
+
"github": "https://github.com/harlan-zw/nuxt-unhead",
|
|
4933
|
+
"website": "https://github.com/harlan-zw/nuxt-unhead",
|
|
4934
|
+
"learn_more": "",
|
|
4935
|
+
"category": "SEO",
|
|
4936
|
+
"type": "3rd-party",
|
|
4937
|
+
"maintainers": [
|
|
4938
|
+
{
|
|
4939
|
+
"name": "harlan-zw",
|
|
4940
|
+
"github": "harlan-zw"
|
|
4941
|
+
}
|
|
4942
|
+
],
|
|
4943
|
+
"compatibility": {
|
|
4944
|
+
"nuxt": "^3.0.0",
|
|
4945
|
+
"requires": {}
|
|
4946
|
+
}
|
|
4947
|
+
},
|
|
4226
4948
|
{
|
|
4227
4949
|
"name": "universal-storage",
|
|
4228
4950
|
"description": "Universal Storage Utilities for Nuxt.js",
|
|
@@ -4370,6 +5092,31 @@
|
|
|
4370
5092
|
"requires": {}
|
|
4371
5093
|
}
|
|
4372
5094
|
},
|
|
5095
|
+
{
|
|
5096
|
+
"name": "vue-macros",
|
|
5097
|
+
"description": "Explore and extend more macros and syntax sugar to Vue.",
|
|
5098
|
+
"repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
|
|
5099
|
+
"npm": "@vue-macros/nuxt",
|
|
5100
|
+
"icon": "vue-macros.svg",
|
|
5101
|
+
"github": "https://github.com/sxzz/unplugin-vue-macros",
|
|
5102
|
+
"website": "https://vue-macros.sxzz.moe",
|
|
5103
|
+
"learn_more": "https://github.com/sxzz/unplugin-vue-macros",
|
|
5104
|
+
"category": "Extensions",
|
|
5105
|
+
"type": "3rd-party",
|
|
5106
|
+
"maintainers": [
|
|
5107
|
+
{
|
|
5108
|
+
"name": "三咲智子 Kevin Deng",
|
|
5109
|
+
"github": "sxzz",
|
|
5110
|
+
"twitter": "sanxiaozhizi"
|
|
5111
|
+
}
|
|
5112
|
+
],
|
|
5113
|
+
"compatibility": {
|
|
5114
|
+
"nuxt": "^3.0.0",
|
|
5115
|
+
"requires": {
|
|
5116
|
+
"bridge": "optional"
|
|
5117
|
+
}
|
|
5118
|
+
}
|
|
5119
|
+
},
|
|
4373
5120
|
{
|
|
4374
5121
|
"name": "vue-material",
|
|
4375
5122
|
"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.",
|
|
@@ -4414,6 +5161,28 @@
|
|
|
4414
5161
|
"requires": {}
|
|
4415
5162
|
}
|
|
4416
5163
|
},
|
|
5164
|
+
{
|
|
5165
|
+
"name": "vue-plausible",
|
|
5166
|
+
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
5167
|
+
"repo": "moritzsternemann/vue-plausible",
|
|
5168
|
+
"npm": "vue-plausible",
|
|
5169
|
+
"icon": "plausible.png",
|
|
5170
|
+
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
5171
|
+
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
5172
|
+
"learn_more": "",
|
|
5173
|
+
"category": "Analytics",
|
|
5174
|
+
"type": "3rd-party",
|
|
5175
|
+
"maintainers": [
|
|
5176
|
+
{
|
|
5177
|
+
"name": "moritzsternemann",
|
|
5178
|
+
"github": "moritzsternemann"
|
|
5179
|
+
}
|
|
5180
|
+
],
|
|
5181
|
+
"compatibility": {
|
|
5182
|
+
"nuxt": "^2.0.0",
|
|
5183
|
+
"requires": {}
|
|
5184
|
+
}
|
|
5185
|
+
},
|
|
4417
5186
|
{
|
|
4418
5187
|
"name": "vue-select",
|
|
4419
5188
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -4436,6 +5205,31 @@
|
|
|
4436
5205
|
"requires": {}
|
|
4437
5206
|
}
|
|
4438
5207
|
},
|
|
5208
|
+
{
|
|
5209
|
+
"name": "vue-transitions",
|
|
5210
|
+
"description": "Reusable interface transitions with no CSS needed ❤️",
|
|
5211
|
+
"repo": "MorevM/vue-transitions",
|
|
5212
|
+
"npm": "@morev/vue-transitions",
|
|
5213
|
+
"icon": "vue-transitions.svg",
|
|
5214
|
+
"github": "https://github.com/MorevM/vue-transitions",
|
|
5215
|
+
"website": "https://github.com/MorevM/vue-transitions#readme",
|
|
5216
|
+
"learn_more": "",
|
|
5217
|
+
"category": "UI",
|
|
5218
|
+
"type": "3rd-party",
|
|
5219
|
+
"maintainers": [
|
|
5220
|
+
{
|
|
5221
|
+
"name": "Maxim Morev",
|
|
5222
|
+
"github": "MorevM",
|
|
5223
|
+
"avatar": "https://avatars.githubusercontent.com/u/49679666?v=4"
|
|
5224
|
+
}
|
|
5225
|
+
],
|
|
5226
|
+
"compatibility": {
|
|
5227
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5228
|
+
"requires": {
|
|
5229
|
+
"bridge": "optional"
|
|
5230
|
+
}
|
|
5231
|
+
}
|
|
5232
|
+
},
|
|
4439
5233
|
{
|
|
4440
5234
|
"name": "vue-warehouse",
|
|
4441
5235
|
"description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
|
|
@@ -4459,6 +5253,28 @@
|
|
|
4459
5253
|
"requires": {}
|
|
4460
5254
|
}
|
|
4461
5255
|
},
|
|
5256
|
+
{
|
|
5257
|
+
"name": "vuestic",
|
|
5258
|
+
"description": "Vuestic UI module for Nuxt 3",
|
|
5259
|
+
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
5260
|
+
"npm": "@vuestic/nuxt",
|
|
5261
|
+
"icon": "vuestic.png",
|
|
5262
|
+
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
5263
|
+
"website": "https://vuestic.dev",
|
|
5264
|
+
"learn_more": "https://vuestic.dev/en/getting-started/nuxt",
|
|
5265
|
+
"category": "UI",
|
|
5266
|
+
"type": "3rd-party",
|
|
5267
|
+
"maintainers": [
|
|
5268
|
+
{
|
|
5269
|
+
"name": "epicmaxco",
|
|
5270
|
+
"github": "epicmaxco"
|
|
5271
|
+
}
|
|
5272
|
+
],
|
|
5273
|
+
"compatibility": {
|
|
5274
|
+
"nuxt": "^3.0.0",
|
|
5275
|
+
"requires": {}
|
|
5276
|
+
}
|
|
5277
|
+
},
|
|
4462
5278
|
{
|
|
4463
5279
|
"name": "vuetify",
|
|
4464
5280
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -4538,7 +5354,7 @@
|
|
|
4538
5354
|
"description": "Web Vitals for Nuxt",
|
|
4539
5355
|
"repo": "nuxt-community/web-vitals-module",
|
|
4540
5356
|
"npm": "@nuxtjs/web-vitals",
|
|
4541
|
-
"icon": "",
|
|
5357
|
+
"icon": "web-vitals.png",
|
|
4542
5358
|
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4543
5359
|
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
4544
5360
|
"learn_more": "",
|
|
@@ -4800,6 +5616,31 @@
|
|
|
4800
5616
|
"requires": {}
|
|
4801
5617
|
}
|
|
4802
5618
|
},
|
|
5619
|
+
{
|
|
5620
|
+
"name": "xstate",
|
|
5621
|
+
"description": "XState integration for Nuxt",
|
|
5622
|
+
"repo": "Lexpeartha/nuxt-xstate",
|
|
5623
|
+
"npm": "nuxt-xstate",
|
|
5624
|
+
"icon": "xstate.svg",
|
|
5625
|
+
"github": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
5626
|
+
"website": "https://nuxt-xstate.lexpeartha.com",
|
|
5627
|
+
"learn_more": "https://xstate.js.org/",
|
|
5628
|
+
"category": "Extensions",
|
|
5629
|
+
"type": "3rd-party",
|
|
5630
|
+
"maintainers": [
|
|
5631
|
+
{
|
|
5632
|
+
"name": "Lexpeartha",
|
|
5633
|
+
"github": "Lexpeartha",
|
|
5634
|
+
"twitter": "lexpeartha"
|
|
5635
|
+
}
|
|
5636
|
+
],
|
|
5637
|
+
"compatibility": {
|
|
5638
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5639
|
+
"requires": {
|
|
5640
|
+
"bridge": true
|
|
5641
|
+
}
|
|
5642
|
+
}
|
|
5643
|
+
},
|
|
4803
5644
|
{
|
|
4804
5645
|
"name": "xui",
|
|
4805
5646
|
"description": "Light module to help design websites with Nuxt.",
|