@nuxt/modules 0.5.0-0e2952 → 0.5.0-0fe4e3
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 +507 -58
- 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
|
},
|
|
@@ -391,8 +413,8 @@
|
|
|
391
413
|
},
|
|
392
414
|
{
|
|
393
415
|
"name": "bugsnag",
|
|
394
|
-
"description": "Bugsnag
|
|
395
|
-
"repo": "JulianMar/nuxt-bugsnag
|
|
416
|
+
"description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
|
|
417
|
+
"repo": "JulianMar/nuxt-bugsnag",
|
|
396
418
|
"npm": "nuxt-bugsnag",
|
|
397
419
|
"icon": "bugsnag.png",
|
|
398
420
|
"github": "https://github.com/JulianMar/nuxt-bugsnag",
|
|
@@ -403,12 +425,15 @@
|
|
|
403
425
|
"maintainers": [
|
|
404
426
|
{
|
|
405
427
|
"name": "JulianMar",
|
|
406
|
-
"github": "JulianMar"
|
|
428
|
+
"github": "JulianMar",
|
|
429
|
+
"twitter": "julian_martin96"
|
|
407
430
|
}
|
|
408
431
|
],
|
|
409
432
|
"compatibility": {
|
|
410
|
-
"nuxt": "^2.0.0",
|
|
411
|
-
"requires": {
|
|
433
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
434
|
+
"requires": {
|
|
435
|
+
"bridge": true
|
|
436
|
+
}
|
|
412
437
|
}
|
|
413
438
|
},
|
|
414
439
|
{
|
|
@@ -830,6 +855,29 @@
|
|
|
830
855
|
"requires": {}
|
|
831
856
|
}
|
|
832
857
|
},
|
|
858
|
+
{
|
|
859
|
+
"name": "delay-hydration",
|
|
860
|
+
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
861
|
+
"repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
|
|
862
|
+
"npm": "nuxt-delay-hydration",
|
|
863
|
+
"icon": "lighthouse.svg",
|
|
864
|
+
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
865
|
+
"website": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
866
|
+
"learn_more": "",
|
|
867
|
+
"category": "Performance",
|
|
868
|
+
"type": "3rd-party",
|
|
869
|
+
"maintainers": [
|
|
870
|
+
{
|
|
871
|
+
"name": "Harlan Wilton",
|
|
872
|
+
"github": "harlan-zw",
|
|
873
|
+
"twitter": "harlan_zw"
|
|
874
|
+
}
|
|
875
|
+
],
|
|
876
|
+
"compatibility": {
|
|
877
|
+
"nuxt": "^2.0.0",
|
|
878
|
+
"requires": {}
|
|
879
|
+
}
|
|
880
|
+
},
|
|
833
881
|
{
|
|
834
882
|
"name": "device",
|
|
835
883
|
"description": "Device detection module for Nuxt.js",
|
|
@@ -1176,6 +1224,29 @@
|
|
|
1176
1224
|
"requires": {}
|
|
1177
1225
|
}
|
|
1178
1226
|
},
|
|
1227
|
+
{
|
|
1228
|
+
"name": "fontaine",
|
|
1229
|
+
"description": "Automatically optimized font fallback based on font metrics",
|
|
1230
|
+
"repo": "nuxt-modules/fontaine",
|
|
1231
|
+
"npm": "@nuxtjs/fontaine",
|
|
1232
|
+
"icon": "fontaine.svg",
|
|
1233
|
+
"github": "https://github.com/nuxt-modules/fontaine",
|
|
1234
|
+
"website": "https://github.com/unjs/fontaine",
|
|
1235
|
+
"learn_more": "https://github.com/unjs/fontaine",
|
|
1236
|
+
"category": "Performance",
|
|
1237
|
+
"type": "community",
|
|
1238
|
+
"maintainers": [
|
|
1239
|
+
{
|
|
1240
|
+
"name": "Daniel Roe",
|
|
1241
|
+
"github": "danielroe",
|
|
1242
|
+
"twitter": "danielcroe"
|
|
1243
|
+
}
|
|
1244
|
+
],
|
|
1245
|
+
"compatibility": {
|
|
1246
|
+
"nuxt": "^3.0.0",
|
|
1247
|
+
"requires": {}
|
|
1248
|
+
}
|
|
1249
|
+
},
|
|
1179
1250
|
{
|
|
1180
1251
|
"name": "fontawesome",
|
|
1181
1252
|
"description": "Module to join nuxt and Fontawesome 5",
|
|
@@ -1342,8 +1413,10 @@
|
|
|
1342
1413
|
}
|
|
1343
1414
|
],
|
|
1344
1415
|
"compatibility": {
|
|
1345
|
-
"nuxt": "^2.0.0",
|
|
1346
|
-
"requires": {
|
|
1416
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1417
|
+
"requires": {
|
|
1418
|
+
"bridge": "optional"
|
|
1419
|
+
}
|
|
1347
1420
|
}
|
|
1348
1421
|
},
|
|
1349
1422
|
{
|
|
@@ -1497,11 +1570,11 @@
|
|
|
1497
1570
|
{
|
|
1498
1571
|
"name": "harlem",
|
|
1499
1572
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1500
|
-
"repo": "nuxt-
|
|
1573
|
+
"repo": "nuxt-modules/harlem",
|
|
1501
1574
|
"npm": "@nuxtjs/harlem",
|
|
1502
1575
|
"icon": "harlem.svg",
|
|
1503
|
-
"github": "https://github.com/nuxt-
|
|
1504
|
-
"website": "https://github.com/nuxt-
|
|
1576
|
+
"github": "https://github.com/nuxt-modules/harlem",
|
|
1577
|
+
"website": "https://github.com/nuxt-modules/harlem",
|
|
1505
1578
|
"learn_more": "https://harlemjs.com/",
|
|
1506
1579
|
"category": "Extensions",
|
|
1507
1580
|
"type": "community",
|
|
@@ -1631,10 +1704,10 @@
|
|
|
1631
1704
|
{
|
|
1632
1705
|
"name": "html-validator",
|
|
1633
1706
|
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1634
|
-
"repo": "nuxt-
|
|
1707
|
+
"repo": "nuxt-modules/html-validator",
|
|
1635
1708
|
"npm": "@nuxtjs/html-validator",
|
|
1636
1709
|
"icon": "html-validator.png",
|
|
1637
|
-
"github": "https://github.com/nuxt-
|
|
1710
|
+
"github": "https://github.com/nuxt-modules/html-validator",
|
|
1638
1711
|
"website": "https://html-validator.nuxtjs.org",
|
|
1639
1712
|
"learn_more": "https://html-validate.org",
|
|
1640
1713
|
"category": "Performance",
|
|
@@ -1647,8 +1720,10 @@
|
|
|
1647
1720
|
}
|
|
1648
1721
|
],
|
|
1649
1722
|
"compatibility": {
|
|
1650
|
-
"nuxt": "^2.0.0",
|
|
1651
|
-
"requires": {
|
|
1723
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1724
|
+
"requires": {
|
|
1725
|
+
"bridge": "optional"
|
|
1726
|
+
}
|
|
1652
1727
|
}
|
|
1653
1728
|
},
|
|
1654
1729
|
{
|
|
@@ -1724,7 +1799,51 @@
|
|
|
1724
1799
|
}
|
|
1725
1800
|
],
|
|
1726
1801
|
"compatibility": {
|
|
1727
|
-
"nuxt": "^2.0.0",
|
|
1802
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1803
|
+
"requires": {}
|
|
1804
|
+
}
|
|
1805
|
+
},
|
|
1806
|
+
{
|
|
1807
|
+
"name": "icon",
|
|
1808
|
+
"description": "",
|
|
1809
|
+
"repo": "nuxt-modules/icon",
|
|
1810
|
+
"npm": "nuxt-icon",
|
|
1811
|
+
"icon": "nuxt-icon.png",
|
|
1812
|
+
"github": "https://github.com/nuxt-modules/icon",
|
|
1813
|
+
"website": "https://github.com/nuxt-modules/icon",
|
|
1814
|
+
"learn_more": "",
|
|
1815
|
+
"category": "UI",
|
|
1816
|
+
"type": "community",
|
|
1817
|
+
"maintainers": [
|
|
1818
|
+
{
|
|
1819
|
+
"name": "Atinux",
|
|
1820
|
+
"github": "Atinux"
|
|
1821
|
+
}
|
|
1822
|
+
],
|
|
1823
|
+
"compatibility": {
|
|
1824
|
+
"nuxt": "^3.0.0",
|
|
1825
|
+
"requires": {}
|
|
1826
|
+
}
|
|
1827
|
+
},
|
|
1828
|
+
{
|
|
1829
|
+
"name": "icons",
|
|
1830
|
+
"description": "Use your own automatically imported SVG icons.",
|
|
1831
|
+
"repo": "gitfoxcode/nuxt-icons",
|
|
1832
|
+
"npm": "nuxt-icons",
|
|
1833
|
+
"icon": "icons.png",
|
|
1834
|
+
"github": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1835
|
+
"website": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1836
|
+
"learn_more": "",
|
|
1837
|
+
"category": "UI",
|
|
1838
|
+
"type": "3rd-party",
|
|
1839
|
+
"maintainers": [
|
|
1840
|
+
{
|
|
1841
|
+
"name": "Sebastian Wludzik",
|
|
1842
|
+
"github": "gitfoxcode"
|
|
1843
|
+
}
|
|
1844
|
+
],
|
|
1845
|
+
"compatibility": {
|
|
1846
|
+
"nuxt": "^3.0.0",
|
|
1728
1847
|
"requires": {}
|
|
1729
1848
|
}
|
|
1730
1849
|
},
|
|
@@ -1779,7 +1898,7 @@
|
|
|
1779
1898
|
}
|
|
1780
1899
|
],
|
|
1781
1900
|
"compatibility": {
|
|
1782
|
-
"nuxt": "^2.0.0",
|
|
1901
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1783
1902
|
"requires": {
|
|
1784
1903
|
"bridge": "optional"
|
|
1785
1904
|
}
|
|
@@ -1854,6 +1973,29 @@
|
|
|
1854
1973
|
"requires": {}
|
|
1855
1974
|
}
|
|
1856
1975
|
},
|
|
1976
|
+
{
|
|
1977
|
+
"name": "ionic",
|
|
1978
|
+
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
1979
|
+
"repo": "nuxt-modules/ionic",
|
|
1980
|
+
"npm": "@nuxtjs/ionic",
|
|
1981
|
+
"icon": "ionic.svg",
|
|
1982
|
+
"github": "https://github.com/nuxt-modules/ionic",
|
|
1983
|
+
"website": "https://ionic.nuxtjs.org",
|
|
1984
|
+
"learn_more": "https://ionicframework.com",
|
|
1985
|
+
"category": "Libraries",
|
|
1986
|
+
"type": "community",
|
|
1987
|
+
"maintainers": [
|
|
1988
|
+
{
|
|
1989
|
+
"name": "Daniel Roe",
|
|
1990
|
+
"github": "danielroe",
|
|
1991
|
+
"twitter": "danielcroe"
|
|
1992
|
+
}
|
|
1993
|
+
],
|
|
1994
|
+
"compatibility": {
|
|
1995
|
+
"nuxt": "^3.0.0",
|
|
1996
|
+
"requires": {}
|
|
1997
|
+
}
|
|
1998
|
+
},
|
|
1857
1999
|
{
|
|
1858
2000
|
"name": "jsonapi",
|
|
1859
2001
|
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
@@ -1898,6 +2040,30 @@
|
|
|
1898
2040
|
"requires": {}
|
|
1899
2041
|
}
|
|
1900
2042
|
},
|
|
2043
|
+
{
|
|
2044
|
+
"name": "kql",
|
|
2045
|
+
"description": "Nuxt 3 module for Kirby's Query Language API",
|
|
2046
|
+
"repo": "johannschopplich/nuxt-kql",
|
|
2047
|
+
"npm": "nuxt-kql",
|
|
2048
|
+
"icon": "kql.svg",
|
|
2049
|
+
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2050
|
+
"website": "https://nuxt-kql.jhnn.dev",
|
|
2051
|
+
"learn_more": "",
|
|
2052
|
+
"category": "CMS",
|
|
2053
|
+
"type": "3rd-party",
|
|
2054
|
+
"maintainers": [
|
|
2055
|
+
{
|
|
2056
|
+
"name": "Johann Schopplich",
|
|
2057
|
+
"github": "johannschopplich",
|
|
2058
|
+
"twitter": "jschopplich",
|
|
2059
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
2060
|
+
}
|
|
2061
|
+
],
|
|
2062
|
+
"compatibility": {
|
|
2063
|
+
"nuxt": "^3.0.0",
|
|
2064
|
+
"requires": {}
|
|
2065
|
+
}
|
|
2066
|
+
},
|
|
1901
2067
|
{
|
|
1902
2068
|
"name": "laravel-echo",
|
|
1903
2069
|
"description": "Laravel Echo for Nuxt.js",
|
|
@@ -2103,6 +2269,29 @@
|
|
|
2103
2269
|
"requires": {}
|
|
2104
2270
|
}
|
|
2105
2271
|
},
|
|
2272
|
+
{
|
|
2273
|
+
"name": "magic-regexp",
|
|
2274
|
+
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2275
|
+
"repo": "danielroe/magic-regexp",
|
|
2276
|
+
"npm": "magic-regexp",
|
|
2277
|
+
"icon": "magic-regexp.svg",
|
|
2278
|
+
"github": "https://github.com/danielroe/magic-regexp",
|
|
2279
|
+
"website": "https://magic-regexp.roe.dev",
|
|
2280
|
+
"learn_more": "https://magic-regexp.roe.dev",
|
|
2281
|
+
"category": "Libraries",
|
|
2282
|
+
"type": "3rd-party",
|
|
2283
|
+
"maintainers": [
|
|
2284
|
+
{
|
|
2285
|
+
"name": "Daniel Roe",
|
|
2286
|
+
"github": "danielroe",
|
|
2287
|
+
"twitter": "danielcroe"
|
|
2288
|
+
}
|
|
2289
|
+
],
|
|
2290
|
+
"compatibility": {
|
|
2291
|
+
"nuxt": "^3.0.0",
|
|
2292
|
+
"requires": {}
|
|
2293
|
+
}
|
|
2294
|
+
},
|
|
2106
2295
|
{
|
|
2107
2296
|
"name": "markdownit",
|
|
2108
2297
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
@@ -2452,6 +2641,28 @@
|
|
|
2452
2641
|
}
|
|
2453
2642
|
}
|
|
2454
2643
|
},
|
|
2644
|
+
{
|
|
2645
|
+
"name": "nuxt-monaco-editor",
|
|
2646
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
2647
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
2648
|
+
"npm": "nuxt-monaco-editor",
|
|
2649
|
+
"icon": "",
|
|
2650
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2651
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2652
|
+
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
2653
|
+
"category": "Libraries",
|
|
2654
|
+
"type": "3rd-party",
|
|
2655
|
+
"maintainers": [
|
|
2656
|
+
{
|
|
2657
|
+
"name": "e-chan1007",
|
|
2658
|
+
"github": "e-chan1007"
|
|
2659
|
+
}
|
|
2660
|
+
],
|
|
2661
|
+
"compatibility": {
|
|
2662
|
+
"nuxt": "^3.0.0",
|
|
2663
|
+
"requires": {}
|
|
2664
|
+
}
|
|
2665
|
+
},
|
|
2455
2666
|
{
|
|
2456
2667
|
"name": "nuxt-pino-log",
|
|
2457
2668
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -2521,6 +2732,50 @@
|
|
|
2521
2732
|
"requires": {}
|
|
2522
2733
|
}
|
|
2523
2734
|
},
|
|
2735
|
+
{
|
|
2736
|
+
"name": "nuxt-svgo",
|
|
2737
|
+
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
2738
|
+
"repo": "cpsoinos/nuxt-svgo",
|
|
2739
|
+
"npm": "nuxt-svgo",
|
|
2740
|
+
"icon": "",
|
|
2741
|
+
"github": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2742
|
+
"website": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2743
|
+
"learn_more": "",
|
|
2744
|
+
"category": "Images",
|
|
2745
|
+
"type": "3rd-party",
|
|
2746
|
+
"maintainers": [
|
|
2747
|
+
{
|
|
2748
|
+
"name": "cpsoinos",
|
|
2749
|
+
"github": "cpsoinos"
|
|
2750
|
+
}
|
|
2751
|
+
],
|
|
2752
|
+
"compatibility": {
|
|
2753
|
+
"nuxt": "^3.0.0",
|
|
2754
|
+
"requires": {}
|
|
2755
|
+
}
|
|
2756
|
+
},
|
|
2757
|
+
{
|
|
2758
|
+
"name": "nuxt-unleash",
|
|
2759
|
+
"description": "Nuxt.js module to use Unleash toggle feature services",
|
|
2760
|
+
"repo": "conejerock/nuxt-unleash",
|
|
2761
|
+
"npm": "nuxt-unleash",
|
|
2762
|
+
"icon": "nuxt-unleash.svg",
|
|
2763
|
+
"github": "https://github.com/conejerock/nuxt-unleash",
|
|
2764
|
+
"website": "https://github.com/conejerock/nuxt-unleash",
|
|
2765
|
+
"learn_more": "https://github.com/Unleash/unleash",
|
|
2766
|
+
"category": "Deployment",
|
|
2767
|
+
"type": "3rd-party",
|
|
2768
|
+
"maintainers": [
|
|
2769
|
+
{
|
|
2770
|
+
"name": "Juanjo Conejerock",
|
|
2771
|
+
"github": "conejerock"
|
|
2772
|
+
}
|
|
2773
|
+
],
|
|
2774
|
+
"compatibility": {
|
|
2775
|
+
"nuxt": "^2.0.0",
|
|
2776
|
+
"requires": {}
|
|
2777
|
+
}
|
|
2778
|
+
},
|
|
2524
2779
|
{
|
|
2525
2780
|
"name": "nuxt-use-motion",
|
|
2526
2781
|
"description": "A Nuxt module putting your components in motion",
|
|
@@ -2703,11 +2958,11 @@
|
|
|
2703
2958
|
{
|
|
2704
2959
|
"name": "partytown",
|
|
2705
2960
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2706
|
-
"repo": "nuxt-
|
|
2961
|
+
"repo": "nuxt-modules/partytown",
|
|
2707
2962
|
"npm": "@nuxtjs/partytown",
|
|
2708
2963
|
"icon": "partytown.svg",
|
|
2709
|
-
"github": "https://github.com/nuxt-
|
|
2710
|
-
"website": "https://github.com/nuxt-
|
|
2964
|
+
"github": "https://github.com/nuxt-modules/partytown",
|
|
2965
|
+
"website": "https://github.com/nuxt-modules/partytown",
|
|
2711
2966
|
"learn_more": "https://partytown.builder.io/",
|
|
2712
2967
|
"category": "Performance",
|
|
2713
2968
|
"type": "community",
|
|
@@ -2821,28 +3076,19 @@
|
|
|
2821
3076
|
{
|
|
2822
3077
|
"name": "prismic",
|
|
2823
3078
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
2824
|
-
"repo": "nuxt-
|
|
3079
|
+
"repo": "nuxt-modules/prismic",
|
|
2825
3080
|
"npm": "@nuxtjs/prismic",
|
|
2826
3081
|
"icon": "prismic.png",
|
|
2827
|
-
"github": "https://github.com/nuxt-
|
|
3082
|
+
"github": "https://github.com/nuxt-modules/prismic",
|
|
2828
3083
|
"website": "https://prismic.nuxtjs.org",
|
|
2829
|
-
"learn_more": "https://prismic.io
|
|
3084
|
+
"learn_more": "https://prismic.io",
|
|
2830
3085
|
"category": "CMS",
|
|
2831
3086
|
"type": "community",
|
|
2832
3087
|
"maintainers": [
|
|
2833
|
-
{
|
|
2834
|
-
"name": "Sébastien Chopin",
|
|
2835
|
-
"github": "Atinux",
|
|
2836
|
-
"twitter": "Atinux"
|
|
2837
|
-
},
|
|
2838
3088
|
{
|
|
2839
3089
|
"name": "lihbr",
|
|
2840
3090
|
"github": "lihbr",
|
|
2841
3091
|
"twitter": "li_hbr"
|
|
2842
|
-
},
|
|
2843
|
-
{
|
|
2844
|
-
"name": "James Pegg",
|
|
2845
|
-
"github": "jamespegg"
|
|
2846
3092
|
}
|
|
2847
3093
|
],
|
|
2848
3094
|
"compatibility": {
|
|
@@ -2921,7 +3167,7 @@
|
|
|
2921
3167
|
{
|
|
2922
3168
|
"name": "purgecss",
|
|
2923
3169
|
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
|
|
2924
|
-
"repo": "Developmint/nuxt-purgecss",
|
|
3170
|
+
"repo": "Developmint/nuxt-purgecss#main",
|
|
2925
3171
|
"npm": "nuxt-purgecss",
|
|
2926
3172
|
"icon": "purgecss.png",
|
|
2927
3173
|
"github": "https://github.com/Developmint/nuxt-purgecss",
|
|
@@ -2936,7 +3182,7 @@
|
|
|
2936
3182
|
}
|
|
2937
3183
|
],
|
|
2938
3184
|
"compatibility": {
|
|
2939
|
-
"nuxt": "^2.0.0",
|
|
3185
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2940
3186
|
"requires": {}
|
|
2941
3187
|
}
|
|
2942
3188
|
},
|
|
@@ -3072,8 +3318,10 @@
|
|
|
3072
3318
|
}
|
|
3073
3319
|
],
|
|
3074
3320
|
"compatibility": {
|
|
3075
|
-
"nuxt": "^2.0.0",
|
|
3076
|
-
"requires": {
|
|
3321
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3322
|
+
"requires": {
|
|
3323
|
+
"bridge": "optional"
|
|
3324
|
+
}
|
|
3077
3325
|
}
|
|
3078
3326
|
},
|
|
3079
3327
|
{
|
|
@@ -3147,10 +3395,10 @@
|
|
|
3147
3395
|
{
|
|
3148
3396
|
"name": "sanity",
|
|
3149
3397
|
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
3150
|
-
"repo": "nuxt-
|
|
3398
|
+
"repo": "nuxt-modules/sanity#main",
|
|
3151
3399
|
"npm": "@nuxtjs/sanity",
|
|
3152
3400
|
"icon": "sanity.png",
|
|
3153
|
-
"github": "https://github.com/nuxt-
|
|
3401
|
+
"github": "https://github.com/nuxt-modules/sanity#main",
|
|
3154
3402
|
"website": "https://sanity.nuxtjs.org",
|
|
3155
3403
|
"learn_more": "https://www.sanity.io/",
|
|
3156
3404
|
"category": "CMS",
|
|
@@ -3169,6 +3417,30 @@
|
|
|
3169
3417
|
}
|
|
3170
3418
|
}
|
|
3171
3419
|
},
|
|
3420
|
+
{
|
|
3421
|
+
"name": "schema-org",
|
|
3422
|
+
"description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
|
|
3423
|
+
"repo": "vueuse/schema-org#main/packages/nuxt",
|
|
3424
|
+
"npm": "nuxt-schema-org",
|
|
3425
|
+
"icon": "schema-org.svg",
|
|
3426
|
+
"github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3427
|
+
"website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3428
|
+
"learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
|
|
3429
|
+
"category": "SEO",
|
|
3430
|
+
"type": "3rd-party",
|
|
3431
|
+
"maintainers": [
|
|
3432
|
+
{
|
|
3433
|
+
"name": "Harlan Wilton",
|
|
3434
|
+
"github": "harlan-zw",
|
|
3435
|
+
"twitter": "harlan_zw",
|
|
3436
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
3437
|
+
}
|
|
3438
|
+
],
|
|
3439
|
+
"compatibility": {
|
|
3440
|
+
"nuxt": "^3.0.0",
|
|
3441
|
+
"requires": {}
|
|
3442
|
+
}
|
|
3443
|
+
},
|
|
3172
3444
|
{
|
|
3173
3445
|
"name": "scss-to-js",
|
|
3174
3446
|
"description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
|
|
@@ -3191,6 +3463,29 @@
|
|
|
3191
3463
|
"requires": {}
|
|
3192
3464
|
}
|
|
3193
3465
|
},
|
|
3466
|
+
{
|
|
3467
|
+
"name": "security",
|
|
3468
|
+
"description": "Security Module for Nuxt based on OWASP Top 10 and Helmet",
|
|
3469
|
+
"repo": "Baroshem/nuxt-security",
|
|
3470
|
+
"npm": "nuxt-security",
|
|
3471
|
+
"icon": "nuxt-security.svg",
|
|
3472
|
+
"github": "https://github.com/Baroshem/nuxt-security",
|
|
3473
|
+
"website": "https://nuxt-security.vercel.app/",
|
|
3474
|
+
"learn_more": "https://nuxt-security.vercel.app/",
|
|
3475
|
+
"category": "Security",
|
|
3476
|
+
"type": "3rd-party",
|
|
3477
|
+
"maintainers": [
|
|
3478
|
+
{
|
|
3479
|
+
"name": "Jakub Andrzejewski",
|
|
3480
|
+
"github": "Baroshem",
|
|
3481
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
3482
|
+
}
|
|
3483
|
+
],
|
|
3484
|
+
"compatibility": {
|
|
3485
|
+
"nuxt": "^3.0.0",
|
|
3486
|
+
"requires": {}
|
|
3487
|
+
}
|
|
3488
|
+
},
|
|
3194
3489
|
{
|
|
3195
3490
|
"name": "segment",
|
|
3196
3491
|
"description": "Nuxt.js module for Segment Analytics.js",
|
|
@@ -3303,6 +3598,29 @@
|
|
|
3303
3598
|
"requires": {}
|
|
3304
3599
|
}
|
|
3305
3600
|
},
|
|
3601
|
+
{
|
|
3602
|
+
"name": "session",
|
|
3603
|
+
"description": "Session middleware to persist data across multiple requests, supports many backends via unjs/unstorage: memory, redis, fs, ...",
|
|
3604
|
+
"repo": "sidebase/nuxt-session",
|
|
3605
|
+
"npm": "@sidebase/nuxt-session",
|
|
3606
|
+
"icon": "session.png",
|
|
3607
|
+
"github": "https://github.com/sidebase/nuxt-session",
|
|
3608
|
+
"website": "https://github.com/sidebase/nuxt-session",
|
|
3609
|
+
"learn_more": "https://github.com/sidebase",
|
|
3610
|
+
"category": "Security",
|
|
3611
|
+
"type": "3rd-party",
|
|
3612
|
+
"maintainers": [
|
|
3613
|
+
{
|
|
3614
|
+
"name": "sidebase",
|
|
3615
|
+
"github": "sidebase",
|
|
3616
|
+
"twitter": "sidebase_io"
|
|
3617
|
+
}
|
|
3618
|
+
],
|
|
3619
|
+
"compatibility": {
|
|
3620
|
+
"nuxt": "^3.0.0",
|
|
3621
|
+
"requires": {}
|
|
3622
|
+
}
|
|
3623
|
+
},
|
|
3306
3624
|
{
|
|
3307
3625
|
"name": "shopify",
|
|
3308
3626
|
"description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
|
|
@@ -3710,13 +4028,13 @@
|
|
|
3710
4028
|
},
|
|
3711
4029
|
{
|
|
3712
4030
|
"name": "stylify",
|
|
3713
|
-
"description": "Stylify
|
|
3714
|
-
"repo": "stylify/packages#master/packages/nuxt
|
|
3715
|
-
"npm": "@stylify/nuxt
|
|
4031
|
+
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
4032
|
+
"repo": "stylify/packages#master/packages/nuxt",
|
|
4033
|
+
"npm": "@stylify/nuxt",
|
|
3716
4034
|
"icon": "stylify.svg",
|
|
3717
|
-
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt
|
|
3718
|
-
"website": "https://
|
|
3719
|
-
"learn_more": "https://
|
|
4035
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
4036
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
4037
|
+
"learn_more": "https://stylifycss.com",
|
|
3720
4038
|
"category": "UI",
|
|
3721
4039
|
"type": "3rd-party",
|
|
3722
4040
|
"maintainers": [
|
|
@@ -3727,7 +4045,7 @@
|
|
|
3727
4045
|
}
|
|
3728
4046
|
],
|
|
3729
4047
|
"compatibility": {
|
|
3730
|
-
"nuxt": "^2.0.0",
|
|
4048
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3731
4049
|
"requires": {}
|
|
3732
4050
|
}
|
|
3733
4051
|
},
|
|
@@ -3922,6 +4240,31 @@
|
|
|
3922
4240
|
"requires": {}
|
|
3923
4241
|
}
|
|
3924
4242
|
},
|
|
4243
|
+
{
|
|
4244
|
+
"name": "turnstile",
|
|
4245
|
+
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
4246
|
+
"repo": "danielroe/nuxt-turnstile",
|
|
4247
|
+
"npm": "nuxt-turnstile",
|
|
4248
|
+
"icon": "cloudflare.svg",
|
|
4249
|
+
"github": "https://github.com/danielroe/nuxt-turnstile",
|
|
4250
|
+
"website": "https://github.com/danielroe/nuxt-turnstile",
|
|
4251
|
+
"learn_more": "https://www.cloudflare.com/products/turnstile/",
|
|
4252
|
+
"category": "Security",
|
|
4253
|
+
"type": "3rd-party",
|
|
4254
|
+
"maintainers": [
|
|
4255
|
+
{
|
|
4256
|
+
"name": "Daniel Roe",
|
|
4257
|
+
"github": "danielroe",
|
|
4258
|
+
"twitter": "danielcroe"
|
|
4259
|
+
}
|
|
4260
|
+
],
|
|
4261
|
+
"compatibility": {
|
|
4262
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4263
|
+
"requires": {
|
|
4264
|
+
"bridge": true
|
|
4265
|
+
}
|
|
4266
|
+
}
|
|
4267
|
+
},
|
|
3925
4268
|
{
|
|
3926
4269
|
"name": "twa",
|
|
3927
4270
|
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
@@ -3946,6 +4289,39 @@
|
|
|
3946
4289
|
}
|
|
3947
4290
|
}
|
|
3948
4291
|
},
|
|
4292
|
+
{
|
|
4293
|
+
"name": "twicpics",
|
|
4294
|
+
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
4295
|
+
"repo": "TwicPics/components",
|
|
4296
|
+
"npm": "@twicpics/components",
|
|
4297
|
+
"icon": "twicpics.svg",
|
|
4298
|
+
"github": "https://github.com/TwicPics/components",
|
|
4299
|
+
"website": "https://www.twicpics.com/docs/components/nuxt-3",
|
|
4300
|
+
"learn_more": "https://www.twicpics.com",
|
|
4301
|
+
"category": "Images",
|
|
4302
|
+
"type": "3rd-party",
|
|
4303
|
+
"maintainers": [
|
|
4304
|
+
{
|
|
4305
|
+
"name": "Florent Bourgeois",
|
|
4306
|
+
"github": "florentb",
|
|
4307
|
+
"twitter": "florent_b"
|
|
4308
|
+
},
|
|
4309
|
+
{
|
|
4310
|
+
"name": "Julian Aubourg",
|
|
4311
|
+
"github": "jaubourg",
|
|
4312
|
+
"twitter": "jaubourg"
|
|
4313
|
+
},
|
|
4314
|
+
{
|
|
4315
|
+
"name": "Miguel Beignon",
|
|
4316
|
+
"github": "mbgspcii",
|
|
4317
|
+
"twitter": "m_beignon"
|
|
4318
|
+
}
|
|
4319
|
+
],
|
|
4320
|
+
"compatibility": {
|
|
4321
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4322
|
+
"requires": {}
|
|
4323
|
+
}
|
|
4324
|
+
},
|
|
3949
4325
|
{
|
|
3950
4326
|
"name": "typed-router",
|
|
3951
4327
|
"description": "Provide autocompletion for pages route names generated by Nuxt router",
|
|
@@ -4057,6 +4433,30 @@
|
|
|
4057
4433
|
"requires": {}
|
|
4058
4434
|
}
|
|
4059
4435
|
},
|
|
4436
|
+
{
|
|
4437
|
+
"name": "umami",
|
|
4438
|
+
"description": "Embed the Umami analytics library into Nuxt",
|
|
4439
|
+
"repo": "ijkml/nuxt-umami",
|
|
4440
|
+
"npm": "nuxt-umami",
|
|
4441
|
+
"icon": "umami.svg",
|
|
4442
|
+
"github": "https://github.com/ijkml/nuxt-umami",
|
|
4443
|
+
"website": "https://github.com/ijkml/nuxt-umami",
|
|
4444
|
+
"learn_more": "https://umami.is/docs/",
|
|
4445
|
+
"category": "Analytics",
|
|
4446
|
+
"type": "3rd-party",
|
|
4447
|
+
"maintainers": [
|
|
4448
|
+
{
|
|
4449
|
+
"name": "ML",
|
|
4450
|
+
"github": "ijkml"
|
|
4451
|
+
}
|
|
4452
|
+
],
|
|
4453
|
+
"compatibility": {
|
|
4454
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4455
|
+
"requires": {
|
|
4456
|
+
"bridge": "optional"
|
|
4457
|
+
}
|
|
4458
|
+
}
|
|
4459
|
+
},
|
|
4060
4460
|
{
|
|
4061
4461
|
"name": "universal-storage",
|
|
4062
4462
|
"description": "Universal Storage Utilities for Nuxt.js",
|
|
@@ -4293,6 +4693,28 @@
|
|
|
4293
4693
|
"requires": {}
|
|
4294
4694
|
}
|
|
4295
4695
|
},
|
|
4696
|
+
{
|
|
4697
|
+
"name": "vuestic",
|
|
4698
|
+
"description": "Vuestic UI module for Nuxt 3",
|
|
4699
|
+
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
4700
|
+
"npm": "@vuestic/nuxt",
|
|
4701
|
+
"icon": "",
|
|
4702
|
+
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
4703
|
+
"website": "https://vuestic.dev",
|
|
4704
|
+
"learn_more": "https://vuestic.dev/en/getting-started/nuxt",
|
|
4705
|
+
"category": "UI",
|
|
4706
|
+
"type": "3rd-party",
|
|
4707
|
+
"maintainers": [
|
|
4708
|
+
{
|
|
4709
|
+
"name": "epicmaxco",
|
|
4710
|
+
"github": "epicmaxco"
|
|
4711
|
+
}
|
|
4712
|
+
],
|
|
4713
|
+
"compatibility": {
|
|
4714
|
+
"nuxt": "^3.0.0",
|
|
4715
|
+
"requires": {}
|
|
4716
|
+
}
|
|
4717
|
+
},
|
|
4296
4718
|
{
|
|
4297
4719
|
"name": "vuetify",
|
|
4298
4720
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -4395,8 +4817,10 @@
|
|
|
4395
4817
|
}
|
|
4396
4818
|
],
|
|
4397
4819
|
"compatibility": {
|
|
4398
|
-
"nuxt": "^2.0.0",
|
|
4399
|
-
"requires": {
|
|
4820
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4821
|
+
"requires": {
|
|
4822
|
+
"bridge": "optional"
|
|
4823
|
+
}
|
|
4400
4824
|
}
|
|
4401
4825
|
},
|
|
4402
4826
|
{
|
|
@@ -4632,6 +5056,31 @@
|
|
|
4632
5056
|
"requires": {}
|
|
4633
5057
|
}
|
|
4634
5058
|
},
|
|
5059
|
+
{
|
|
5060
|
+
"name": "xstate",
|
|
5061
|
+
"description": "XState integration for Nuxt",
|
|
5062
|
+
"repo": "Lexpeartha/nuxt-xstate",
|
|
5063
|
+
"npm": "nuxt-xstate",
|
|
5064
|
+
"icon": "xstate.svg",
|
|
5065
|
+
"github": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
5066
|
+
"website": "https://nuxt-xstate.lexpeartha.com",
|
|
5067
|
+
"learn_more": "https://xstate.js.org/",
|
|
5068
|
+
"category": "Extensions",
|
|
5069
|
+
"type": "3rd-party",
|
|
5070
|
+
"maintainers": [
|
|
5071
|
+
{
|
|
5072
|
+
"name": "Lexpeartha",
|
|
5073
|
+
"github": "Lexpeartha",
|
|
5074
|
+
"twitter": "lexpeartha"
|
|
5075
|
+
}
|
|
5076
|
+
],
|
|
5077
|
+
"compatibility": {
|
|
5078
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5079
|
+
"requires": {
|
|
5080
|
+
"bridge": true
|
|
5081
|
+
}
|
|
5082
|
+
}
|
|
5083
|
+
},
|
|
4635
5084
|
{
|
|
4636
5085
|
"name": "xui",
|
|
4637
5086
|
"description": "Light module to help design websites with Nuxt.",
|