@nuxt/modules 0.5.0-55e542 → 0.5.0-58a715

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.
Files changed (2) hide show
  1. package/modules.json +871 -125
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -26,29 +26,6 @@
26
26
  "requires": {}
27
27
  }
28
28
  },
29
- {
30
- "name": "adyen",
31
- "description": "Adyen Payment Module for Nuxt.js",
32
- "repo": "baroshem/nuxt-adyen-module",
33
- "npm": "nuxt-adyen-module",
34
- "icon": "adyen.svg",
35
- "github": "https://github.com/baroshem/nuxt-adyen-module",
36
- "website": "https://www.npmjs.com/package/nuxt-adyen-module",
37
- "learn_more": "https://www.npmjs.com/package/nuxt-adyen-module",
38
- "category": "Payment",
39
- "type": "3rd-party",
40
- "maintainers": [
41
- {
42
- "name": "Jakub Andrzejewski",
43
- "github": "Baroshem",
44
- "avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
45
- }
46
- ],
47
- "compatibility": {
48
- "nuxt": "^2.0.0",
49
- "requires": {}
50
- }
51
- },
52
29
  {
53
30
  "name": "agility-cms",
54
31
  "description": "Agility CMS Integration for Nuxt.js",
@@ -72,6 +49,36 @@
72
49
  "requires": {}
73
50
  }
74
51
  },
52
+ {
53
+ "name": "algolia",
54
+ "description": "Algolia Search Module for Nuxt 3",
55
+ "repo": "nuxt-modules/algolia",
56
+ "npm": "@nuxtjs/algolia",
57
+ "icon": "algolia.svg",
58
+ "github": "https://github.com/nuxt-modules/algolia",
59
+ "website": "https://algolia.nuxtjs.org/",
60
+ "learn_more": "https://algolia.nuxtjs.org/",
61
+ "category": "Libraries",
62
+ "type": "community",
63
+ "maintainers": [
64
+ {
65
+ "name": "Jakub Andrzejewski",
66
+ "github": "Baroshem",
67
+ "avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
68
+ },
69
+ {
70
+ "name": "Yasser Lahbibi",
71
+ "github": "yassilah",
72
+ "avatar": "https://avatars.githubusercontent.com/u/13403295?v=4"
73
+ }
74
+ ],
75
+ "compatibility": {
76
+ "nuxt": "^2.0.0 || ^3.0.0",
77
+ "requires": {
78
+ "bridge": true
79
+ }
80
+ }
81
+ },
75
82
  {
76
83
  "name": "alias",
77
84
  "description": "It automatically creates an alias for the components and page of the path",
@@ -139,6 +146,30 @@
139
146
  "requires": {}
140
147
  }
141
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
+ },
142
173
  {
143
174
  "name": "apis-to-file",
144
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",
@@ -166,26 +197,24 @@
166
197
  {
167
198
  "name": "apollo",
168
199
  "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
169
- "repo": "nuxt-community/apollo-module",
200
+ "repo": "nuxt-modules/apollo",
170
201
  "npm": "@nuxtjs/apollo",
171
202
  "icon": "apollo.png",
172
- "github": "https://github.com/nuxt-community/apollo-module",
173
- "website": "https://github.com/nuxt-community/apollo-module",
203
+ "github": "https://github.com/nuxt-modules/apollo",
204
+ "website": "https://apollo.nuxtjs.org",
174
205
  "learn_more": "https://apollo.vuejs.org/guide/#what-is-graphql",
175
206
  "category": "Request",
176
207
  "type": "community",
177
208
  "maintainers": [
178
209
  {
179
- "name": "Lam Kieu",
180
- "github": "kieusonlam"
181
- },
182
- {
183
- "name": "Dominic Garms",
184
- "github": "dohomi"
210
+ "name": "Conrawl Rogers",
211
+ "github": "diizzayy",
212
+ "twitter": "diizzayy",
213
+ "avatar": "https://avatars.githubusercontent.com/diizzayy?v=4"
185
214
  }
186
215
  ],
187
216
  "compatibility": {
188
- "nuxt": "^2.0.0",
217
+ "nuxt": "^2.0.0 || ^3.0.0",
189
218
  "requires": {}
190
219
  }
191
220
  },
@@ -305,29 +334,6 @@
305
334
  "requires": {}
306
335
  }
307
336
  },
308
- {
309
- "name": "bigcommerce",
310
- "description": "Easy BigCommerce integration for Nuxt.js",
311
- "repo": "baroshem/nuxt-bigcommerce",
312
- "npm": "nuxt-bigcommerce",
313
- "icon": "bigcommerce.svg",
314
- "github": "https://github.com/baroshem/nuxt-bigcommerce",
315
- "website": "https://nuxt-bigcommerce.vercel.app/",
316
- "learn_more": "https://www.npmjs.com/package/nuxt-bigcommerce",
317
- "category": "Ecommerce",
318
- "type": "3rd-party",
319
- "maintainers": [
320
- {
321
- "name": "Jakub Andrzejewski",
322
- "github": "Baroshem",
323
- "avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
324
- }
325
- ],
326
- "compatibility": {
327
- "nuxt": "^2.0.0",
328
- "requires": {}
329
- }
330
- },
331
337
  {
332
338
  "name": "bootstrap",
333
339
  "description": "Add Bootstrap to your Nuxt app in seconds.",
@@ -407,7 +413,7 @@
407
413
  },
408
414
  {
409
415
  "name": "bugsnag",
410
- "description": "Bugsnag module for nuxt.js",
416
+ "description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
411
417
  "repo": "JulianMar/nuxt-bugsnag",
412
418
  "npm": "nuxt-bugsnag",
413
419
  "icon": "bugsnag.png",
@@ -419,12 +425,15 @@
419
425
  "maintainers": [
420
426
  {
421
427
  "name": "JulianMar",
422
- "github": "JulianMar"
428
+ "github": "JulianMar",
429
+ "twitter": "julian_martin96"
423
430
  }
424
431
  ],
425
432
  "compatibility": {
426
- "nuxt": "^2.0.0",
427
- "requires": {}
433
+ "nuxt": "^2.0.0 || ^3.0.0",
434
+ "requires": {
435
+ "bridge": true
436
+ }
428
437
  }
429
438
  },
430
439
  {
@@ -473,7 +482,7 @@
473
482
  },
474
483
  {
475
484
  "name": "canvas-sketch",
476
- "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in Javascript",
485
+ "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
477
486
  "repo": "LuXDAmore/generative-art",
478
487
  "npm": "@luxdamore/nuxt-canvas-sketch",
479
488
  "icon": "",
@@ -624,7 +633,7 @@
624
633
  }
625
634
  ],
