@nuxt/modules 0.5.0-9fe32a → 0.5.0-a9065b
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 +381 -47
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
},
|
|
392
392
|
{
|
|
393
393
|
"name": "bugsnag",
|
|
394
|
-
"description": "Bugsnag
|
|
394
|
+
"description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
|
|
395
395
|
"repo": "JulianMar/nuxt-bugsnag",
|
|
396
396
|
"npm": "nuxt-bugsnag",
|
|
397
397
|
"icon": "bugsnag.png",
|
|
@@ -403,12 +403,15 @@
|
|
|
403
403
|
"maintainers": [
|
|
404
404
|
{
|
|
405
405
|
"name": "JulianMar",
|
|
406
|
-
"github": "JulianMar"
|
|
406
|
+
"github": "JulianMar",
|
|
407
|
+
"twitter": "julian_martin96"
|
|
407
408
|
}
|
|
408
409
|
],
|
|
409
410
|
"compatibility": {
|
|
410
|
-
"nuxt": "^2.0.0",
|
|
411
|
-
"requires": {
|
|
411
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
412
|
+
"requires": {
|
|
413
|
+
"bridge": true
|
|
414
|
+
}
|
|
412
415
|
}
|
|
413
416
|
},
|
|
414
417
|
{
|
|
@@ -662,10 +665,10 @@
|
|
|
662
665
|
},
|
|
663
666
|
{
|
|
664
667
|
"name": "content",
|
|
665
|
-
"description": "
|
|
668
|
+
"description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
|
|
666
669
|
"repo": "nuxt/content#main",
|
|
667
670
|
"npm": "@nuxt/content",
|
|
668
|
-
"icon": "
|
|
671
|
+
"icon": "nuxt.png",
|
|
669
672
|
"github": "https://github.com/nuxt/content",
|
|
670
673
|
"website": "https://content.nuxtjs.org",
|
|
671
674
|
"learn_more": "",
|
|
@@ -673,9 +676,14 @@
|
|
|
673
676
|
"type": "official",
|
|
674
677
|
"maintainers": [
|
|
675
678
|
{
|
|
676
|
-
"name": "
|
|
677
|
-
"github": "
|
|
678
|
-
"twitter": "
|
|
679
|
+
"name": "Yaël Guilloux",
|
|
680
|
+
"github": "Tahul",
|
|
681
|
+
"twitter": "yaeeelglx"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"name": "Ahad Birang",
|
|
685
|
+
"github": "farnabaz",
|
|
686
|
+
"twitter": "a_birang"
|
|
679
687
|
},
|
|
680
688
|
{
|
|
681
689
|
"name": "Sebastien Chopin",
|
|
@@ -684,7 +692,7 @@
|
|
|
684
692
|
}
|
|
685
693
|
],
|
|
686
694
|
"compatibility": {
|
|
687
|
-
"nuxt": "^2.0.0",
|
|
695
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
688
696
|
"requires": {}
|
|
689
697
|
}
|
|
690
698
|
},
|
|
@@ -825,6 +833,29 @@
|
|
|
825
833
|
"requires": {}
|
|
826
834
|
}
|
|
827
835
|
},
|
|
836
|
+
{
|
|
837
|
+
"name": "delay-hydration",
|
|
838
|
+
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
839
|
+
"repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
|
|
840
|
+
"npm": "nuxt-delay-hydration",
|
|
841
|
+
"icon": "lighthouse.svg",
|
|
842
|
+
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
843
|
+
"website": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
844
|
+
"learn_more": "",
|
|
845
|
+
"category": "Performance",
|
|
846
|
+
"type": "3rd-party",
|
|
847
|
+
"maintainers": [
|
|
848
|
+
{
|
|
849
|
+
"name": "Harlan Wilton",
|
|
850
|
+
"github": "harlan-zw",
|
|
851
|
+
"twitter": "harlan_zw"
|
|
852
|
+
}
|
|
853
|
+
],
|
|
854
|
+
"compatibility": {
|
|
855
|
+
"nuxt": "^2.0.0",
|
|
856
|
+
"requires": {}
|
|
857
|
+
}
|
|
858
|
+
},
|
|
828
859
|
{
|
|
829
860
|
"name": "device",
|
|
830
861
|
"description": "Device detection module for Nuxt.js",
|
|
@@ -1337,8 +1368,10 @@
|
|
|
1337
1368
|
}
|
|
1338
1369
|
],
|
|
1339
1370
|
"compatibility": {
|
|
1340
|
-
"nuxt": "^2.0.0",
|
|
1341
|
-
"requires": {
|
|
1371
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1372
|
+
"requires": {
|
|
1373
|
+
"bridge": "optional"
|
|
1374
|
+
}
|
|
1342
1375
|
}
|
|
1343
1376
|
},
|
|
1344
1377
|
{
|
|
@@ -1492,11 +1525,11 @@
|
|
|
1492
1525
|
{
|
|
1493
1526
|
"name": "harlem",
|
|
1494
1527
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1495
|
-
"repo": "nuxt-
|
|
1528
|
+
"repo": "nuxt-modules/harlem",
|
|
1496
1529
|
"npm": "@nuxtjs/harlem",
|
|
1497
1530
|
"icon": "harlem.svg",
|
|
1498
|
-
"github": "https://github.com/nuxt-
|
|
1499
|
-
"website": "https://github.com/nuxt-
|
|
1531
|
+
"github": "https://github.com/nuxt-modules/harlem",
|
|
1532
|
+
"website": "https://github.com/nuxt-modules/harlem",
|
|
1500
1533
|
"learn_more": "https://harlemjs.com/",
|
|
1501
1534
|
"category": "Extensions",
|
|
1502
1535
|
"type": "community",
|
|
@@ -1626,10 +1659,10 @@
|
|
|
1626
1659
|
{
|
|
1627
1660
|
"name": "html-validator",
|
|
1628
1661
|
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1629
|
-
"repo": "nuxt-
|
|
1662
|
+
"repo": "nuxt-modules/html-validator",
|
|
1630
1663
|
"npm": "@nuxtjs/html-validator",
|
|
1631
1664
|
"icon": "html-validator.png",
|
|
1632
|
-
"github": "https://github.com/nuxt-
|
|
1665
|
+
"github": "https://github.com/nuxt-modules/html-validator",
|
|
1633
1666
|
"website": "https://html-validator.nuxtjs.org",
|
|
1634
1667
|
"learn_more": "https://html-validate.org",
|
|
1635
1668
|
"category": "Performance",
|
|
@@ -1723,6 +1756,50 @@
|
|
|
1723
1756
|
"requires": {}
|
|
1724
1757
|
}
|
|
1725
1758
|
},
|
|
1759
|
+
{
|
|
1760
|
+
"name": "icon",
|
|
1761
|
+
"description": "",
|
|
1762
|
+
"repo": "nuxt-modules/icon",
|
|
1763
|
+
"npm": "nuxt-icon",
|
|
1764
|
+
"icon": "nuxt-icon.png",
|
|
1765
|
+
"github": "https://github.com/nuxt-modules/icon",
|
|
1766
|
+
"website": "https://github.com/nuxt-modules/icon",
|
|
1767
|
+
"learn_more": "",
|
|
1768
|
+
"category": "UI",
|
|
1769
|
+
"type": "community",
|
|
1770
|
+
"maintainers": [
|
|
1771
|
+
{
|
|
1772
|
+
"name": "Atinux",
|
|
1773
|
+
"github": "Atinux"
|
|
1774
|
+
}
|
|
1775
|
+
],
|
|
1776
|
+
"compatibility": {
|
|
1777
|
+
"nuxt": "^3.0.0",
|
|
1778
|
+
"requires": {}
|
|
1779
|
+
}
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"name": "icons",
|
|
1783
|
+
"description": "Use your own automatically imported SVG icons.",
|
|
1784
|
+
"repo": "gitfoxcode/nuxt-icons",
|
|
1785
|
+
"npm": "nuxt-icons",
|
|
1786
|
+
"icon": "icons.png",
|
|
1787
|
+
"github": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1788
|
+
"website": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1789
|
+
"learn_more": "",
|
|
1790
|
+
"category": "UI",
|
|
1791
|
+
"type": "3rd-party",
|
|
1792
|
+
"maintainers": [
|
|
1793
|
+
{
|
|
1794
|
+
"name": "Sebastian Wludzik",
|
|
1795
|
+
"github": "gitfoxcode"
|
|
1796
|
+
}
|
|
1797
|
+
],
|
|
1798
|
+
"compatibility": {
|
|
1799
|
+
"nuxt": "^3.0.0",
|
|
1800
|
+
"requires": {}
|
|
1801
|
+
}
|
|
1802
|
+
},
|
|
1726
1803
|
{
|
|
1727
1804
|
"name": "image-loader",
|
|
1728
1805
|
"description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
|
|
@@ -1849,6 +1926,29 @@
|
|
|
1849
1926
|
"requires": {}
|
|
1850
1927
|
}
|
|
1851
1928
|
},
|
|
1929
|
+
{
|
|
1930
|
+
"name": "ionic",
|
|
1931
|
+
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
1932
|
+
"repo": "danielroe/nuxt-ionic",
|
|
1933
|
+
"npm": "nuxt-ionic",
|
|
1934
|
+
"icon": "ionic.svg",
|
|
1935
|
+
"github": "https://github.com/danielroe/nuxt-ionic",
|
|
1936
|
+
"website": "https://ionic.roe.dev",
|
|
1937
|
+
"learn_more": "https://ionicframework.com",
|
|
1938
|
+
"category": "Libraries",
|
|
1939
|
+
"type": "3rd-party",
|
|
1940
|
+
"maintainers": [
|
|
1941
|
+
{
|
|
1942
|
+
"name": "Daniel Roe",
|
|
1943
|
+
"github": "danielroe",
|
|
1944
|
+
"twitter": "danielcroe"
|
|
1945
|
+
}
|
|
1946
|
+
],
|
|
1947
|
+
"compatibility": {
|
|
1948
|
+
"nuxt": "^3.0.0",
|
|
1949
|
+
"requires": {}
|
|
1950
|
+
}
|
|
1951
|
+
},
|
|
1852
1952
|
{
|
|
1853
1953
|
"name": "jsonapi",
|
|
1854
1954
|
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
@@ -1893,6 +1993,30 @@
|
|
|
1893
1993
|
"requires": {}
|
|
1894
1994
|
}
|
|
1895
1995
|
},
|
|
1996
|
+
{
|
|
1997
|
+
"name": "kql",
|
|
1998
|
+
"description": "Nuxt 3 module for Kirby's Query Language API",
|
|
1999
|
+
"repo": "johannschopplich/nuxt-kql",
|
|
2000
|
+
"npm": "nuxt-kql",
|
|
2001
|
+
"icon": "kql.svg",
|
|
2002
|
+
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2003
|
+
"website": "https://nuxt-kql.jhnn.dev",
|
|
2004
|
+
"learn_more": "",
|
|
2005
|
+
"category": "CMS",
|
|
2006
|
+
"type": "3rd-party",
|
|
2007
|
+
"maintainers": [
|
|
2008
|
+
{
|
|
2009
|
+
"name": "Johann Schopplich",
|
|
2010
|
+
"github": "johannschopplich",
|
|
2011
|
+
"twitter": "jschopplich",
|
|
2012
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
2013
|
+
}
|
|
2014
|
+
],
|
|
2015
|
+
"compatibility": {
|
|
2016
|
+
"nuxt": "^3.0.0",
|
|
2017
|
+
"requires": {}
|
|
2018
|
+
}
|
|
2019
|
+
},
|
|
1896
2020
|
{
|
|
1897
2021
|
"name": "laravel-echo",
|
|
1898
2022
|
"description": "Laravel Echo for Nuxt.js",
|
|
@@ -2098,6 +2222,29 @@
|
|
|
2098
2222
|
"requires": {}
|
|
2099
2223
|
}
|
|
2100
2224
|
},
|
|
2225
|
+
{
|
|
2226
|
+
"name": "magic-regexp",
|
|
2227
|
+
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2228
|
+
"repo": "danielroe/magic-regexp",
|
|
2229
|
+
"npm": "magic-regexp",
|
|
2230
|
+
"icon": "magic-regexp.svg",
|
|
2231
|
+
"github": "https://github.com/danielroe/magic-regexp",
|
|
2232
|
+
"website": "https://magic-regexp.roe.dev",
|
|
2233
|
+
"learn_more": "https://magic-regexp.roe.dev",
|
|
2234
|
+
"category": "Libraries",
|
|
2235
|
+
"type": "3rd-party",
|
|
2236
|
+
"maintainers": [
|
|
2237
|
+
{
|
|
2238
|
+
"name": "Daniel Roe",
|
|
2239
|
+
"github": "danielroe",
|
|
2240
|
+
"twitter": "danielcroe"
|
|
2241
|
+
}
|
|
2242
|
+
],
|
|
2243
|
+
"compatibility": {
|
|
2244
|
+
"nuxt": "^3.0.0",
|
|
2245
|
+
"requires": {}
|
|
2246
|
+
}
|
|
2247
|
+
},
|
|
2101
2248
|
{
|
|
2102
2249
|
"name": "markdownit",
|
|
2103
2250
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
@@ -2166,6 +2313,31 @@
|
|
|
2166
2313
|
"requires": {}
|
|
2167
2314
|
}
|
|
2168
2315
|
},
|
|
2316
|
+
{
|
|
2317
|
+
"name": "meilisearch",
|
|
2318
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2319
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2320
|
+
"npm": "nuxt-meilisearch",
|
|
2321
|
+
"icon": "meilisearch.svg",
|
|
2322
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2323
|
+
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2324
|
+
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2325
|
+
"category": "Libraries",
|
|
2326
|
+
"type": "3rd-party",
|
|
2327
|
+
"maintainers": [
|
|
2328
|
+
{
|
|
2329
|
+
"name": "Alex Duval",
|
|
2330
|
+
"github": "xlanex6",
|
|
2331
|
+
"avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
|
|
2332
|
+
}
|
|
2333
|
+
],
|
|
2334
|
+
"compatibility": {
|
|
2335
|
+
"nuxt": "^3.0.0",
|
|
2336
|
+
"requires": {
|
|
2337
|
+
"bridge": false
|
|
2338
|
+
}
|
|
2339
|
+
}
|
|
2340
|
+
},
|
|
2169
2341
|
{
|
|
2170
2342
|
"name": "memwatch",
|
|
2171
2343
|
"description": "Quickly watch real-time memory stats of your nuxt app",
|
|
@@ -2422,6 +2594,28 @@
|
|
|
2422
2594
|
}
|
|
2423
2595
|
}
|
|
2424
2596
|
},
|
|
2597
|
+
{
|
|
2598
|
+
"name": "nuxt-monaco-editor",
|
|
2599
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
2600
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
2601
|
+
"npm": "nuxt-monaco-editor",
|
|
2602
|
+
"icon": "",
|
|
2603
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2604
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2605
|
+
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
2606
|
+
"category": "Libraries",
|
|
2607
|
+
"type": "3rd-party",
|
|
2608
|
+
"maintainers": [
|
|
2609
|
+
{
|
|
2610
|
+
"name": "e-chan1007",
|
|
2611
|
+
"github": "e-chan1007"
|
|
2612
|
+
}
|
|
2613
|
+
],
|
|
2614
|
+
"compatibility": {
|
|
2615
|
+
"nuxt": "^3.0.0",
|
|
2616
|
+
"requires": {}
|
|
2617
|
+
}
|
|
2618
|
+
},
|
|
2425
2619
|
{
|
|
2426
2620
|
"name": "nuxt-pino-log",
|
|
2427
2621
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -2491,6 +2685,50 @@
|
|
|
2491
2685
|
"requires": {}
|
|
2492
2686
|
}
|
|
2493
2687
|
},
|
|
2688
|
+
{
|
|
2689
|
+
"name": "nuxt-svgo",
|
|
2690
|
+
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
2691
|
+
"repo": "cpsoinos/nuxt-svgo",
|
|
2692
|
+
"npm": "nuxt-svgo",
|
|
2693
|
+
"icon": "",
|
|
2694
|
+
"github": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2695
|
+
"website": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2696
|
+
"learn_more": "",
|
|
2697
|
+
"category": "Images",
|
|
2698
|
+
"type": "3rd-party",
|
|
2699
|
+
"maintainers": [
|
|
2700
|
+
{
|
|
2701
|
+
"name": "cpsoinos",
|
|
2702
|
+
"github": "cpsoinos"
|
|
2703
|
+
}
|
|
2704
|
+
],
|
|
2705
|
+
"compatibility": {
|
|
2706
|
+
"nuxt": "^3.0.0",
|
|
2707
|
+
"requires": {}
|
|
2708
|
+
}
|
|
2709
|
+
},
|
|
2710
|
+
{
|
|
2711
|
+
"name": "nuxt-unleash",
|
|
2712
|
+
"description": "Nuxt.js module to use Unleash toggle feature services",
|
|
2713
|
+
"repo": "conejerock/nuxt-unleash",
|
|
2714
|
+
"npm": "nuxt-unleash",
|
|
2715
|
+
"icon": "nuxt-unleash.svg",
|
|
2716
|
+
"github": "https://github.com/conejerock/nuxt-unleash",
|
|
2717
|
+
"website": "https://github.com/conejerock/nuxt-unleash",
|
|
2718
|
+
"learn_more": "https://github.com/Unleash/unleash",
|
|
2719
|
+
"category": "Deployment",
|
|
2720
|
+
"type": "3rd-party",
|
|
2721
|
+
"maintainers": [
|
|
2722
|
+
{
|
|
2723
|
+
"name": "Juanjo Conejerock",
|
|
2724
|
+
"github": "conejerock"
|
|
2725
|
+
}
|
|
2726
|
+
],
|
|
2727
|
+
"compatibility": {
|
|
2728
|
+
"nuxt": "^2.0.0",
|
|
2729
|
+
"requires": {}
|
|
2730
|
+
}
|
|
2731
|
+
},
|
|
2494
2732
|
{
|
|
2495
2733
|
"name": "nuxt-use-motion",
|
|
2496
2734
|
"description": "A Nuxt module putting your components in motion",
|
|
@@ -2673,11 +2911,11 @@
|
|
|
2673
2911
|
{
|
|
2674
2912
|
"name": "partytown",
|
|
2675
2913
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2676
|
-
"repo": "nuxt-
|
|
2914
|
+
"repo": "nuxt-modules/partytown",
|
|
2677
2915
|
"npm": "@nuxtjs/partytown",
|
|
2678
2916
|
"icon": "partytown.svg",
|
|
2679
|
-
"github": "https://github.com/nuxt-
|
|
2680
|
-
"website": "https://github.com/nuxt-
|
|
2917
|
+
"github": "https://github.com/nuxt-modules/partytown",
|
|
2918
|
+
"website": "https://github.com/nuxt-modules/partytown",
|
|
2681
2919
|
"learn_more": "https://partytown.builder.io/",
|
|
2682
2920
|
"category": "Performance",
|
|
2683
2921
|
"type": "community",
|
|
@@ -2791,28 +3029,19 @@
|
|
|
2791
3029
|
{
|
|
2792
3030
|
"name": "prismic",
|
|
2793
3031
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
2794
|
-
"repo": "nuxt-
|
|
3032
|
+
"repo": "nuxt-modules/prismic",
|
|
2795
3033
|
"npm": "@nuxtjs/prismic",
|
|
2796
3034
|
"icon": "prismic.png",
|
|
2797
|
-
"github": "https://github.com/nuxt-
|
|
3035
|
+
"github": "https://github.com/nuxt-modules/prismic",
|
|
2798
3036
|
"website": "https://prismic.nuxtjs.org",
|
|
2799
|
-
"learn_more": "https://prismic.io
|
|
3037
|
+
"learn_more": "https://prismic.io",
|
|
2800
3038
|
"category": "CMS",
|
|
2801
3039
|
"type": "community",
|
|
2802
3040
|
"maintainers": [
|
|
2803
|
-
{
|
|
2804
|
-
"name": "Sébastien Chopin",
|
|
2805
|
-
"github": "Atinux",
|
|
2806
|
-
"twitter": "Atinux"
|
|
2807
|
-
},
|
|
2808
3041
|
{
|
|
2809
3042
|
"name": "lihbr",
|
|
2810
3043
|
"github": "lihbr",
|
|
2811
3044
|
"twitter": "li_hbr"
|
|
2812
|
-
},
|
|
2813
|
-
{
|
|
2814
|
-
"name": "James Pegg",
|
|
2815
|
-
"github": "jamespegg"
|
|
2816
3045
|
}
|
|
2817
3046
|
],
|
|
2818
3047
|
"compatibility": {
|
|
@@ -3042,8 +3271,10 @@
|
|
|
3042
3271
|
}
|
|
3043
3272
|
],
|
|
3044
3273
|
"compatibility": {
|
|
3045
|
-
"nuxt": "^2.0.0",
|
|
3046
|
-
"requires": {
|
|
3274
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3275
|
+
"requires": {
|
|
3276
|
+
"bridge": "optional"
|
|
3277
|
+
}
|
|
3047
3278
|
}
|
|
3048
3279
|
},
|
|
3049
3280
|
{
|
|
@@ -3117,10 +3348,10 @@
|
|
|
3117
3348
|
{
|
|
3118
3349
|
"name": "sanity",
|
|
3119
3350
|
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
3120
|
-
"repo": "nuxt-
|
|
3351
|
+
"repo": "nuxt-modules/sanity#main",
|
|
3121
3352
|
"npm": "@nuxtjs/sanity",
|
|
3122
3353
|
"icon": "sanity.png",
|
|
3123
|
-
"github": "https://github.com/nuxt-
|
|
3354
|
+
"github": "https://github.com/nuxt-modules/sanity#main",
|
|
3124
3355
|
"website": "https://sanity.nuxtjs.org",
|
|
3125
3356
|
"learn_more": "https://www.sanity.io/",
|
|
3126
3357
|
"category": "CMS",
|
|
@@ -3139,6 +3370,30 @@
|
|
|
3139
3370
|
}
|
|
3140
3371
|
}
|
|
3141
3372
|
},
|
|
3373
|
+
{
|
|
3374
|
+
"name": "schema-org",
|
|
3375
|
+
"description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
|
|
3376
|
+
"repo": "vueuse/schema-org#main/packages/nuxt",
|
|
3377
|
+
"npm": "nuxt-schema-org",
|
|
3378
|
+
"icon": "schema-org.svg",
|
|
3379
|
+
"github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3380
|
+
"website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3381
|
+
"learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
|
|
3382
|
+
"category": "SEO",
|
|
3383
|
+
"type": "3rd-party",
|
|
3384
|
+
"maintainers": [
|
|
3385
|
+
{
|
|
3386
|
+
"name": "Harlan Wilton",
|
|
3387
|
+
"github": "harlan-zw",
|
|
3388
|
+
"twitter": "harlan_zw",
|
|
3389
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
3390
|
+
}
|
|
3391
|
+
],
|
|
3392
|
+
"compatibility": {
|
|
3393
|
+
"nuxt": "^3.0.0",
|
|
3394
|
+
"requires": {}
|
|
3395
|
+
}
|
|
3396
|
+
},
|
|
3142
3397
|
{
|
|
3143
3398
|
"name": "scss-to-js",
|
|
3144
3399
|
"description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
|
|
@@ -3680,13 +3935,13 @@
|
|
|
3680
3935
|
},
|
|
3681
3936
|
{
|
|
3682
3937
|
"name": "stylify",
|
|
3683
|
-
"description": "Stylify
|
|
3684
|
-
"repo": "stylify/packages#master/packages/nuxt
|
|
3685
|
-
"npm": "@stylify/nuxt
|
|
3938
|
+
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3939
|
+
"repo": "stylify/packages#master/packages/nuxt",
|
|
3940
|
+
"npm": "@stylify/nuxt",
|
|
3686
3941
|
"icon": "stylify.svg",
|
|
3687
|
-
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt
|
|
3688
|
-
"website": "https://
|
|
3689
|
-
"learn_more": "https://
|
|
3942
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
3943
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
3944
|
+
"learn_more": "https://stylifycss.com",
|
|
3690
3945
|
"category": "UI",
|
|
3691
3946
|
"type": "3rd-party",
|
|
3692
3947
|
"maintainers": [
|
|
@@ -3697,7 +3952,7 @@
|
|
|
3697
3952
|
}
|
|
3698
3953
|
],
|
|
3699
3954
|
"compatibility": {
|
|
3700
|
-
"nuxt": "^2.0.0",
|
|
3955
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3701
3956
|
"requires": {}
|
|
3702
3957
|
}
|
|
3703
3958
|
},
|
|
@@ -3916,6 +4171,39 @@
|
|
|
3916
4171
|
}
|
|
3917
4172
|
}
|
|
3918
4173
|
},
|
|
4174
|
+
{
|
|
4175
|
+
"name": "twicpics",
|
|
4176
|
+
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
4177
|
+
"repo": "TwicPics/components",
|
|
4178
|
+
"npm": "@twicpics/components",
|
|
4179
|
+
"icon": "twicpics.svg",
|
|
4180
|
+
"github": "https://github.com/TwicPics/components",
|
|
4181
|
+
"website": "https://www.twicpics.com/docs/components/nuxt-3",
|
|
4182
|
+
"learn_more": "https://www.twicpics.com",
|
|
4183
|
+
"category": "Images",
|
|
4184
|
+
"type": "3rd-party",
|
|
4185
|
+
"maintainers": [
|
|
4186
|
+
{
|
|
4187
|
+
"name": "Florent Bourgeois",
|
|
4188
|
+
"github": "florentb",
|
|
4189
|
+
"twitter": "florent_b"
|
|
4190
|
+
},
|
|
4191
|
+
{
|
|
4192
|
+
"name": "Julian Aubourg",
|
|
4193
|
+
"github": "jaubourg",
|
|
4194
|
+
"twitter": "jaubourg"
|
|
4195
|
+
},
|
|
4196
|
+
{
|
|
4197
|
+
"name": "Miguel Beignon",
|
|
4198
|
+
"github": "mbgspcii",
|
|
4199
|
+
"twitter": "m_beignon"
|
|
4200
|
+
}
|
|
4201
|
+
],
|
|
4202
|
+
"compatibility": {
|
|
4203
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4204
|
+
"requires": {}
|
|
4205
|
+
}
|
|
4206
|
+
},
|
|
3919
4207
|
{
|
|
3920
4208
|
"name": "typed-router",
|
|
3921
4209
|
"description": "Provide autocompletion for pages route names generated by Nuxt router",
|
|
@@ -4263,6 +4551,28 @@
|
|
|
4263
4551
|
"requires": {}
|
|
4264
4552
|
}
|
|
4265
4553
|
},
|
|
4554
|
+
{
|
|
4555
|
+
"name": "vuestic",
|
|
4556
|
+
"description": "Vuestic UI module for Nuxt 3",
|
|
4557
|
+
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
4558
|
+
"npm": "@vuestic/nuxt",
|
|
4559
|
+
"icon": "",
|
|
4560
|
+
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
4561
|
+
"website": "https://vuestic.dev",
|
|
4562
|
+
"learn_more": "https://vuestic.dev/en/getting-started/nuxt",
|
|
4563
|
+
"category": "UI",
|
|
4564
|
+
"type": "3rd-party",
|
|
4565
|
+
"maintainers": [
|
|
4566
|
+
{
|
|
4567
|
+
"name": "epicmaxco",
|
|
4568
|
+
"github": "epicmaxco"
|
|
4569
|
+
}
|
|
4570
|
+
],
|
|
4571
|
+
"compatibility": {
|
|
4572
|
+
"nuxt": "^3.0.0",
|
|
4573
|
+
"requires": {}
|
|
4574
|
+
}
|
|
4575
|
+
},
|
|
4266
4576
|
{
|
|
4267
4577
|
"name": "vuetify",
|
|
4268
4578
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -4293,8 +4603,8 @@
|
|
|
4293
4603
|
{
|
|
4294
4604
|
"name": "vueuse",
|
|
4295
4605
|
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4296
|
-
"repo": "vueuse/vueuse#main/packages/
|
|
4297
|
-
"npm": "@vueuse/
|
|
4606
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
4607
|
+
"npm": "@vueuse/nuxt",
|
|
4298
4608
|
"icon": "vueuse.svg",
|
|
4299
4609
|
"github": "https://github.com/vueuse/vueuse",
|
|
4300
4610
|
"website": "https://vueuse.org",
|
|
@@ -4365,8 +4675,10 @@
|
|
|
4365
4675
|
}
|
|
4366
4676
|
],
|
|
4367
4677
|
"compatibility": {
|
|
4368
|
-
"nuxt": "^2.0.0",
|
|
4369
|
-
"requires": {
|
|
4678
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4679
|
+
"requires": {
|
|
4680
|
+
"bridge": "optional"
|
|
4681
|
+
}
|
|
4370
4682
|
}
|
|
4371
4683
|
},
|
|
4372
4684
|
{
|
|
@@ -4602,6 +4914,28 @@
|
|
|
4602
4914
|
"requires": {}
|
|
4603
4915
|
}
|
|
4604
4916
|
},
|
|
4917
|
+
{
|
|
4918
|
+
"name": "xstate",
|
|
4919
|
+
"description": "XState integration for Nuxt",
|
|
4920
|
+
"repo": "Lexpeartha/nuxt-xstate",
|
|
4921
|
+
"npm": "nuxt-xstate",
|
|
4922
|
+
"icon": "",
|
|
4923
|
+
"github": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
4924
|
+
"website": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
4925
|
+
"learn_more": "",
|
|
4926
|
+
"category": "Extensions",
|
|
4927
|
+
"type": "3rd-party",
|
|
4928
|
+
"maintainers": [
|
|
4929
|
+
{
|
|
4930
|
+
"name": "Lexpeartha",
|
|
4931
|
+
"github": "Lexpeartha"
|
|
4932
|
+
}
|
|
4933
|
+
],
|
|
4934
|
+
"compatibility": {
|
|
4935
|
+
"nuxt": "^3.0.0",
|
|
4936
|
+
"requires": {}
|
|
4937
|
+
}
|
|
4938
|
+
},
|
|
4605
4939
|
{
|
|
4606
4940
|
"name": "xui",
|
|
4607
4941
|
"description": "Light module to help design websites with Nuxt.",
|