@nuxt/modules 0.5.0-9fe32a → 0.5.0-a51c54
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 +828 -93
- 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,7 +413,7 @@
|
|
|
391
413
|
},
|
|
392
414
|
{
|
|
393
415
|
"name": "bugsnag",
|
|
394
|
-
"description": "Bugsnag
|
|
416
|
+
"description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
|
|
395
417
|
"repo": "JulianMar/nuxt-bugsnag",
|
|
396
418
|
"npm": "nuxt-bugsnag",
|
|
397
419
|
"icon": "bugsnag.png",
|
|
@@ -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
|
{
|
|
@@ -500,6 +525,28 @@
|
|
|
500
525
|
"requires": {}
|
|
501
526
|
}
|
|
502
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
|
+
},
|
|
503
550
|
{
|
|
504
551
|
"name": "chiffre",
|
|
505
552
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
@@ -662,10 +709,10 @@
|
|
|
662
709
|
},
|
|
663
710
|
{
|
|
664
711
|
"name": "content",
|
|
665
|
-
"description": "
|
|
712
|
+
"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
713
|
"repo": "nuxt/content#main",
|
|
667
714
|
"npm": "@nuxt/content",
|
|
668
|
-
"icon": "
|
|
715
|
+
"icon": "nuxt.png",
|
|
669
716
|
"github": "https://github.com/nuxt/content",
|
|
670
717
|
"website": "https://content.nuxtjs.org",
|
|
671
718
|
"learn_more": "",
|
|
@@ -673,9 +720,14 @@
|
|
|
673
720
|
"type": "official",
|
|
674
721
|
"maintainers": [
|
|
675
722
|
{
|
|
676
|
-
"name": "
|
|
677
|
-
"github": "
|
|
678
|
-
"twitter": "
|
|
723
|
+
"name": "Yaël Guilloux",
|
|
724
|
+
"github": "Tahul",
|
|
725
|
+
"twitter": "yaeeelglx"
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"name": "Ahad Birang",
|
|
729
|
+
"github": "farnabaz",
|
|
730
|
+
"twitter": "a_birang"
|
|
679
731
|
},
|
|
680
732
|
{
|
|
681
733
|
"name": "Sebastien Chopin",
|
|
@@ -684,7 +736,7 @@
|
|
|
684
736
|
}
|
|
685
737
|
],
|
|
686
738
|
"compatibility": {
|
|
687
|
-
"nuxt": "^2.0.0",
|
|
739
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
688
740
|
"requires": {}
|
|
689
741
|
}
|
|
690
742
|
},
|
|
@@ -825,6 +877,29 @@
|
|
|
825
877
|
"requires": {}
|
|
826
878
|
}
|
|
827
879
|
},
|
|
880
|
+
{
|
|
881
|
+
"name": "delay-hydration",
|
|
882
|
+
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
883
|
+
"repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
|
|
884
|
+
"npm": "nuxt-delay-hydration",
|
|
885
|
+
"icon": "lighthouse.svg",
|
|
886
|
+
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
887
|
+
"website": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
888
|
+
"learn_more": "",
|
|
889
|
+
"category": "Performance",
|
|
890
|
+
"type": "3rd-party",
|
|
891
|
+
"maintainers": [
|
|
892
|
+
{
|
|
893
|
+
"name": "Harlan Wilton",
|
|
894
|
+
"github": "harlan-zw",
|
|
895
|
+
"twitter": "harlan_zw"
|
|
896
|
+
}
|
|
897
|
+
],
|
|
898
|
+
"compatibility": {
|
|
899
|
+
"nuxt": "^2.0.0",
|
|
900
|
+
"requires": {}
|
|
901
|
+
}
|
|
902
|
+
},
|
|
828
903
|
{
|
|
829
904
|
"name": "device",
|
|
830
905
|
"description": "Device detection module for Nuxt.js",
|
|
@@ -853,7 +928,7 @@
|
|
|
853
928
|
"repo": "intevel/nuxt-directus",
|
|
854
929
|
"npm": "nuxt-directus",
|
|
855
930
|
"icon": "directus.svg",
|
|
856
|
-
"github": "https://github.com/
|
|
931
|
+
"github": "https://github.com/directus/nuxt-directus/",
|
|
857
932
|
"website": "https://nuxt-directus.netlify.app/",
|
|
858
933
|
"learn_more": "https://nuxt-directus.netlify.app/",
|
|
859
934
|
"category": "CMS",
|
|
@@ -1171,6 +1246,29 @@
|
|
|
1171
1246
|
"requires": {}
|
|
1172
1247
|
}
|
|
1173
1248
|
},
|
|
1249
|
+
{
|
|
1250
|
+
"name": "fontaine",
|
|
1251
|
+
"description": "Automatically optimized font fallback based on font metrics",
|
|
1252
|
+
"repo": "nuxt-modules/fontaine",
|
|
1253
|
+
"npm": "@nuxtjs/fontaine",
|
|
1254
|
+
"icon": "fontaine.png",
|
|
1255
|
+
"github": "https://github.com/nuxt-modules/fontaine",
|
|
1256
|
+
"website": "https://github.com/unjs/fontaine",
|
|
1257
|
+
"learn_more": "https://github.com/unjs/fontaine",
|
|
1258
|
+
"category": "Performance",
|
|
1259
|
+
"type": "community",
|
|
1260
|
+
"maintainers": [
|
|
1261
|
+
{
|
|
1262
|
+
"name": "Daniel Roe",
|
|
1263
|
+
"github": "danielroe",
|
|
1264
|
+
"twitter": "danielcroe"
|
|
1265
|
+
}
|
|
1266
|
+
],
|
|
1267
|
+
"compatibility": {
|
|
1268
|
+
"nuxt": "^3.0.0",
|
|
1269
|
+
"requires": {}
|
|
1270
|
+
}
|
|
1271
|
+
},
|
|
1174
1272
|
{
|
|
1175
1273
|
"name": "fontawesome",
|
|
1176
1274
|
"description": "Module to join nuxt and Fontawesome 5",
|
|
@@ -1277,13 +1375,17 @@
|
|
|
1277
1375
|
"category": "Analytics",
|
|
1278
1376
|
"type": "community",
|
|
1279
1377
|
"maintainers": [
|
|
1378
|
+
{
|
|
1379
|
+
"name": "Alexander Lichter",
|
|
1380
|
+
"github": "manniL"
|
|
1381
|
+
},
|
|
1280
1382
|
{
|
|
1281
1383
|
"name": "Troy Morehouse",
|
|
1282
1384
|
"github": "tmorehouse"
|
|
1283
1385
|
}
|
|
1284
1386
|
],
|
|
1285
1387
|
"compatibility": {
|
|
1286
|
-
"nuxt": "^2.0.0",
|
|
1388
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1287
1389
|
"requires": {}
|
|
1288
1390
|
}
|
|
1289
1391
|
},
|
|
@@ -1337,8 +1439,10 @@
|
|
|
1337
1439
|
}
|
|
1338
1440
|
],
|
|
1339
1441
|
"compatibility": {
|
|
1340
|
-
"nuxt": "^2.0.0",
|
|
1341
|
-
"requires": {
|
|
1442
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1443
|
+
"requires": {
|
|
1444
|
+
"bridge": "optional"
|
|
1445
|
+
}
|
|
1342
1446
|
}
|
|
1343
1447
|
},
|
|
1344
1448
|
{
|
|
@@ -1492,11 +1596,11 @@
|
|
|
1492
1596
|
{
|
|
1493
1597
|
"name": "harlem",
|
|
1494
1598
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1495
|
-
"repo": "nuxt-
|
|
1599
|
+
"repo": "nuxt-modules/harlem",
|
|
1496
1600
|
"npm": "@nuxtjs/harlem",
|
|
1497
1601
|
"icon": "harlem.svg",
|
|
1498
|
-
"github": "https://github.com/nuxt-
|
|
1499
|
-
"website": "https://github.com/nuxt-
|
|
1602
|
+
"github": "https://github.com/nuxt-modules/harlem",
|
|
1603
|
+
"website": "https://github.com/nuxt-modules/harlem",
|
|
1500
1604
|
"learn_more": "https://harlemjs.com/",
|
|
1501
1605
|
"category": "Extensions",
|
|
1502
1606
|
"type": "community",
|
|
@@ -1512,6 +1616,28 @@
|
|
|
1512
1616
|
"requires": {}
|
|
1513
1617
|
}
|
|
1514
1618
|
},
|
|
1619
|
+
{
|
|
1620
|
+
"name": "headlessui",
|
|
1621
|
+
"description": "Headless UI integration for Nuxt. Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.",
|
|
1622
|
+
"repo": "P4sca1/nuxt-headlessui",
|
|
1623
|
+
"npm": "nuxt-headlessui",
|
|
1624
|
+
"icon": "headlessui.png",
|
|
1625
|
+
"github": "https://github.com/P4sca1/nuxt-headlessui",
|
|
1626
|
+
"website": "https://github.com/P4sca1/nuxt-headlessui",
|
|
1627
|
+
"learn_more": "https://headlessui.com",
|
|
1628
|
+
"category": "UI",
|
|
1629
|
+
"type": "3rd-party",
|
|
1630
|
+
"maintainers": [
|
|
1631
|
+
{
|
|
1632
|
+
"name": "Pascal Sthamer",
|
|
1633
|
+
"github": "P4sca1"
|
|
1634
|
+
}
|
|
1635
|
+
],
|
|
1636
|
+
"compatibility": {
|
|
1637
|
+
"nuxt": "^3.0.0",
|
|
1638
|
+
"requires": {}
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1515
1641
|
{
|
|
1516
1642
|
"name": "headway",
|
|
1517
1643
|
"description": "Headway changelog widget for Nuxt",
|
|
@@ -1626,10 +1752,10 @@
|
|
|
1626
1752
|
{
|
|
1627
1753
|
"name": "html-validator",
|
|
1628
1754
|
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1629
|
-
"repo": "nuxt-
|
|
1755
|
+
"repo": "nuxt-modules/html-validator",
|
|
1630
1756
|
"npm": "@nuxtjs/html-validator",
|
|
1631
1757
|
"icon": "html-validator.png",
|
|
1632
|
-
"github": "https://github.com/nuxt-
|
|
1758
|
+
"github": "https://github.com/nuxt-modules/html-validator",
|
|
1633
1759
|
"website": "https://html-validator.nuxtjs.org",
|
|
1634
1760
|
"learn_more": "https://html-validate.org",
|
|
1635
1761
|
"category": "Performance",
|
|
@@ -1642,8 +1768,10 @@
|
|
|
1642
1768
|
}
|
|
1643
1769
|
],
|
|
1644
1770
|
"compatibility": {
|
|
1645
|
-
"nuxt": "^2.0.0",
|
|
1646
|
-
"requires": {
|
|
1771
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1772
|
+
"requires": {
|
|
1773
|
+
"bridge": "optional"
|
|
1774
|
+
}
|
|
1647
1775
|
}
|
|
1648
1776
|
},
|
|
1649
1777
|
{
|
|
@@ -1701,7 +1829,7 @@
|
|
|
1701
1829
|
"name": "i18n",
|
|
1702
1830
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
1703
1831
|
"repo": "nuxt-community/i18n-module",
|
|
1704
|
-
"npm": "
|
|
1832
|
+
"npm": "@nuxtjs/i18n",
|
|
1705
1833
|
"icon": "i18n.png",
|
|
1706
1834
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1707
1835
|
"website": "https://i18n.nuxtjs.org",
|
|
@@ -1719,7 +1847,51 @@
|
|
|
1719
1847
|
}
|
|
1720
1848
|
],
|
|
1721
1849
|
"compatibility": {
|
|
1722
|
-
"nuxt": "^2.0.0",
|
|
1850
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1851
|
+
"requires": {}
|
|
1852
|
+
}
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
"name": "icon",
|
|
1856
|
+
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
1857
|
+
"repo": "nuxt-modules/icon",
|
|
1858
|
+
"npm": "nuxt-icon",
|
|
1859
|
+
"icon": "nuxt-icon.png",
|
|
1860
|
+
"github": "https://github.com/nuxt-modules/icon",
|
|
1861
|
+
"website": "https://github.com/nuxt-modules/icon",
|
|
1862
|
+
"learn_more": "",
|
|
1863
|
+
"category": "UI",
|
|
1864
|
+
"type": "community",
|
|
1865
|
+
"maintainers": [
|
|
1866
|
+
{
|
|
1867
|
+
"name": "Atinux",
|
|
1868
|
+
"github": "Atinux"
|
|
1869
|
+
}
|
|
1870
|
+
],
|
|
1871
|
+
"compatibility": {
|
|
1872
|
+
"nuxt": "^3.0.0",
|
|
1873
|
+
"requires": {}
|
|
1874
|
+
}
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
"name": "icons",
|
|
1878
|
+
"description": "Use your own automatically imported SVG icons.",
|
|
1879
|
+
"repo": "gitfoxcode/nuxt-icons",
|
|
1880
|
+
"npm": "nuxt-icons",
|
|
1881
|
+
"icon": "icons.png",
|
|
1882
|
+
"github": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1883
|
+
"website": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1884
|
+
"learn_more": "",
|
|
1885
|
+
"category": "UI",
|
|
1886
|
+
"type": "3rd-party",
|
|
1887
|
+
"maintainers": [
|
|
1888
|
+
{
|
|
1889
|
+
"name": "Sebastian Wludzik",
|
|
1890
|
+
"github": "gitfoxcode"
|
|
1891
|
+
}
|
|
1892
|
+
],
|
|
1893
|
+
"compatibility": {
|
|
1894
|
+
"nuxt": "^3.0.0",
|
|
1723
1895
|
"requires": {}
|
|
1724
1896
|
}
|
|
1725
1897
|
},
|
|
@@ -1774,7 +1946,7 @@
|
|
|
1774
1946
|
}
|
|
1775
1947
|
],
|
|
1776
1948
|
"compatibility": {
|
|
1777
|
-
"nuxt": "^2.0.0",
|
|
1949
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1778
1950
|
"requires": {
|
|
1779
1951
|
"bridge": "optional"
|
|
1780
1952
|
}
|
|
@@ -1849,6 +2021,29 @@
|
|
|
1849
2021
|
"requires": {}
|
|
1850
2022
|
}
|
|
1851
2023
|
},
|
|
2024
|
+
{
|
|
2025
|
+
"name": "ionic",
|
|
2026
|
+
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
2027
|
+
"repo": "nuxt-modules/ionic",
|
|
2028
|
+
"npm": "@nuxtjs/ionic",
|
|
2029
|
+
"icon": "ionic.svg",
|
|
2030
|
+
"github": "https://github.com/nuxt-modules/ionic",
|
|
2031
|
+
"website": "https://ionic.nuxtjs.org",
|
|
2032
|
+
"learn_more": "https://ionicframework.com",
|
|
2033
|
+
"category": "Libraries",
|
|
2034
|
+
"type": "community",
|
|
2035
|
+
"maintainers": [
|
|
2036
|
+
{
|
|
2037
|
+
"name": "Daniel Roe",
|
|
2038
|
+
"github": "danielroe",
|
|
2039
|
+
"twitter": "danielcroe"
|
|
2040
|
+
}
|
|
2041
|
+
],
|
|
2042
|
+
"compatibility": {
|
|
2043
|
+
"nuxt": "^3.0.0",
|
|
2044
|
+
"requires": {}
|
|
2045
|
+
}
|
|
2046
|
+
},
|
|
1852
2047
|
{
|
|
1853
2048
|
"name": "jsonapi",
|
|
1854
2049
|
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
@@ -1893,6 +2088,30 @@
|
|
|
1893
2088
|
"requires": {}
|
|
1894
2089
|
}
|
|
1895
2090
|
},
|
|
2091
|
+
{
|
|
2092
|
+
"name": "kql",
|
|
2093
|
+
"description": "Nuxt 3 module for Kirby's Query Language API",
|
|
2094
|
+
"repo": "johannschopplich/nuxt-kql",
|
|
2095
|
+
"npm": "nuxt-kql",
|
|
2096
|
+
"icon": "kql.svg",
|
|
2097
|
+
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2098
|
+
"website": "https://nuxt-kql.jhnn.dev",
|
|
2099
|
+
"learn_more": "",
|
|
2100
|
+
"category": "CMS",
|
|
2101
|
+
"type": "3rd-party",
|
|
2102
|
+
"maintainers": [
|
|
2103
|
+
{
|
|
2104
|
+
"name": "Johann Schopplich",
|
|
2105
|
+
"github": "johannschopplich",
|
|
2106
|
+
"twitter": "jschopplich",
|
|
2107
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
2108
|
+
}
|
|
2109
|
+
],
|
|
2110
|
+
"compatibility": {
|
|
2111
|
+
"nuxt": "^3.0.0",
|
|
2112
|
+
"requires": {}
|
|
2113
|
+
}
|
|
2114
|
+
},
|
|
1896
2115
|
{
|
|
1897
2116
|
"name": "laravel-echo",
|
|
1898
2117
|
"description": "Laravel Echo for Nuxt.js",
|
|
@@ -2098,6 +2317,29 @@
|
|
|
2098
2317
|
"requires": {}
|
|
2099
2318
|
}
|
|
2100
2319
|
},
|
|
2320
|
+
{
|
|
2321
|
+
"name": "magic-regexp",
|
|
2322
|
+
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2323
|
+
"repo": "danielroe/magic-regexp",
|
|
2324
|
+
"npm": "magic-regexp",
|
|
2325
|
+
"icon": "magic-regexp.svg",
|
|
2326
|
+
"github": "https://github.com/danielroe/magic-regexp",
|
|
2327
|
+
"website": "https://magic-regexp.roe.dev",
|
|
2328
|
+
"learn_more": "https://magic-regexp.roe.dev",
|
|
2329
|
+
"category": "Libraries",
|
|
2330
|
+
"type": "3rd-party",
|
|
2331
|
+
"maintainers": [
|
|
2332
|
+
{
|
|
2333
|
+
"name": "Daniel Roe",
|
|
2334
|
+
"github": "danielroe",
|
|
2335
|
+
"twitter": "danielcroe"
|
|
2336
|
+
}
|
|
2337
|
+
],
|
|
2338
|
+
"compatibility": {
|
|
2339
|
+
"nuxt": "^3.0.0",
|
|
2340
|
+
"requires": {}
|
|
2341
|
+
}
|
|
2342
|
+
},
|
|
2101
2343
|
{
|
|
2102
2344
|
"name": "markdownit",
|
|
2103
2345
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
@@ -2166,6 +2408,31 @@
|
|
|
2166
2408
|
"requires": {}
|
|
2167
2409
|
}
|
|
2168
2410
|
},
|
|
2411
|
+
{
|
|
2412
|
+
"name": "meilisearch",
|
|
2413
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2414
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2415
|
+
"npm": "nuxt-meilisearch",
|
|
2416
|
+
"icon": "meilisearch.svg",
|
|
2417
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2418
|
+
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2419
|
+
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2420
|
+
"category": "Libraries",
|
|
2421
|
+
"type": "3rd-party",
|
|
2422
|
+
"maintainers": [
|
|
2423
|
+
{
|
|
2424
|
+
"name": "Alex Duval",
|
|
2425
|
+
"github": "xlanex6",
|
|
2426
|
+
"avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
|
|
2427
|
+
}
|
|
2428
|
+
],
|
|
2429
|
+
"compatibility": {
|
|
2430
|
+
"nuxt": "^3.0.0",
|
|
2431
|
+
"requires": {
|
|
2432
|
+
"bridge": false
|
|
2433
|
+
}
|
|
2434
|
+
}
|
|
2435
|
+
},
|
|
2169
2436
|
{
|
|
2170
2437
|
"name": "memwatch",
|
|
2171
2438
|
"description": "Quickly watch real-time memory stats of your nuxt app",
|
|
@@ -2398,6 +2665,50 @@
|
|
|
2398
2665
|
"requires": {}
|
|
2399
2666
|
}
|
|
2400
2667
|
},
|
|
2668
|
+
{
|
|
2669
|
+
"name": "nuxt-auth",
|
|
2670
|
+
"description": "",
|
|
2671
|
+
"repo": "sidebase/nuxt-auth",
|
|
2672
|
+
"npm": "@sidebase/nuxt-auth",
|
|
2673
|
+
"icon": "",
|
|
2674
|
+
"github": "https://github.com/sidebase/nuxt-auth",
|
|
2675
|
+
"website": "https://github.com/sidebase/nuxt-auth",
|
|
2676
|
+
"learn_more": "",
|
|
2677
|
+
"category": "Devtools",
|
|
2678
|
+
"type": "3rd-party",
|
|
2679
|
+
"maintainers": [
|
|
2680
|
+
{
|
|
2681
|
+
"name": "sidebase",
|
|
2682
|
+
"github": "sidebase"
|
|
2683
|
+
}
|
|
2684
|
+
],
|
|
2685
|
+
"compatibility": {
|
|
2686
|
+
"nuxt": "^2.0.0",
|
|
2687
|
+
"requires": {}
|
|
2688
|
+
}
|
|
2689
|
+
},
|
|
2690
|
+
{
|
|
2691
|
+
"name": "nuxt-graphql-playground",
|
|
2692
|
+
"description": "",
|
|
2693
|
+
"repo": "pinpon-dev/nuxt-graphql-playground",
|
|
2694
|
+
"npm": "@pin-pon/nuxt-graphql-playground",
|
|
2695
|
+
"icon": "",
|
|
2696
|
+
"github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
2697
|
+
"website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
2698
|
+
"learn_more": "",
|
|
2699
|
+
"category": "Devtools",
|
|
2700
|
+
"type": "3rd-party",
|
|
2701
|
+
"maintainers": [
|
|
2702
|
+
{
|
|
2703
|
+
"name": "pinpon-dev",
|
|
2704
|
+
"github": "pinpon-dev"
|
|
2705
|
+
}
|
|
2706
|
+
],
|
|
2707
|
+
"compatibility": {
|
|
2708
|
+
"nuxt": "^2.0.0",
|
|
2709
|
+
"requires": {}
|
|
2710
|
+
}
|
|
2711
|
+
},
|
|
2401
2712
|
{
|
|
2402
2713
|
"name": "nuxt-hue",
|
|
2403
2714
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -2422,6 +2733,28 @@
|
|
|
2422
2733
|
}
|
|
2423
2734
|
}
|
|
2424
2735
|
},
|
|
2736
|
+
{
|
|
2737
|
+
"name": "nuxt-monaco-editor",
|
|
2738
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
2739
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
2740
|
+
"npm": "nuxt-monaco-editor",
|
|
2741
|
+
"icon": "nuxt-monaco-editor.png",
|
|
2742
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2743
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2744
|
+
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
2745
|
+
"category": "Libraries",
|
|
2746
|
+
"type": "3rd-party",
|
|
2747
|
+
"maintainers": [
|
|
2748
|
+
{
|
|
2749
|
+
"name": "e-chan1007",
|
|
2750
|
+
"github": "e-chan1007"
|
|
2751
|
+
}
|
|
2752
|
+
],
|
|
2753
|
+
"compatibility": {
|
|
2754
|
+
"nuxt": "^3.0.0",
|
|
2755
|
+
"requires": {}
|
|
2756
|
+
}
|
|
2757
|
+
},
|
|
2425
2758
|
{
|
|
2426
2759
|
"name": "nuxt-pino-log",
|
|
2427
2760
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -2444,6 +2777,28 @@
|
|
|
2444
2777
|
"requires": {}
|
|
2445
2778
|
}
|
|
2446
2779
|
},
|
|
2780
|
+
{
|
|
2781
|
+
"name": "plausible",
|
|
2782
|
+
"description": "Nuxt 3 module to natively integrate Plausible analytics",
|
|
2783
|
+
"repo": "nuxt-modules/plausible",
|
|
2784
|
+
"npm": "@nuxtjs/plausible",
|
|
2785
|
+
"icon": "plausible.png",
|
|
2786
|
+
"github": "https://github.com/nuxt-modules/plausible",
|
|
2787
|
+
"website": "https://github.com/nuxt-modules/plausible",
|
|
2788
|
+
"learn_more": "https://plausible.io/",
|
|
2789
|
+
"category": "Analytics",
|
|
2790
|
+
"type": "community",
|
|
2791
|
+
"maintainers": [
|
|
2792
|
+
{
|
|
2793
|
+
"name": "Johann Schopplich",
|
|
2794
|
+
"github": "johannschopplich"
|
|
2795
|
+
}
|
|
2796
|
+
],
|
|
2797
|
+
"compatibility": {
|
|
2798
|
+
"nuxt": "^3.0.0",
|
|
2799
|
+
"requires": {}
|
|
2800
|
+
}
|
|
2801
|
+
},
|
|
2447
2802
|
{
|
|
2448
2803
|
"name": "nuxt-png-to-ico",
|
|
2449
2804
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -2492,13 +2847,107 @@
|
|
|
2492
2847
|
}
|
|
2493
2848
|
},
|
|
2494
2849
|
{
|
|
2495
|
-
"name": "
|
|
2496
|
-
"description": "
|
|
2497
|
-
"repo": "
|
|
2498
|
-
"npm": "nuxt-
|
|
2499
|
-
"icon": "
|
|
2500
|
-
"github": "https://github.com/
|
|
2501
|
-
"website": "https://github.com/
|
|
2850
|
+
"name": "ssr-lit",
|
|
2851
|
+
"description": "Server-Side Rendering for Lit Element components",
|
|
2852
|
+
"repo": "prashantpalikhe/nuxt-ssr-lit",
|
|
2853
|
+
"npm": "nuxt-ssr-lit",
|
|
2854
|
+
"icon": "",
|
|
2855
|
+
"github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
2856
|
+
"website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
2857
|
+
"learn_more": "",
|
|
2858
|
+
"category": "Libraries",
|
|
2859
|
+
"type": "3rd-party",
|
|
2860
|
+
"maintainers": [
|
|
2861
|
+
{
|
|
2862
|
+
"name": "Prashant Palikhe",
|
|
2863
|
+
"github": "prashantpalikhe",
|
|
2864
|
+
"twitter": "prashantpalikhe"
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
"name": "Steve Workman",
|
|
2868
|
+
"github": "steveworkman",
|
|
2869
|
+
"twitter": "steveworkman"
|
|
2870
|
+
}
|
|
2871
|
+
],
|
|
2872
|
+
"compatibility": {
|
|
2873
|
+
"nuxt": "^3.0.0",
|
|
2874
|
+
"requires": {}
|
|
2875
|
+
}
|
|
2876
|
+
},
|
|
2877
|
+
{
|
|
2878
|
+
"name": "nuxt-storm",
|
|
2879
|
+
"description": "WebStorm & PHPStorm support for NuxtJS components",
|
|
2880
|
+
"repo": "fumeapp/nuxt-storm",
|
|
2881
|
+
"npm": "nuxt-storm",
|
|
2882
|
+
"icon": "nuxt-storm.png",
|
|
2883
|
+
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
2884
|
+
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
2885
|
+
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
2886
|
+
"category": "Devtools",
|
|
2887
|
+
"type": "3rd-party",
|
|
2888
|
+
"maintainers": [
|
|
2889
|
+
{
|
|
2890
|
+
"name": "fumeapp",
|
|
2891
|
+
"github": "fumeapp"
|
|
2892
|
+
}
|
|
2893
|
+
],
|
|
2894
|
+
"compatibility": {
|
|
2895
|
+
"nuxt": "^2.0.0",
|
|
2896
|
+
"requires": {}
|
|
2897
|
+
}
|
|
2898
|
+
},
|
|
2899
|
+
{
|
|
2900
|
+
"name": "nuxt-svgo",
|
|
2901
|
+
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
2902
|
+
"repo": "cpsoinos/nuxt-svgo",
|
|
2903
|
+
"npm": "nuxt-svgo",
|
|
2904
|
+
"icon": "nuxt-svgo.png",
|
|
2905
|
+
"github": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2906
|
+
"website": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2907
|
+
"learn_more": "",
|
|
2908
|
+
"category": "Images",
|
|
2909
|
+
"type": "3rd-party",
|
|
2910
|
+
"maintainers": [
|
|
2911
|
+
{
|
|
2912
|
+
"name": "cpsoinos",
|
|
2913
|
+
"github": "cpsoinos"
|
|
2914
|
+
}
|
|
2915
|
+
],
|
|
2916
|
+
"compatibility": {
|
|
2917
|
+
"nuxt": "^3.0.0",
|
|
2918
|
+
"requires": {}
|
|
2919
|
+
}
|
|
2920
|
+
},
|
|
2921
|
+
{
|
|
2922
|
+
"name": "nuxt-unleash",
|
|
2923
|
+
"description": "Nuxt.js module to use Unleash toggle feature services",
|
|
2924
|
+
"repo": "conejerock/nuxt-unleash",
|
|
2925
|
+
"npm": "nuxt-unleash",
|
|
2926
|
+
"icon": "nuxt-unleash.svg",
|
|
2927
|
+
"github": "https://github.com/conejerock/nuxt-unleash",
|
|
2928
|
+
"website": "https://github.com/conejerock/nuxt-unleash",
|
|
2929
|
+
"learn_more": "https://github.com/Unleash/unleash",
|
|
2930
|
+
"category": "Deployment",
|
|
2931
|
+
"type": "3rd-party",
|
|
2932
|
+
"maintainers": [
|
|
2933
|
+
{
|
|
2934
|
+
"name": "Juanjo Conejerock",
|
|
2935
|
+
"github": "conejerock"
|
|
2936
|
+
}
|
|
2937
|
+
],
|
|
2938
|
+
"compatibility": {
|
|
2939
|
+
"nuxt": "^2.0.0",
|
|
2940
|
+
"requires": {}
|
|
2941
|
+
}
|
|
2942
|
+
},
|
|
2943
|
+
{
|
|
2944
|
+
"name": "nuxt-use-motion",
|
|
2945
|
+
"description": "A Nuxt module putting your components in motion",
|
|
2946
|
+
"repo": "Tahul/nuxt-use-motion",
|
|
2947
|
+
"npm": "nuxt-use-motion",
|
|
2948
|
+
"icon": "nuxt-use-motion.svg",
|
|
2949
|
+
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2950
|
+
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
2502
2951
|
"learn_more": "https://github.com/vueuse/motion",
|
|
2503
2952
|
"category": "Libraries",
|
|
2504
2953
|
"type": "3rd-party",
|
|
@@ -2553,8 +3002,10 @@
|
|
|
2553
3002
|
}
|
|
2554
3003
|
],
|
|
2555
3004
|
"compatibility": {
|
|
2556
|
-
"nuxt": "^2.0.0",
|
|
2557
|
-
"requires": {
|
|
3005
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3006
|
+
"requires": {
|
|
3007
|
+
"bridge": "optional"
|
|
3008
|
+
}
|
|
2558
3009
|
}
|
|
2559
3010
|
},
|
|
2560
3011
|
{
|
|
@@ -2673,11 +3124,11 @@
|
|
|
2673
3124
|
{
|
|
2674
3125
|
"name": "partytown",
|
|
2675
3126
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2676
|
-
"repo": "nuxt-
|
|
3127
|
+
"repo": "nuxt-modules/partytown",
|
|
2677
3128
|
"npm": "@nuxtjs/partytown",
|
|
2678
3129
|
"icon": "partytown.svg",
|
|
2679
|
-
"github": "https://github.com/nuxt-
|
|
2680
|
-
"website": "https://github.com/nuxt-
|
|
3130
|
+
"github": "https://github.com/nuxt-modules/partytown",
|
|
3131
|
+
"website": "https://github.com/nuxt-modules/partytown",
|
|
2681
3132
|
"learn_more": "https://partytown.builder.io/",
|
|
2682
3133
|
"category": "Performance",
|
|
2683
3134
|
"type": "community",
|
|
@@ -2744,26 +3195,24 @@
|
|
|
2744
3195
|
},
|
|
2745
3196
|
{
|
|
2746
3197
|
"name": "plausible",
|
|
2747
|
-
"description": "
|
|
2748
|
-
"repo": "
|
|
2749
|
-
"npm": "
|
|
2750
|
-
"icon": "
|
|
2751
|
-
"github": "https://github.com/
|
|
2752
|
-
"website": "https://github.com/
|
|
3198
|
+
"description": "Nuxt 3 module to natively integrate Plausible analytics",
|
|
3199
|
+
"repo": "nuxt-modules/plausible",
|
|
3200
|
+
"npm": "@nuxtjs/plausible",
|
|
3201
|
+
"icon": "",
|
|
3202
|
+
"github": "https://github.com/nuxt-modules/plausible",
|
|
3203
|
+
"website": "https://github.com/nuxt-modules/plausible",
|
|
2753
3204
|
"learn_more": "",
|
|
2754
|
-
"category": "
|
|
2755
|
-
"type": "
|
|
3205
|
+
"category": "Devtools",
|
|
3206
|
+
"type": "community",
|
|
2756
3207
|
"maintainers": [
|
|
2757
3208
|
{
|
|
2758
|
-
"name": "
|
|
2759
|
-
"github": "
|
|
3209
|
+
"name": "nuxt-modules",
|
|
3210
|
+
"github": "nuxt-modules"
|
|
2760
3211
|
}
|
|
2761
3212
|
],
|
|
2762
3213
|
"compatibility": {
|
|
2763
|
-
"nuxt": "^2.0.0
|
|
2764
|
-
"requires": {
|
|
2765
|
-
"bridge": "optional"
|
|
2766
|
-
}
|
|
3214
|
+
"nuxt": "^2.0.0",
|
|
3215
|
+
"requires": {}
|
|
2767
3216
|
}
|
|
2768
3217
|
},
|
|
2769
3218
|
{
|
|
@@ -2791,28 +3240,19 @@
|
|
|
2791
3240
|
{
|
|
2792
3241
|
"name": "prismic",
|
|
2793
3242
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
2794
|
-
"repo": "nuxt-
|
|
3243
|
+
"repo": "nuxt-modules/prismic",
|
|
2795
3244
|
"npm": "@nuxtjs/prismic",
|
|
2796
3245
|
"icon": "prismic.png",
|
|
2797
|
-
"github": "https://github.com/nuxt-
|
|
3246
|
+
"github": "https://github.com/nuxt-modules/prismic",
|
|
2798
3247
|
"website": "https://prismic.nuxtjs.org",
|
|
2799
|
-
"learn_more": "https://prismic.io
|
|
3248
|
+
"learn_more": "https://prismic.io",
|
|
2800
3249
|
"category": "CMS",
|
|
2801
3250
|
"type": "community",
|
|
2802
3251
|
"maintainers": [
|
|
2803
|
-
{
|
|
2804
|
-
"name": "Sébastien Chopin",
|
|
2805
|
-
"github": "Atinux",
|
|
2806
|
-
"twitter": "Atinux"
|
|
2807
|
-
},
|
|
2808
3252
|
{
|
|
2809
3253
|
"name": "lihbr",
|
|
2810
3254
|
"github": "lihbr",
|
|
2811
3255
|
"twitter": "li_hbr"
|
|
2812
|
-
},
|
|
2813
|
-
{
|
|
2814
|
-
"name": "James Pegg",
|
|
2815
|
-
"github": "jamespegg"
|
|
2816
3256
|
}
|
|
2817
3257
|
],
|
|
2818
3258
|
"compatibility": {
|
|
@@ -2891,7 +3331,7 @@
|
|
|
2891
3331
|
{
|
|
2892
3332
|
"name": "purgecss",
|
|
2893
3333
|
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
|
|
2894
|
-
"repo": "Developmint/nuxt-purgecss",
|
|
3334
|
+
"repo": "Developmint/nuxt-purgecss#main",
|
|
2895
3335
|
"npm": "nuxt-purgecss",
|
|
2896
3336
|
"icon": "purgecss.png",
|
|
2897
3337
|
"github": "https://github.com/Developmint/nuxt-purgecss",
|
|
@@ -2906,7 +3346,7 @@
|
|
|
2906
3346
|
}
|
|
2907
3347
|
],
|
|
2908
3348
|
"compatibility": {
|
|
2909
|
-
"nuxt": "^2.0.0",
|
|
3349
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2910
3350
|
"requires": {}
|
|
2911
3351
|
}
|
|
2912
3352
|
},
|
|
@@ -3029,7 +3469,7 @@
|
|
|
3029
3469
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
3030
3470
|
"repo": "nuxt-community/robots-module",
|
|
3031
3471
|
"npm": "@nuxtjs/robots",
|
|
3032
|
-
"icon": "",
|
|
3472
|
+
"icon": "robots.png",
|
|
3033
3473
|
"github": "https://github.com/nuxt-community/robots-module",
|
|
3034
3474
|
"website": "https://github.com/nuxt-community/robots-module",
|
|
3035
3475
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
@@ -3042,8 +3482,10 @@
|
|
|
3042
3482
|
}
|
|
3043
3483
|
],
|
|
3044
3484
|
"compatibility": {
|
|
3045
|
-
"nuxt": "^2.0.0",
|
|
3046
|
-
"requires": {
|
|
3485
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3486
|
+
"requires": {
|
|
3487
|
+
"bridge": "optional"
|
|
3488
|
+
}
|
|
3047
3489
|
}
|
|
3048
3490
|
},
|
|
3049
3491
|
{
|
|
@@ -3117,10 +3559,10 @@
|
|
|
3117
3559
|
{
|
|
3118
3560
|
"name": "sanity",
|
|
3119
3561
|
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
3120
|
-
"repo": "nuxt-
|
|
3562
|
+
"repo": "nuxt-modules/sanity#main",
|
|
3121
3563
|
"npm": "@nuxtjs/sanity",
|
|
3122
3564
|
"icon": "sanity.png",
|
|
3123
|
-
"github": "https://github.com/nuxt-
|
|
3565
|
+
"github": "https://github.com/nuxt-modules/sanity#main",
|
|
3124
3566
|
"website": "https://sanity.nuxtjs.org",
|
|
3125
3567
|
"learn_more": "https://www.sanity.io/",
|
|
3126
3568
|
"category": "CMS",
|
|
@@ -3139,6 +3581,30 @@
|
|
|
3139
3581
|
}
|
|
3140
3582
|
}
|
|
3141
3583
|
},
|
|
3584
|
+
{
|
|
3585
|
+
"name": "schema-org",
|
|
3586
|
+
"description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
|
|
3587
|
+
"repo": "vueuse/schema-org#main/packages/nuxt",
|
|
3588
|
+
"npm": "nuxt-schema-org",
|
|
3589
|
+
"icon": "schema-org.svg",
|
|
3590
|
+
"github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3591
|
+
"website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3592
|
+
"learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
|
|
3593
|
+
"category": "SEO",
|
|
3594
|
+
"type": "3rd-party",
|
|
3595
|
+
"maintainers": [
|
|
3596
|
+
{
|
|
3597
|
+
"name": "Harlan Wilton",
|
|
3598
|
+
"github": "harlan-zw",
|
|
3599
|
+
"twitter": "harlan_zw",
|
|
3600
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
3601
|
+
}
|
|
3602
|
+
],
|
|
3603
|
+
"compatibility": {
|
|
3604
|
+
"nuxt": "^3.0.0",
|
|
3605
|
+
"requires": {}
|
|
3606
|
+
}
|
|
3607
|
+
},
|
|
3142
3608
|
{
|
|
3143
3609
|
"name": "scss-to-js",
|
|
3144
3610
|
"description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
|
|
@@ -3161,6 +3627,29 @@
|
|
|
3161
3627
|
"requires": {}
|
|
3162
3628
|
}
|
|
3163
3629
|
},
|
|
3630
|
+
{
|
|
3631
|
+
"name": "security",
|
|
3632
|
+
"description": "Security Module for Nuxt based on OWASP Top 10 and Helmet",
|
|
3633
|
+
"repo": "Baroshem/nuxt-security",
|
|
3634
|
+
"npm": "nuxt-security",
|
|
3635
|
+
"icon": "nuxt-security.svg",
|
|
3636
|
+
"github": "https://github.com/Baroshem/nuxt-security",
|
|
3637
|
+
"website": "https://nuxt-security.vercel.app/",
|
|
3638
|
+
"learn_more": "https://nuxt-security.vercel.app/",
|
|
3639
|
+
"category": "Security",
|
|
3640
|
+
"type": "3rd-party",
|
|
3641
|
+
"maintainers": [
|
|
3642
|
+
{
|
|
3643
|
+
"name": "Jakub Andrzejewski",
|
|
3644
|
+
"github": "Baroshem",
|
|
3645
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
3646
|
+
}
|
|
3647
|
+
],
|
|
3648
|
+
"compatibility": {
|
|
3649
|
+
"nuxt": "^3.0.0",
|
|
3650
|
+
"requires": {}
|
|
3651
|
+
}
|
|
3652
|
+
},
|
|
3164
3653
|
{
|
|
3165
3654
|
"name": "segment",
|
|
3166
3655
|
"description": "Nuxt.js module for Segment Analytics.js",
|
|
@@ -3273,6 +3762,29 @@
|
|
|
3273
3762
|
"requires": {}
|
|
3274
3763
|
}
|
|
3275
3764
|
},
|
|
3765
|
+
{
|
|
3766
|
+
"name": "session",
|
|
3767
|
+
"description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
|
|
3768
|
+
"repo": "sidebase/nuxt-session",
|
|
3769
|
+
"npm": "@sidebase/nuxt-session",
|
|
3770
|
+
"icon": "session.png",
|
|
3771
|
+
"github": "https://github.com/sidebase/nuxt-session",
|
|
3772
|
+
"website": "https://github.com/sidebase/nuxt-session",
|
|
3773
|
+
"learn_more": "https://github.com/sidebase",
|
|
3774
|
+
"category": "Security",
|
|
3775
|
+
"type": "3rd-party",
|
|
3776
|
+
"maintainers": [
|
|
3777
|
+
{
|
|
3778
|
+
"name": "sidebase",
|
|
3779
|
+
"github": "sidebase",
|
|
3780
|
+
"twitter": "sidebase_io"
|
|
3781
|
+
}
|
|
3782
|
+
],
|
|
3783
|
+
"compatibility": {
|
|
3784
|
+
"nuxt": "^3.0.0",
|
|
3785
|
+
"requires": {}
|
|
3786
|
+
}
|
|
3787
|
+
},
|
|
3276
3788
|
{
|
|
3277
3789
|
"name": "shopify",
|
|
3278
3790
|
"description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
|
|
@@ -3295,6 +3807,29 @@
|
|
|
3295
3807
|
"requires": {}
|
|
3296
3808
|
}
|
|
3297
3809
|
},
|
|
3810
|
+
{
|
|
3811
|
+
"name": "nuxt-auth",
|
|
3812
|
+
"description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
|
|
3813
|
+
"repo": "sidebase/nuxt-auth",
|
|
3814
|
+
"npm": "@sidebase/nuxt-auth",
|
|
3815
|
+
"icon": "sidebase-auth.png",
|
|
3816
|
+
"github": "https://github.com/sidebase/nuxt-auth",
|
|
3817
|
+
"website": "https://github.com/sidebase/nuxt-auth",
|
|
3818
|
+
"learn_more": "https://github.com/sidebase",
|
|
3819
|
+
"category": "Security",
|
|
3820
|
+
"type": "3rd-party",
|
|
3821
|
+
"maintainers": [
|
|
3822
|
+
{
|
|
3823
|
+
"name": "sidebase",
|
|
3824
|
+
"github": "sidebase",
|
|
3825
|
+
"twitter": "sidebase_io"
|
|
3826
|
+
}
|
|
3827
|
+
],
|
|
3828
|
+
"compatibility": {
|
|
3829
|
+
"nuxt": "^3.0.0",
|
|
3830
|
+
"requires": {}
|
|
3831
|
+
}
|
|
3832
|
+
},
|
|
3298
3833
|
{
|
|
3299
3834
|
"name": "simple-line-icons",
|
|
3300
3835
|
"description": "Nuxt module to add simple-line-icons ",
|
|
@@ -3463,6 +3998,28 @@
|
|
|
3463
3998
|
"requires": {}
|
|
3464
3999
|
}
|
|
3465
4000
|
},
|
|
4001
|
+
{
|
|
4002
|
+
"name": "ssr-lit",
|
|
4003
|
+
"description": "",
|
|
4004
|
+
"repo": "prashantpalikhe/nuxt-ssr-lit",
|
|
4005
|
+
"npm": "nuxt-ssr-lit",
|
|
4006
|
+
"icon": "",
|
|
4007
|
+
"github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
4008
|
+
"website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
4009
|
+
"learn_more": "",
|
|
4010
|
+
"category": "Devtools",
|
|
4011
|
+
"type": "3rd-party",
|
|
4012
|
+
"maintainers": [
|
|
4013
|
+
{
|
|
4014
|
+
"name": "prashantpalikhe",
|
|
4015
|
+
"github": "prashantpalikhe"
|
|
4016
|
+
}
|
|
4017
|
+
],
|
|
4018
|
+
"compatibility": {
|
|
4019
|
+
"nuxt": "^2.0.0",
|
|
4020
|
+
"requires": {}
|
|
4021
|
+
}
|
|
4022
|
+
},
|
|
3466
4023
|
{
|
|
3467
4024
|
"name": "storage",
|
|
3468
4025
|
"description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
|
|
@@ -3680,13 +4237,13 @@
|
|
|
3680
4237
|
},
|
|
3681
4238
|
{
|
|
3682
4239
|
"name": "stylify",
|
|
3683
|
-
"description": "Stylify
|
|
3684
|
-
"repo": "stylify/packages#master/packages/nuxt
|
|
3685
|
-
"npm": "@stylify/nuxt
|
|
4240
|
+
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
4241
|
+
"repo": "stylify/packages#master/packages/nuxt",
|
|
4242
|
+
"npm": "@stylify/nuxt",
|
|
3686
4243
|
"icon": "stylify.svg",
|
|
3687
|
-
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt
|
|
3688
|
-
"website": "https://
|
|
3689
|
-
"learn_more": "https://
|
|
4244
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
4245
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
4246
|
+
"learn_more": "https://stylifycss.com",
|
|
3690
4247
|
"category": "UI",
|
|
3691
4248
|
"type": "3rd-party",
|
|
3692
4249
|
"maintainers": [
|
|
@@ -3697,7 +4254,7 @@
|
|
|
3697
4254
|
}
|
|
3698
4255
|
],
|
|
3699
4256
|
"compatibility": {
|
|
3700
|
-
"nuxt": "^2.0.0",
|
|
4257
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3701
4258
|
"requires": {}
|
|
3702
4259
|
}
|
|
3703
4260
|
},
|
|
@@ -3892,6 +4449,31 @@
|
|
|
3892
4449
|
"requires": {}
|
|
3893
4450
|
}
|
|
3894
4451
|
},
|
|
4452
|
+
{
|
|
4453
|
+
"name": "turnstile",
|
|
4454
|
+
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
4455
|
+
"repo": "danielroe/nuxt-turnstile",
|
|
4456
|
+
"npm": "nuxt-turnstile",
|
|
4457
|
+
"icon": "cloudflare.svg",
|
|
4458
|
+
"github": "https://github.com/danielroe/nuxt-turnstile",
|
|
4459
|
+
"website": "https://github.com/danielroe/nuxt-turnstile",
|
|
4460
|
+
"learn_more": "https://www.cloudflare.com/products/turnstile/",
|
|
4461
|
+
"category": "Security",
|
|
4462
|
+
"type": "3rd-party",
|
|
4463
|
+
"maintainers": [
|
|
4464
|
+
{
|
|
4465
|
+
"name": "Daniel Roe",
|
|
4466
|
+
"github": "danielroe",
|
|
4467
|
+
"twitter": "danielcroe"
|
|
4468
|
+
}
|
|
4469
|
+
],
|
|
4470
|
+
"compatibility": {
|
|
4471
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4472
|
+
"requires": {
|
|
4473
|
+
"bridge": true
|
|
4474
|
+
}
|
|
4475
|
+
}
|
|
4476
|
+
},
|
|
3895
4477
|
{
|
|
3896
4478
|
"name": "twa",
|
|
3897
4479
|
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
@@ -3916,6 +4498,39 @@
|
|
|
3916
4498
|
}
|
|
3917
4499
|
}
|
|
3918
4500
|
},
|
|
4501
|
+
{
|
|
4502
|
+
"name": "twicpics",
|
|
4503
|
+
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
4504
|
+
"repo": "TwicPics/components",
|
|
4505
|
+
"npm": "@twicpics/components",
|
|
4506
|
+
"icon": "twicpics.svg",
|
|
4507
|
+
"github": "https://github.com/TwicPics/components",
|
|
4508
|
+
"website": "https://www.twicpics.com/docs/components/nuxt-3",
|
|
4509
|
+
"learn_more": "https://www.twicpics.com",
|
|
4510
|
+
"category": "Images",
|
|
4511
|
+
"type": "3rd-party",
|
|
4512
|
+
"maintainers": [
|
|
4513
|
+
{
|
|
4514
|
+
"name": "Florent Bourgeois",
|
|
4515
|
+
"github": "florentb",
|
|
4516
|
+
"twitter": "florent_b"
|
|
4517
|
+
},
|
|
4518
|
+
{
|
|
4519
|
+
"name": "Julian Aubourg",
|
|
4520
|
+
"github": "jaubourg",
|
|
4521
|
+
"twitter": "jaubourg"
|
|
4522
|
+
},
|
|
4523
|
+
{
|
|
4524
|
+
"name": "Miguel Beignon",
|
|
4525
|
+
"github": "mbgspcii",
|
|
4526
|
+
"twitter": "m_beignon"
|
|
4527
|
+
}
|
|
4528
|
+
],
|
|
4529
|
+
"compatibility": {
|
|
4530
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4531
|
+
"requires": {}
|
|
4532
|
+
}
|
|
4533
|
+
},
|
|
3919
4534
|
{
|
|
3920
4535
|
"name": "typed-router",
|
|
3921
4536
|
"description": "Provide autocompletion for pages route names generated by Nuxt router",
|
|
@@ -4027,6 +4642,30 @@
|
|
|
4027
4642
|
"requires": {}
|
|
4028
4643
|
}
|
|
4029
4644
|
},
|
|
4645
|
+
{
|
|
4646
|
+
"name": "umami",
|
|
4647
|
+
"description": "Embed the Umami analytics library into Nuxt",
|
|
4648
|
+
"repo": "ijkml/nuxt-umami",
|
|
4649
|
+
"npm": "nuxt-umami",
|
|
4650
|
+
"icon": "umami.svg",
|
|
4651
|
+
"github": "https://github.com/ijkml/nuxt-umami",
|
|
4652
|
+
"website": "https://github.com/ijkml/nuxt-umami",
|
|
4653
|
+
"learn_more": "https://umami.is/docs/",
|
|
4654
|
+
"category": "Analytics",
|
|
4655
|
+
"type": "3rd-party",
|
|
4656
|
+
"maintainers": [
|
|
4657
|
+
{
|
|
4658
|
+
"name": "ML",
|
|
4659
|
+
"github": "ijkml"
|
|
4660
|
+
}
|
|
4661
|
+
],
|
|
4662
|
+
"compatibility": {
|
|
4663
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4664
|
+
"requires": {
|
|
4665
|
+
"bridge": "optional"
|
|
4666
|
+
}
|
|
4667
|
+
}
|
|
4668
|
+
},
|
|
4030
4669
|
{
|
|
4031
4670
|
"name": "universal-storage",
|
|
4032
4671
|
"description": "Universal Storage Utilities for Nuxt.js",
|
|
@@ -4218,6 +4857,28 @@
|
|
|
4218
4857
|
"requires": {}
|
|
4219
4858
|
}
|
|
4220
4859
|
},
|
|
4860
|
+
{
|
|
4861
|
+
"name": "vue-plausible",
|
|
4862
|
+
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
4863
|
+
"repo": "moritzsternemann/vue-plausible",
|
|
4864
|
+
"npm": "vue-plausible",
|
|
4865
|
+
"icon": "plausible.png",
|
|
4866
|
+
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
4867
|
+
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
4868
|
+
"learn_more": "",
|
|
4869
|
+
"category": "Analytics",
|
|
4870
|
+
"type": "3rd-party",
|
|
4871
|
+
"maintainers": [
|
|
4872
|
+
{
|
|
4873
|
+
"name": "moritzsternemann",
|
|
4874
|
+
"github": "moritzsternemann"
|
|
4875
|
+
}
|
|
4876
|
+
],
|
|
4877
|
+
"compatibility": {
|
|
4878
|
+
"nuxt": "^2.0.0",
|
|
4879
|
+
"requires": {}
|
|
4880
|
+
}
|
|
4881
|
+
},
|
|
4221
4882
|
{
|
|
4222
4883
|
"name": "vue-select",
|
|
4223
4884
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -4240,6 +4901,31 @@
|
|
|
4240
4901
|
"requires": {}
|
|
4241
4902
|
}
|
|
4242
4903
|
},
|
|
4904
|
+
{
|
|
4905
|
+
"name": "vue-transitions",
|
|
4906
|
+
"description": "Reusable interface transitions with no CSS needed ❤️",
|
|
4907
|
+
"repo": "MorevM/vue-transitions",
|
|
4908
|
+
"npm": "@morev/vue-transitions",
|
|
4909
|
+
"icon": "vue-transitions.svg",
|
|
4910
|
+
"github": "https://github.com/MorevM/vue-transitions",
|
|
4911
|
+
"website": "https://github.com/MorevM/vue-transitions#readme",
|
|
4912
|
+
"learn_more": "",
|
|
4913
|
+
"category": "UI",
|
|
4914
|
+
"type": "3rd-party",
|
|
4915
|
+
"maintainers": [
|
|
4916
|
+
{
|
|
4917
|
+
"name": "Maxim Morev",
|
|
4918
|
+
"github": "MorevM",
|
|
4919
|
+
"avatar": "https://avatars.githubusercontent.com/u/49679666?v=4"
|
|
4920
|
+
}
|
|
4921
|
+
],
|
|
4922
|
+
"compatibility": {
|
|
4923
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4924
|
+
"requires": {
|
|
4925
|
+
"bridge": "optional"
|
|
4926
|
+
}
|
|
4927
|
+
}
|
|
4928
|
+
},
|
|
4243
4929
|
{
|
|
4244
4930
|
"name": "vue-warehouse",
|
|
4245
4931
|
"description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
|
|
@@ -4263,6 +4949,28 @@
|
|
|
4263
4949
|
"requires": {}
|
|
4264
4950
|
}
|
|
4265
4951
|
},
|
|
4952
|
+
{
|
|
4953
|
+
"name": "vuestic",
|
|
4954
|
+
"description": "Vuestic UI module for Nuxt 3",
|
|
4955
|
+
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
4956
|
+
"npm": "@vuestic/nuxt",
|
|
4957
|
+
"icon": "vuestic.png",
|
|
4958
|
+
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
4959
|
+
"website": "https://vuestic.dev",
|
|
4960
|
+
"learn_more": "https://vuestic.dev/en/getting-started/nuxt",
|
|
4961
|
+
"category": "UI",
|
|
4962
|
+
"type": "3rd-party",
|
|
4963
|
+
"maintainers": [
|
|
4964
|
+
{
|
|
4965
|
+
"name": "epicmaxco",
|
|
4966
|
+
"github": "epicmaxco"
|
|
4967
|
+
}
|
|
4968
|
+
],
|
|
4969
|
+
"compatibility": {
|
|
4970
|
+
"nuxt": "^3.0.0",
|
|
4971
|
+
"requires": {}
|
|
4972
|
+
}
|
|
4973
|
+
},
|
|
4266
4974
|
{
|
|
4267
4975
|
"name": "vuetify",
|
|
4268
4976
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -4293,8 +5001,8 @@
|
|
|
4293
5001
|
{
|
|
4294
5002
|
"name": "vueuse",
|
|
4295
5003
|
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4296
|
-
"repo": "vueuse/vueuse#main/packages/
|
|
4297
|
-
"npm": "@vueuse/
|
|
5004
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
5005
|
+
"npm": "@vueuse/nuxt",
|
|
4298
5006
|
"icon": "vueuse.svg",
|
|
4299
5007
|
"github": "https://github.com/vueuse/vueuse",
|
|
4300
5008
|
"website": "https://vueuse.org",
|
|
@@ -4342,7 +5050,7 @@
|
|
|
4342
5050
|
"description": "Web Vitals for Nuxt",
|
|
4343
5051
|
"repo": "nuxt-community/web-vitals-module",
|
|
4344
5052
|
"npm": "@nuxtjs/web-vitals",
|
|
4345
|
-
"icon": "",
|
|
5053
|
+
"icon": "web-vitals.png",
|
|
4346
5054
|
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4347
5055
|
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
4348
5056
|
"learn_more": "",
|
|
@@ -4365,8 +5073,10 @@
|
|
|
4365
5073
|
}
|
|
4366
5074
|
],
|
|
4367
5075
|
"compatibility": {
|
|
4368
|
-
"nuxt": "^2.0.0",
|
|
4369
|
-
"requires": {
|
|
5076
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5077
|
+
"requires": {
|
|
5078
|
+
"bridge": "optional"
|
|
5079
|
+
}
|
|
4370
5080
|
}
|
|
4371
5081
|
},
|
|
4372
5082
|
{
|
|
@@ -4602,6 +5312,31 @@
|
|
|
4602
5312
|
"requires": {}
|
|
4603
5313
|
}
|
|
4604
5314
|
},
|
|
5315
|
+
{
|
|
5316
|
+
"name": "xstate",
|
|
5317
|
+
"description": "XState integration for Nuxt",
|
|
5318
|
+
"repo": "Lexpeartha/nuxt-xstate",
|
|
5319
|
+
"npm": "nuxt-xstate",
|
|
5320
|
+
"icon": "xstate.svg",
|
|
5321
|
+
"github": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
5322
|
+
"website": "https://nuxt-xstate.lexpeartha.com",
|
|
5323
|
+
"learn_more": "https://xstate.js.org/",
|
|
5324
|
+
"category": "Extensions",
|
|
5325
|
+
"type": "3rd-party",
|
|
5326
|
+
"maintainers": [
|
|
5327
|
+
{
|
|
5328
|
+
"name": "Lexpeartha",
|
|
5329
|
+
"github": "Lexpeartha",
|
|
5330
|
+
"twitter": "lexpeartha"
|
|
5331
|
+
}
|
|
5332
|
+
],
|
|
5333
|
+
"compatibility": {
|
|
5334
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5335
|
+
"requires": {
|
|
5336
|
+
"bridge": true
|
|
5337
|
+
}
|
|
5338
|
+
}
|
|
5339
|
+
},
|
|
4605
5340
|
{
|
|
4606
5341
|
"name": "xui",
|
|
4607
5342
|
"description": "Light module to help design websites with Nuxt.",
|