626
635
  "compatibility": {
627
- "nuxt": "^2.0.0",
636
+ "nuxt": "^2.0.0 || ^3.0.0",
628
637
  "requires": {
629
638
  "bridge": "optional"
630
639
  }
@@ -678,10 +687,10 @@
678
687
  },
679
688
  {
680
689
  "name": "content",
681
- "description": "Use markdown, JSON, YAML, XML or CSV in your nuxt application to easily write content fetched using a MongoDB like API.",
682
- "repo": "nuxt/content#master/packages/content",
690
+ "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.",
691
+ "repo": "nuxt/content#main",
683
692
  "npm": "@nuxt/content",
684
- "icon": "content.png",
693
+ "icon": "nuxt.png",
685
694
  "github": "https://github.com/nuxt/content",
686
695
  "website": "https://content.nuxtjs.org",
687
696
  "learn_more": "",
@@ -689,9 +698,14 @@
689
698
  "type": "official",
690
699
  "maintainers": [
691
700
  {
692
- "name": "Benjamin Canac",
693
- "github": "benjamincanac",
694
- "twitter": "benjamincanac"
701
+ "name": "Yaël Guilloux",
702
+ "github": "Tahul",
703
+ "twitter": "yaeeelglx"
704
+ },
705
+ {
706
+ "name": "Ahad Birang",
707
+ "github": "farnabaz",
708
+ "twitter": "a_birang"
695
709
  },
696
710
  {
697
711
  "name": "Sebastien Chopin",
@@ -700,7 +714,7 @@
700
714
  }
701
715
  ],
702
716
  "compatibility": {
703
- "nuxt": "^2.0.0",
717
+ "nuxt": "^2.0.0 || ^3.0.0",
704
718
  "requires": {}
705
719
  }
706
720
  },
@@ -796,6 +810,28 @@
796
810
  "requires": {}
797
811
  }
798
812
  },
813
+ {
814
+ "name": "datocms",
815
+ "description": "DatoCMS integration for Nuxt.js",
816
+ "repo": "voorhoede/nuxt-datocms-module",
817
+ "npm": "@voorhoede/nuxt-datocms-module",
818
+ "icon": "datocms.png",
819
+ "github": "https://github.com/voorhoede/nuxt-datocms-module",
820
+ "website": "https://github.com/voorhoede/nuxt-datocms-module",
821
+ "learn_more": "https://www.datocms.com/",
822
+ "category": "CMS",
823
+ "type": "3rd-party",
824
+ "maintainers": [
825
+ {
826
+ "name": "Frankwarnaar",
827
+ "github": "Frankwarnaar"
828
+ }
829
+ ],
830
+ "compatibility": {
831
+ "nuxt": "^2.0.0",
832
+ "requires": {}
833
+ }
834
+ },
799
835
  {
800
836
  "name": "dayjs",
801
837
  "description": "The best way for use Day.js easily in your Nuxt.js project.",
@@ -819,6 +855,29 @@
819
855
  "requires": {}
820
856
  }
821
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
+ },
822
881
  {
823
882
  "name": "device",
824
883
  "description": "Device detection module for Nuxt.js",
@@ -841,6 +900,31 @@
841
900
  "requires": {}
842
901
  }
843
902
  },
903
+ {
904
+ "name": "directus",
905
+ "description": "Easily connect your Nuxt3 application to your directus server.",
906
+ "repo": "intevel/nuxt-directus",
907
+ "npm": "nuxt-directus",
908
+ "icon": "directus.svg",
909
+ "github": "https://github.com/intevel/nuxt-directus/",
910
+ "website": "https://nuxt-directus.netlify.app/",
911
+ "learn_more": "https://nuxt-directus.netlify.app/",
912
+ "category": "CMS",
913
+ "type": "3rd-party",
914
+ "maintainers": [
915
+ {
916
+ "name": "Conner Bachmann",
917
+ "github": "intevel",
918
+ "avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
919
+ }
920
+ ],
921
+ "compatibility": {
922
+ "nuxt": "^2.0.0 || ^3.0.0",
923
+ "requires": {
924
+ "bridge": true
925
+ }
926
+ }
927
+ },
844
928
  {
845
929
  "name": "dotenv",
846
930
  "description": "A Nuxt.js module that loads your .env file into your context options",
@@ -1031,7 +1115,7 @@
1031
1115
  },
1032
1116
  {
1033
1117
  "name": "feed",
1034
- "description": "Feed module enables everyone to have RSS, Atom and Json.",
1118
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
1035
1119
  "repo": "nuxt-community/feed-module",
1036
1120
  "npm": "@nuxtjs/feed",
1037
1121
  "icon": "",
@@ -1055,7 +1139,7 @@
1055
1139
  {
1056
1140
  "name": "firebase",
1057
1141
  "description": "Integrate Firebase into your Nuxt project.",
1058
- "repo": "nuxt-community/firebase-module",
1142
+ "repo": "nuxt-community/firebase-module#master/packages/firebase-module",
1059
1143
  "npm": "@nuxtjs/firebase",
1060
1144
  "icon": "firebase.png",
1061
1145
  "github": "https://github.com/nuxt-community/firebase-module",
@@ -1162,6 +1246,34 @@
1162
1246
  "requires": {}
1163
1247
  }
1164
1248
  },
1249
+ {
1250
+ "name": "formkit",
1251
+ "description": "Seamless FormKit integration for Nuxt",
1252
+ "repo": "formkit/formkit#master/packages/nuxt",
1253
+ "npm": "@formkit/nuxt",
1254
+ "icon": "formkit.png",
1255
+ "github": "https://github.com/formkit/formkit",
1256
+ "website": "https://formkit.com",
1257
+ "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1258
+ "category": "Libraries",
1259
+ "type": "3rd-party",
1260
+ "maintainers": [
1261
+ {
1262
+ "name": "Justin Schroeder",
1263
+ "github": "justin-schroeder",
1264
+ "twitter": "jpschroeder"
1265
+ },
1266
+ {
1267
+ "name": "Andrew Boyd",
1268
+ "github": "andrew-boyd",
1269
+ "twitter": "0xBOYD"
1270
+ }
1271
+ ],
1272
+ "compatibility": {
1273
+ "nuxt": "^3.0.0",
1274
+ "requires": {}
1275
+ }
1276
+ },
1165
1277
  {
1166
1278
  "name": "fullpage",
1167
1279
  "description": "Nuxt module for fullpage-vue plugin",
@@ -1278,8 +1390,10 @@
1278
1390
  }
1279
1391
  ],
1280
1392
  "compatibility": {
1281
- "nuxt": "^2.0.0",
1282
- "requires": {}
1393
+ "nuxt": "^2.0.0 || ^3.0.0",
1394
+ "requires": {
1395
+ "bridge": "optional"
1396
+ }
1283
1397
  }
1284
1398
  },
1285
1399
  {
@@ -1341,6 +1455,28 @@
1341
1455
  "requires": {}
1342
1456
  }
1343
1457
  },
1458
+ {
1459
+ "name": "graphql-client",
1460
+ "description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
1461
+ "repo": "diizzayy/nuxt-graphql-client",
1462
+ "npm": "nuxt-graphql-client",
1463
+ "icon": "graphql-client.svg",
1464
+ "github": "https://github.com/diizzayy/nuxt-graphql-client",
1465
+ "website": "https://github.com/diizzayy/nuxt-graphql-client",
1466
+ "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
1467
+ "category": "Request",
1468
+ "type": "3rd-party",
1469
+ "maintainers": [
1470
+ {
1471
+ "name": "Diizzayy",
1472
+ "github": "diizzayy"
1473
+ }
1474
+ ],
1475
+ "compatibility": {
1476
+ "nuxt": "^3.0.0",
1477
+ "requires": {}
1478
+ }
1479
+ },
1344
1480
  {
1345
1481
  "name": "graphql-request",
1346
1482
  "description": "Easy Minimal GraphQL client integration with Nuxt.js",
@@ -1408,6 +1544,29 @@
1408
1544
  "requires": {}
1409
1545
  }
1410
1546
  },
1547
+ {
1548
+ "name": "harlem",
1549
+ "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
1550
+ "repo": "nuxt-modules/harlem",
1551
+ "npm": "@nuxtjs/harlem",
1552
+ "icon": "harlem.svg",
1553
+ "github": "https://github.com/nuxt-modules/harlem",
1554
+ "website": "https://github.com/nuxt-modules/harlem",
1555
+ "learn_more": "https://harlemjs.com/",
1556
+ "category": "Extensions",
1557
+ "type": "community",
1558
+ "maintainers": [
1559
+ {
1560
+ "name": "Daniel Roe",
1561
+ "github": "danielroe",
1562
+ "twitter": "danielcroe"
1563
+ }
1564
+ ],
1565
+ "compatibility": {
1566
+ "nuxt": "^3.0.0",
1567
+ "requires": {}
1568
+ }
1569
+ },
1411
1570
  {
1412
1571
  "name": "headway",
1413
1572
  "description": "Headway changelog widget for Nuxt",
@@ -1522,10 +1681,10 @@
1522
1681
  {
1523
1682
  "name": "html-validator",
1524
1683
  "description": "Automatically validate Nuxt server-rendered HTML html",
1525
- "repo": "nuxt-community/html-validator-module",
1684
+ "repo": "nuxt-modules/html-validator",
1526
1685
  "npm": "@nuxtjs/html-validator",
1527
1686
  "icon": "html-validator.png",
1528
- "github": "https://github.com/nuxt-community/html-validator-module",
1687
+ "github": "https://github.com/nuxt-modules/html-validator",
1529
1688
  "website": "https://html-validator.nuxtjs.org",
1530
1689
  "learn_more": "https://html-validate.org",
1531
1690
  "category": "Performance",
@@ -1538,8 +1697,10 @@
1538
1697
  }
1539
1698
  ],
1540
1699
  "compatibility": {
1541
- "nuxt": "^2.0.0",
1542
- "requires": {}
1700
+ "nuxt": "^2.0.0 || ^3.0.0",
1701
+ "requires": {
1702
+ "bridge": "optional"
1703
+ }
1543
1704
  }
1544
1705
  },
1545
1706
  {
@@ -1615,7 +1776,51 @@
1615
1776
  }
1616
1777
  ],
1617
1778
  "compatibility": {
1618
- "nuxt": "^2.0.0",
1779
+ "nuxt": "^2.0.0 || ^3.0.0",
1780
+ "requires": {}
1781
+ }
1782
+ },
1783
+ {
1784
+ "name": "icon",
1785
+ "description": "",
1786
+ "repo": "nuxt-modules/icon",
1787
+ "npm": "nuxt-icon",
1788
+ "icon": "nuxt-icon.png",
1789
+ "github": "https://github.com/nuxt-modules/icon",
1790
+ "website": "https://github.com/nuxt-modules/icon",
1791
+ "learn_more": "",
1792
+ "category": "UI",
1793
+ "type": "community",
1794
+ "maintainers": [
1795
+ {
1796
+ "name": "Atinux",
1797
+ "github": "Atinux"
1798
+ }
1799
+ ],
1800
+ "compatibility": {
1801
+ "nuxt": "^3.0.0",
1802
+ "requires": {}
1803
+ }
1804
+ },
1805
+ {
1806
+ "name": "icons",
1807
+ "description": "Use your own automatically imported SVG icons.",
1808
+ "repo": "gitfoxcode/nuxt-icons",
1809
+ "npm": "nuxt-icons",
1810
+ "icon": "icons.png",
1811
+ "github": "https://github.com/gitFoxCode/nuxt-icons",
1812
+ "website": "https://github.com/gitFoxCode/nuxt-icons",
1813
+ "learn_more": "",
1814
+ "category": "UI",
1815
+ "type": "3rd-party",
1816
+ "maintainers": [
1817
+ {
1818
+ "name": "Sebastian Wludzik",
1819
+ "github": "gitfoxcode"
1820
+ }
1821
+ ],
1822
+ "compatibility": {
1823
+ "nuxt": "^3.0.0",
1619
1824
  "requires": {}
1620
1825
  }
1621
1826
  },
@@ -1670,7 +1875,7 @@
1670
1875
  }
1671
1876
  ],
1672
1877
  "compatibility": {
1673
- "nuxt": "^2.0.0",
1878
+ "nuxt": "^2.0.0 || ^3.0.0",
1674
1879
  "requires": {
1675
1880
  "bridge": "optional"
1676
1881
  }
@@ -1698,6 +1903,31 @@
1698
1903
  "requires": {}
1699
1904
  }
1700
1905
  },
1906
+ {
1907
+ "name": "inkline",
1908
+ "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
1909
+ "repo": "inkline/nuxt-module-inkline",
1910
+ "npm": "@inkline/nuxt",
1911
+ "icon": "inkline.svg",
1912
+ "github": "https://github.com/inkline/nuxt-module-inkline",
1913
+ "website": "https://inkline.io",
1914
+ "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
1915
+ "category": "UI",
1916
+ "type": "3rd-party",
1917
+ "maintainers": [
1918
+ {
1919
+ "name": "Alex Grozav",
1920
+ "github": "alexgrozav",
1921
+ "twitter": "alexgrozav"
1922
+ }
1923
+ ],
1924
+ "compatibility": {
1925
+ "nuxt": "^2.0.0 || ^3.0.0",
1926
+ "requires": {
1927
+ "bridge": true
1928
+ }
1929
+ }
1930
+ },
1701
1931
  {
1702
1932
  "name": "intercom",
1703
1933
  "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
@@ -1720,6 +1950,29 @@
1720
1950
  "requires": {}
1721
1951
  }
1722
1952
  },
1953
+ {
1954
+ "name": "ionic",
1955
+ "description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
1956
+ "repo": "nuxt-modules/ionic",
1957
+ "npm": "@nuxtjs/ionic",
1958
+ "icon": "ionic.svg",
1959
+ "github": "https://github.com/nuxt-modules/ionic",
1960
+ "website": "https://ionic.nuxtjs.org",
1961
+ "learn_more": "https://ionicframework.com",
1962
+ "category": "Libraries",
1963
+ "type": "community",
1964
+ "maintainers": [
1965
+ {
1966
+ "name": "Daniel Roe",
1967
+ "github": "danielroe",
1968
+ "twitter": "danielcroe"
1969
+ }
1970
+ ],
1971
+ "compatibility": {
1972
+ "nuxt": "^3.0.0",
1973
+ "requires": {}
1974
+ }
1975
+ },
1723
1976
  {
1724
1977
  "name": "jsonapi",
1725
1978
  "description": "Easy JSON:API client integration for Nuxt.js",
@@ -1764,6 +2017,30 @@
1764
2017
  "requires": {}
1765
2018
  }
1766
2019
  },
2020
+ {
2021
+ "name": "kql",
2022
+ "description": "Nuxt 3 module for Kirby's Query Language API",
2023
+ "repo": "johannschopplich/nuxt-kql",
2024
+ "npm": "nuxt-kql",
2025
+ "icon": "kql.svg",
2026
+ "github": "https://github.com/johannschopplich/nuxt-kql",
2027
+ "website": "https://nuxt-kql.jhnn.dev",
2028
+ "learn_more": "",
2029
+ "category": "CMS",
2030
+ "type": "3rd-party",
2031
+ "maintainers": [
2032
+ {
2033
+ "name": "Johann Schopplich",
2034
+ "github": "johannschopplich",
2035
+ "twitter": "jschopplich",
2036
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
2037
+ }
2038
+ ],
2039
+ "compatibility": {
2040
+ "nuxt": "^3.0.0",
2041
+ "requires": {}
2042
+ }
2043
+ },
1767
2044
  {
1768
2045
  "name": "laravel-echo",
1769
2046
  "description": "Laravel Echo for Nuxt.js",
@@ -1902,6 +2179,28 @@
1902
2179
  "requires": {}
1903
2180
  }
1904
2181
  },
2182
+ {
2183
+ "name": "lodash",
2184
+ "description": "lodash module with auto-import and custom prefix",
2185
+ "repo": "cipami/nuxt-lodash",
2186
+ "npm": "nuxt-lodash",
2187
+ "icon": "lodash.svg",
2188
+ "github": "https://github.com/cipami/nuxt-lodash",
2189
+ "website": "https://github.com/cipami/nuxt-lodash#readme",
2190
+ "learn_more": "https://github.com/lodash/lodash",
2191
+ "category": "Libraries",
2192
+ "type": "3rd-party",
2193
+ "maintainers": [
2194
+ {
2195
+ "name": "Michal Čípa",
2196
+ "github": "cipami"
2197
+ }
2198
+ ],
2199
+ "compatibility": {
2200
+ "nuxt": "^3.0.0",
2201
+ "requires": {}
2202
+ }
2203
+ },
1905
2204
  {
1906
2205
  "name": "logrocket",
1907
2206
  "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
@@ -1947,6 +2246,29 @@
1947
2246
  "requires": {}
1948
2247
  }
1949
2248
  },
2249
+ {
2250
+ "name": "magic-regexp",
2251
+ "description": "A compiled-away, type-safe, readable RegExp alternative",
2252
+ "repo": "danielroe/magic-regexp",
2253
+ "npm": "magic-regexp",
2254
+ "icon": "magic-regexp.svg",
2255
+ "github": "https://github.com/danielroe/magic-regexp",
2256
+ "website": "https://magic-regexp.roe.dev",
2257
+ "learn_more": "https://magic-regexp.roe.dev",
2258
+ "category": "Libraries",
2259
+ "type": "3rd-party",
2260
+ "maintainers": [
2261
+ {
2262
+ "name": "Daniel Roe",
2263
+ "github": "danielroe",
2264
+ "twitter": "danielcroe"
2265
+ }
2266
+ ],
2267
+ "compatibility": {
2268
+ "nuxt": "^3.0.0",
2269
+ "requires": {}
2270
+ }
2271
+ },
1950
2272
  {
1951
2273
  "name": "markdownit",
1952
2274
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -2015,6 +2337,31 @@
2015
2337
  "requires": {}
2016
2338
  }
2017
2339
  },
2340
+ {
2341
+ "name": "meilisearch",
2342
+ "description": "Meilisearch Instant Search module for Nuxt 3",
2343
+ "repo": "xlanex6/nuxt-meilisearch",
2344
+ "npm": "nuxt-meilisearch",
2345
+ "icon": "meilisearch.svg",
2346
+ "github": "https://github.com/xlanex6/nuxt-meilisearch",
2347
+ "website": "https://github.com/xlanex6/nuxt-meilisearch",
2348
+ "learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
2349
+ "category": "Libraries",
2350
+ "type": "3rd-party",
2351
+ "maintainers": [
2352
+ {
2353
+ "name": "Alex Duval",
2354
+ "github": "xlanex6",
2355
+ "avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
2356
+ }
2357
+ ],
2358
+ "compatibility": {
2359
+ "nuxt": "^3.0.0",
2360
+ "requires": {
2361
+ "bridge": false
2362
+ }
2363
+ }
2364
+ },
2018
2365
  {
2019
2366
  "name": "memwatch",
2020
2367
  "description": "Quickly watch real-time memory stats of your nuxt app",
@@ -2271,6 +2618,50 @@
2271
2618
  }
2272
2619
  }
2273
2620
  },
2621
+ {
2622
+ "name": "nuxt-monaco-editor",
2623
+ "description": "Integrate monaco-editor with Nuxt",
2624
+ "repo": "e-chan1007/nuxt-monaco-editor",
2625
+ "npm": "nuxt-monaco-editor",
2626
+ "icon": "",
2627
+ "github": "https://github.com/e-chan1007/nuxt-monaco-editor",
2628
+ "website": "https://github.com/e-chan1007/nuxt-monaco-editor",
2629
+ "learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
2630
+ "category": "Libraries",
2631
+ "type": "3rd-party",
2632
+ "maintainers": [
2633
+ {
2634
+ "name": "e-chan1007",
2635
+ "github": "e-chan1007"
2636
+ }
2637
+ ],
2638
+ "compatibility": {
2639
+ "nuxt": "^3.0.0",
2640
+ "requires": {}
2641
+ }
2642
+ },
2643
+ {
2644
+ "name": "nuxt-pino-log",
2645
+ "description": "Structured logs for nuxt apps using pino",
2646
+ "repo": "kpn/nuxt-pino-log",
2647
+ "npm": "nuxt-pino-log",
2648
+ "icon": "",
2649
+ "github": "https://github.com/kpn/nuxt-pino-log",
2650
+ "website": "https://github.com/kpn/nuxt-pino-log",
2651
+ "learn_more": "https://github.com/pinojs/pino",
2652
+ "category": "Monitoring",
2653
+ "type": "3rd-party",
2654
+ "maintainers": [
2655
+ {
2656
+ "name": "kpn",
2657
+ "github": "kpn"
2658
+ }
2659
+ ],
2660
+ "compatibility": {
2661
+ "nuxt": "^2.0.0",
2662
+ "requires": {}
2663
+ }
2664
+ },
2274
2665
  {
2275
2666
  "name": "nuxt-png-to-ico",
2276
2667
  "description": "Nuxt.js module for auto generating favicons",
@@ -2318,6 +2709,50 @@
2318
2709
  "requires": {}
2319
2710
  }
2320
2711
  },
2712
+ {
2713
+ "name": "nuxt-svgo",
2714
+ "description": "Nuxt module to load optimized SVG files as Vue components",
2715
+ "repo": "cpsoinos/nuxt-svgo",
2716
+ "npm": "nuxt-svgo",
2717
+ "icon": "",
2718
+ "github": "https://github.com/cpsoinos/nuxt-svgo",
2719
+ "website": "https://github.com/cpsoinos/nuxt-svgo",
2720
+ "learn_more": "",
2721
+ "category": "Images",
2722
+ "type": "3rd-party",
2723
+ "maintainers": [
2724
+ {
2725
+ "name": "cpsoinos",
2726
+ "github": "cpsoinos"
2727
+ }
2728
+ ],
2729
+ "compatibility": {
2730
+ "nuxt": "^3.0.0",
2731
+ "requires": {}
2732
+ }
2733
+ },
2734
+ {
2735
+ "name": "nuxt-unleash",
2736
+ "description": "Nuxt.js module to use Unleash toggle feature services",
2737
+ "repo": "conejerock/nuxt-unleash",
2738
+ "npm": "nuxt-unleash",
2739
+ "icon": "nuxt-unleash.svg",
2740
+ "github": "https://github.com/conejerock/nuxt-unleash",
2741
+ "website": "https://github.com/conejerock/nuxt-unleash",
2742
+ "learn_more": "https://github.com/Unleash/unleash",
2743
+ "category": "Deployment",
2744
+ "type": "3rd-party",
2745
+ "maintainers": [
2746
+ {
2747
+ "name": "Juanjo Conejerock",
2748
+ "github": "conejerock"
2749
+ }
2750
+ ],
2751
+ "compatibility": {
2752
+ "nuxt": "^2.0.0",
2753
+ "requires": {}
2754
+ }
2755
+ },
2321
2756
  {
2322
2757
  "name": "nuxt-use-motion",
2323
2758
  "description": "A Nuxt module putting your components in motion",
@@ -2497,6 +2932,31 @@
2497
2932
  "requires": {}
2498
2933
  }
2499
2934
  },
2935
+ {
2936
+ "name": "partytown",
2937
+ "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
2938
+ "repo": "nuxt-modules/partytown",
2939
+ "npm": "@nuxtjs/partytown",
2940
+ "icon": "partytown.svg",
2941
+ "github": "https://github.com/nuxt-modules/partytown",
2942
+ "website": "https://github.com/nuxt-modules/partytown",
2943
+ "learn_more": "https://partytown.builder.io/",
2944
+ "category": "Performance",
2945
+ "type": "community",
2946
+ "maintainers": [
2947
+ {
2948
+ "name": "Daniel Roe",
2949
+ "github": "danielroe",
2950
+ "twitter": "danielcroe"
2951
+ }
2952
+ ],
2953
+ "compatibility": {
2954
+ "nuxt": "^2.0.0 || ^3.0.0",
2955
+ "requires": {
2956
+ "bridge": true
2957
+ }
2958
+ }
2959
+ },
2500
2960
  {
2501
2961
  "name": "persian-datepicker",
2502
2962
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -2562,8 +3022,10 @@
2562
3022
  }
2563
3023
  ],
2564
3024
  "compatibility": {
2565
- "nuxt": "^2.0.0",
2566
- "requires": {}
3025
+ "nuxt": "^2.0.0 || ^3.0.0",
3026
+ "requires": {
3027
+ "bridge": "optional"
3028
+ }
2567
3029
  }
2568
3030
  },
2569
3031
  {
@@ -2591,32 +3053,23 @@
2591
3053
  {
2592
3054
  "name": "prismic",
2593
3055
  "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
2594
- "repo": "nuxt-community/prismic-module",
3056
+ "repo": "nuxt-modules/prismic",
2595
3057
  "npm": "@nuxtjs/prismic",
2596
3058
  "icon": "prismic.png",
2597
- "github": "https://github.com/nuxt-community/prismic-module",
3059
+ "github": "https://github.com/nuxt-modules/prismic",
2598
3060
  "website": "https://prismic.nuxtjs.org",
2599
- "learn_more": "https://prismic.io/",
3061
+ "learn_more": "https://prismic.io",
2600
3062
  "category": "CMS",
2601
3063
  "type": "community",
2602
3064
  "maintainers": [
2603
- {
2604
- "name": "Sébastien Chopin",
2605
- "github": "Atinux",
2606
- "twitter": "Atinux"
2607
- },
2608
3065
  {
2609
3066
  "name": "lihbr",
2610
3067
  "github": "lihbr",
2611
3068
  "twitter": "li_hbr"
2612
- },
2613
- {
2614
- "name": "James Pegg",
2615
- "github": "jamespegg"
2616
3069
  }
2617
3070
  ],
2618
3071
  "compatibility": {
2619
- "nuxt": "^2.0.0",
3072
+ "nuxt": "^2.0.0 || ^3.0.0",
2620
3073
  "requires": {}
2621
3074
  }
2622
3075
  },
@@ -2691,7 +3144,7 @@
2691
3144
  {
2692
3145
  "name": "purgecss",
2693
3146
  "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
2694
- "repo": "Developmint/nuxt-purgecss",
3147
+ "repo": "Developmint/nuxt-purgecss#main",
2695
3148
  "npm": "nuxt-purgecss",
2696
3149
  "icon": "purgecss.png",
2697
3150
  "github": "https://github.com/Developmint/nuxt-purgecss",
@@ -2706,7 +3159,7 @@
2706
3159
  }
2707
3160
  ],
2708
3161
  "compatibility": {
2709
- "nuxt": "^2.0.0",
3162
+ "nuxt": "^2.0.0 || ^3.0.0",
2710
3163
  "requires": {}
2711
3164
  }
2712
3165
  },
@@ -2842,8 +3295,10 @@
2842
3295
  }
2843
3296
  ],
2844
3297
  "compatibility": {
2845
- "nuxt": "^2.0.0",
2846
- "requires": {}
3298
+ "nuxt": "^2.0.0 || ^3.0.0",
3299
+ "requires": {
3300
+ "bridge": "optional"
3301
+ }
2847
3302
  }
2848
3303
  },
2849
3304
  {
@@ -2916,11 +3371,11 @@
2916
3371
  },
2917
3372
  {
2918
3373
  "name": "sanity",
2919
- "description": "Access text, images, and other media with Nuxt.js and the Sanity headless CMS.",
2920
- "repo": "nuxt-community/sanity-module#main",
3374
+ "description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
3375
+ "repo": "nuxt-modules/sanity#main",
2921
3376
  "npm": "@nuxtjs/sanity",
2922
3377
  "icon": "sanity.png",
2923
- "github": "https://github.com/nuxt-community/sanity-module#main",
3378
+ "github": "https://github.com/nuxt-modules/sanity#main",
2924
3379
  "website": "https://sanity.nuxtjs.org",
2925
3380
  "learn_more": "https://www.sanity.io/",
2926
3381
  "category": "CMS",
@@ -2933,7 +3388,33 @@
2933
3388
  }
2934
3389
  ],
2935
3390
  "compatibility": {
2936
- "nuxt": "^2.0.0",
3391
+ "nuxt": "^2.0.0 || ^3.0.0",
3392
+ "requires": {
3393
+ "bridge": "optional"
3394
+ }
3395
+ }
3396
+ },
3397
+ {
3398
+ "name": "schema-org",
3399
+ "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
3400
+ "repo": "vueuse/schema-org#main/packages/nuxt",
3401
+ "npm": "nuxt-schema-org",
3402
+ "icon": "schema-org.svg",
3403
+ "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3404
+ "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3405
+ "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
3406
+ "category": "SEO",
3407
+ "type": "3rd-party",
3408
+ "maintainers": [
3409
+ {
3410
+ "name": "Harlan Wilton",
3411
+ "github": "harlan-zw",
3412
+ "twitter": "harlan_zw",
3413
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
3414
+ }
3415
+ ],
3416
+ "compatibility": {
3417
+ "nuxt": "^3.0.0",
2937
3418
  "requires": {}
2938
3419
  }
2939
3420
  },
@@ -2959,6 +3440,29 @@
2959
3440
  "requires": {}
2960
3441
  }
2961
3442
  },
3443
+ {
3444
+ "name": "security",
3445
+ "description": "Security Module for Nuxt based on OWASP Top 10 and Helmet",
3446
+ "repo": "Baroshem/nuxt-security",
3447
+ "npm": "nuxt-security",
3448
+ "icon": "nuxt-security.svg",
3449
+ "github": "https://github.com/Baroshem/nuxt-security",
3450
+ "website": "https://nuxt-security.vercel.app/",
3451
+ "learn_more": "https://nuxt-security.vercel.app/",
3452
+ "category": "Security",
3453
+ "type": "3rd-party",
3454
+ "maintainers": [
3455
+ {
3456
+ "name": "Jakub Andrzejewski",
3457
+ "github": "Baroshem",
3458
+ "avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
3459
+ }
3460
+ ],
3461
+ "compatibility": {
3462
+ "nuxt": "^3.0.0",
3463
+ "requires": {}
3464
+ }
3465
+ },
2962
3466
  {
2963
3467
  "name": "segment",
2964
3468
  "description": "Nuxt.js module for Segment Analytics.js",
@@ -3006,7 +3510,7 @@
3006
3510
  {
3007
3511
  "name": "seo-meta",
3008
3512
  "description": "Simple generate seo metadata",
3009
- "repo": "ihavecoke/nuxtjs-seo-meta",
3513
+ "repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
3010
3514
  "npm": "nuxt-seo-meta",
3011
3515
  "icon": "",
3012
3516
  "github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
@@ -3071,6 +3575,29 @@
3071
3575
  "requires": {}
3072
3576
  }
3073
3577
  },
3578
+ {
3579
+ "name": "session",
3580
+ "description": "Session middleware to persist data across multiple requests, supports many backends via unjs/unstorage: memory, redis, fs, ...",
3581
+ "repo": "sidebase/nuxt-session",
3582
+ "npm": "@sidebase/nuxt-session",
3583
+ "icon": "session.png",
3584
+ "github": "https://github.com/sidebase/nuxt-session",
3585
+ "website": "https://github.com/sidebase/nuxt-session",
3586
+ "learn_more": "https://github.com/sidebase",
3587
+ "category": "Security",
3588
+ "type": "3rd-party",
3589
+ "maintainers": [
3590
+ {
3591
+ "name": "sidebase",
3592
+ "github": "sidebase",
3593
+ "twitter": "sidebase_io"
3594
+ }
3595
+ ],
3596
+ "compatibility": {
3597
+ "nuxt": "^3.0.0",
3598
+ "requires": {}
3599
+ }
3600
+ },
3074
3601
  {
3075
3602
  "name": "shopify",
3076
3603
  "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
@@ -3403,8 +3930,10 @@
3403
3930
  }
3404
3931
  ],
3405
3932
  "compatibility": {
3406
- "nuxt": "^2.0.0",
3407
- "requires": {}
3933
+ "nuxt": "^2.0.0 || ^3.0.0",
3934
+ "requires": {
3935
+ "bridge": true
3936
+ }
3408
3937
  }
3409
3938
  },
3410
3939
  {
@@ -3474,18 +4003,51 @@
3474
4003
  "requires": {}
3475
4004
  }
3476
4005
  },
4006
+ {
4007
+ "name": "stylify",
4008
+ "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
4009
+ "repo": "stylify/packages#master/packages/nuxt",
4010
+ "npm": "@stylify/nuxt",
4011
+ "icon": "stylify.svg",
4012
+ "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
4013
+ "website": "https://stylifycss.com/docs/nuxt",
4014
+ "learn_more": "https://stylifycss.com",
4015
+ "category": "UI",
4016
+ "type": "3rd-party",
4017
+ "maintainers": [
4018
+ {
4019
+ "name": "Vladimír Macháček",
4020
+ "github": "Machy8",
4021
+ "twitter": "8machy"
4022
+ }
4023
+ ],
4024
+ "compatibility": {
4025
+ "nuxt": "^2.0.0 || ^3.0.0",
4026
+ "requires": {}
4027
+ }
4028
+ },
3477
4029
  {
3478
4030
  "name": "supabase",
3479
- "description": "A supa simple way to use Supabase with Nuxt",
3480
- "repo": "supabase/nuxt-supabase",
3481
- "npm": "nuxt-supabase",
4031
+ "description": "First class integration with Supabase",
4032
+ "repo": "nuxt-community/supabase-module",
4033
+ "npm": "@nuxtjs/supabase",
3482
4034
  "icon": "supabase.png",
3483
- "github": "https://github.com/supabase/nuxt-supabase",
3484
- "website": "https://github.com/supabase/nuxt-supabase",
3485
- "learn_more": "https://supabase.io",
4035
+ "github": "https://github.com/nuxt-community/supabase-module",
4036
+ "website": "https://supabase.nuxtjs.org",
4037
+ "learn_more": "https://supabase.com",
3486
4038
  "category": "Database",
3487
- "type": "3rd-party",
4039
+ "type": "community",
3488
4040
  "maintainers": [
4041
+ {
4042
+ "name": "Baptiste Leproux",
4043
+ "github": "larbish",
4044
+ "twitter": "baptistelprx"
4045
+ },
4046
+ {
4047
+ "name": "Sebastien Chopin",
4048
+ "github": "Atinux",
4049
+ "twitter": "Atinux"
4050
+ },
3489
4051
  {
3490
4052
  "name": "Scott Robertson",
3491
4053
  "github": "scottrobertson",
@@ -3493,7 +4055,7 @@
3493
4055
  }
3494
4056
  ],
3495
4057
  "compatibility": {
3496
- "nuxt": "^2.0.0",
4058
+ "nuxt": "^2.0.0 || ^3.0.0",
3497
4059
  "requires": {}
3498
4060
  }
3499
4061
  },
@@ -3605,7 +4167,7 @@
3605
4167
  }
3606
4168
  ],
3607
4169
  "compatibility": {
3608
- "nuxt": "^2.0.0",
4170
+ "nuxt": "^2.0.0 || ^3.0.0",
3609
4171
  "requires": {}
3610
4172
  }
3611
4173
  },
@@ -3655,6 +4217,31 @@
3655
4217
  "requires": {}
3656
4218
  }
3657
4219
  },
4220
+ {
4221
+ "name": "turnstile",
4222
+ "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
4223
+ "repo": "danielroe/nuxt-turnstile",
4224
+ "npm": "nuxt-turnstile",
4225
+ "icon": "cloudflare.svg",
4226
+ "github": "https://github.com/danielroe/nuxt-turnstile",
4227
+ "website": "https://github.com/danielroe/nuxt-turnstile",
4228
+ "learn_more": "https://www.cloudflare.com/products/turnstile/",
4229
+ "category": "Security",
4230
+ "type": "3rd-party",
4231
+ "maintainers": [
4232
+ {
4233
+ "name": "Daniel Roe",
4234
+ "github": "danielroe",
4235
+ "twitter": "danielcroe"
4236
+ }
4237
+ ],
4238
+ "compatibility": {
4239
+ "nuxt": "^2.0.0 || ^3.0.0",
4240
+ "requires": {
4241
+ "bridge": true
4242
+ }
4243
+ }
4244
+ },
3658
4245
  {
3659
4246
  "name": "twa",
3660
4247
  "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
@@ -3674,6 +4261,41 @@
3674
4261
  ],
3675
4262
  "compatibility": {
3676
4263
  "nuxt": "^2.0.0",
4264
+ "requires": {
4265
+ "bridge": "optional"
4266
+ }
4267
+ }
4268
+ },
4269
+ {
4270
+ "name": "twicpics",
4271
+ "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
4272
+ "repo": "TwicPics/components",
4273
+ "npm": "@twicpics/components",
4274
+ "icon": "twicpics.svg",
4275
+ "github": "https://github.com/TwicPics/components",
4276
+ "website": "https://www.twicpics.com/docs/components/nuxt-3",
4277
+ "learn_more": "https://www.twicpics.com",
4278
+ "category": "Images",
4279
+ "type": "3rd-party",
4280
+ "maintainers": [
4281
+ {
4282
+ "name": "Florent Bourgeois",
4283
+ "github": "florentb",
4284
+ "twitter": "florent_b"
4285
+ },
4286
+ {
4287
+ "name": "Julian Aubourg",
4288
+ "github": "jaubourg",
4289
+ "twitter": "jaubourg"
4290
+ },
4291
+ {
4292
+ "name": "Miguel Beignon",
4293
+ "github": "mbgspcii",
4294
+ "twitter": "m_beignon"
4295
+ }
4296
+ ],
4297
+ "compatibility": {
4298
+ "nuxt": "^2.0.0 || ^3.0.0",
3677
4299
  "requires": {}
3678
4300
  }
3679
4301
  },
@@ -3695,10 +4317,35 @@
3695
4317
  }
3696
4318
  ],
3697
4319
  "compatibility": {
3698
- "nuxt": "^2.0.0",
4320
+ "nuxt": "^2.0.0 || ^3.0.0",
3699
4321
  "requires": {}
3700
4322
  }
3701
4323
  },
4324
+ {
4325
+ "name": "typed-vuex",
4326
+ "description": "A vanilla, strongly typed store accessor for Vuex.",
4327
+ "repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
4328
+ "npm": "nuxt-typed-vuex",
4329
+ "icon": "vue.png",
4330
+ "github": "https://github.com/danielroe/typed-vuex",
4331
+ "website": "https://github.com/danielroe/typed-vuex",
4332
+ "learn_more": "",
4333
+ "category": "Libraries",
4334
+ "type": "3rd-party",
4335
+ "maintainers": [
4336
+ {
4337
+ "name": "Daniel Roe",
4338
+ "github": "danielroe",
4339
+ "twitter": "danielcroe"
4340
+ }
4341
+ ],
4342
+ "compatibility": {
4343
+ "nuxt": "^2.0.0",
4344
+ "requires": {
4345
+ "bridge": "optional"
4346
+ }
4347
+ }
4348
+ },
3702
4349
  {
3703
4350
  "name": "typescript-runtime",
3704
4351
  "description": "TypeScript Runtime support for Nuxt",
@@ -3763,6 +4410,30 @@
3763
4410
  "requires": {}
3764
4411
  }
3765
4412
  },
4413
+ {
4414
+ "name": "umami",
4415
+ "description": "Embed the Umami analytics library into Nuxt",
4416
+ "repo": "ijkml/nuxt-umami",
4417
+ "npm": "nuxt-umami",
4418
+ "icon": "umami.svg",
4419
+ "github": "https://github.com/ijkml/nuxt-umami",
4420
+ "website": "https://github.com/ijkml/nuxt-umami",
4421
+ "learn_more": "https://umami.is/docs/",
4422
+ "category": "Analytics",
4423
+ "type": "3rd-party",
4424
+ "maintainers": [
4425
+ {
4426
+ "name": "ML",
4427
+ "github": "ijkml"
4428
+ }
4429
+ ],
4430
+ "compatibility": {
4431
+ "nuxt": "^2.0.0 || ^3.0.0",
4432
+ "requires": {
4433
+ "bridge": "optional"
4434
+ }
4435
+ }
4436
+ },
3766
4437
  {
3767
4438
  "name": "universal-storage",
3768
4439
  "description": "Universal Storage Utilities for Nuxt.js",
@@ -3791,6 +4462,32 @@
3791
4462
  "requires": {}
3792
4463
  }
3793
4464
  },
4465
+ {
4466
+ "name": "unlighthouse",
4467
+ "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
4468
+ "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
4469
+ "npm": "@unlighthouse/nuxt",
4470
+ "icon": "unlighthouse.svg",
4471
+ "github": "https://github.com/harlan-zw/unlighthouse",
4472
+ "website": "https://github.com/harlan-zw/unlighthouse",
4473
+ "learn_more": "https://github.com/harlan-zw/unlighthouse",
4474
+ "category": "Devtools",
4475
+ "type": "3rd-party",
4476
+ "maintainers": [
4477
+ {
4478
+ "name": "Harlan Wilton",
4479
+ "github": "harlan-zw",
4480
+ "twitter": "harlan_zw",
4481
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4482
+ }
4483
+ ],
4484
+ "compatibility": {
4485
+ "nuxt": "^2.0.0 || ^3.0.0",
4486
+ "requires": {
4487
+ "bridge": "optional"
4488
+ }
4489
+ }
4490
+ },
3794
4491
  {
3795
4492
  "name": "unocss",
3796
4493
  "description": "The instant on-demand atomic CSS engine.",
@@ -3973,6 +4670,28 @@
3973
4670
  "requires": {}
3974
4671
  }
3975
4672
  },
4673
+ {
4674
+ "name": "vuestic",
4675
+ "description": "Vuestic UI module for Nuxt 3",
4676
+ "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
4677
+ "npm": "@vuestic/nuxt",
4678
+ "icon": "",
4679
+ "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
4680
+ "website": "https://vuestic.dev",
4681
+ "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
4682
+ "category": "UI",
4683
+ "type": "3rd-party",
4684
+ "maintainers": [
4685
+ {
4686
+ "name": "epicmaxco",
4687
+ "github": "epicmaxco"
4688
+ }
4689
+ ],
4690
+ "compatibility": {
4691
+ "nuxt": "^3.0.0",
4692
+ "requires": {}
4693
+ }
4694
+ },
3976
4695
  {
3977
4696
  "name": "vuetify",
3978
4697
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
@@ -4003,8 +4722,8 @@
4003
4722
  {
4004
4723
  "name": "vueuse",
4005
4724
  "description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
4006
- "repo": "vueuse/vueuse#main/packages/core",
4007
- "npm": "@vueuse/core",
4725
+ "repo": "vueuse/vueuse#main/packages/nuxt",
4726
+ "npm": "@vueuse/nuxt",
4008
4727
  "icon": "vueuse.svg",
4009
4728
  "github": "https://github.com/vueuse/vueuse",
4010
4729
  "website": "https://vueuse.org",
@@ -4075,26 +4794,28 @@
4075
4794
  }
4076
4795
  ],
4077
4796
  "compatibility": {
4078
- "nuxt": "^2.0.0",
4079
- "requires": {}
4797
+ "nuxt": "^2.0.0 || ^3.0.0",
4798
+ "requires": {
4799
+ "bridge": "optional"
4800
+ }
4080
4801
  }
4081
4802
  },
4082
4803
  {
4083
4804
  "name": "web3js",
4084
- "description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
4085
- "repo": "fauzan121002/nuxt-web3",
4805
+ "description": "Web3.js module integration for Nuxt.js",
4806
+ "repo": "bl0cknumber/nuxt-web3",
4086
4807
  "npm": "nuxt-web3",
4087
4808
  "icon": "web3js.svg",
4088
- "github": "https://github.com/fauzan121002/nuxt-web3",
4089
- "website": "https://github.com/fauzan121002/nuxt-web3",
4809
+ "github": "https://github.com/bl0cknumber/nuxt-web3",
4810
+ "website": "https://github.com/bl0cknumber/nuxt-web3",
4090
4811
  "learn_more": "https://web3js.readthedocs.io/",
4091
4812
  "category": "Libraries",
4092
4813
  "type": "3rd-party",
4093
4814
  "maintainers": [
4094
4815
  {
4095
4816
  "name": "Muhammad Fauzan",
4096
- "github": "fauzan121002",
4097
- "twitter": "fauzandev"
4817
+ "github": "bl0cknumber",
4818
+ "twitter": "fncolon"
4098
4819
  }
4099
4820
  ],
4100
4821
  "compatibility": {
@@ -4312,6 +5033,31 @@
4312
5033
  "requires": {}
4313
5034
  }
4314
5035
  },
5036
+ {
5037
+ "name": "xstate",
5038
+ "description": "XState integration for Nuxt",
5039
+ "repo": "Lexpeartha/nuxt-xstate",
5040
+ "npm": "nuxt-xstate",
5041
+ "icon": "xstate.svg",
5042
+ "github": "https://github.com/Lexpeartha/nuxt-xstate",
5043
+ "website": "https://nuxt-xstate.lexpeartha.com",
5044
+ "learn_more": "https://xstate.js.org/",
5045
+ "category": "Extensions",
5046
+ "type": "3rd-party",
5047
+ "maintainers": [
5048
+ {
5049
+ "name": "Lexpeartha",
5050
+ "github": "Lexpeartha",
5051
+ "twitter": "lexpeartha"
5052
+ }
5053
+ ],
5054
+ "compatibility": {
5055
+ "nuxt": "^2.0.0 || ^3.0.0",
5056
+ "requires": {
5057
+ "bridge": true
5058
+ }
5059
+ }
5060
+ },
4315
5061
  {
4316
5062
  "name": "xui",
4317
5063
  "description": "Light module to help design websites with Nuxt.",