@nuxt/modules 0.5.0-ded0ef → 0.5.0-e29ba5

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 +642 -97
  2. 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-community/algolia-module",
55
+ "repo": "nuxt-modules/algolia",
56
56
  "npm": "@nuxtjs/algolia",
57
57
  "icon": "algolia.svg",
58
- "github": "https://github.com/nuxt-community/algolia-module",
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",
@@ -73,8 +73,10 @@
73
73
  }
74
74
  ],
75
75
  "compatibility": {
76
- "nuxt": "^3.0.0",
77
- "requires": {}
76
+ "nuxt": "^2.0.0 || ^3.0.0",
77
+ "requires": {
78
+ "bridge": true
79
+ }
78
80
  }
79
81
  },
80
82
  {
@@ -144,6 +146,30 @@
144
146
  "requires": {}
145
147
  }
146
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
+ },
147
173
  {
148
174
  "name": "apis-to-file",
149
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",
@@ -171,26 +197,24 @@
171
197
  {
172
198
  "name": "apollo",
173
199
  "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
174
- "repo": "nuxt-community/apollo-module",
200
+ "repo": "nuxt-modules/apollo",
175
201
  "npm": "@nuxtjs/apollo",
176
202
  "icon": "apollo.png",
177
- "github": "https://github.com/nuxt-community/apollo-module",
178
- "website": "https://github.com/nuxt-community/apollo-module",
203
+ "github": "https://github.com/nuxt-modules/apollo",
204
+ "website": "https://apollo.nuxtjs.org",
179
205
  "learn_more": "https://apollo.vuejs.org/guide/#what-is-graphql",
180
206
  "category": "Request",
181
207
  "type": "community",
182
208
  "maintainers": [
183
209
  {
184
- "name": "Lam Kieu",
185
- "github": "kieusonlam"
186
- },
187
- {
188
- "name": "Dominic Garms",
189
- "github": "dohomi"
210
+ "name": "Conrawl Rogers",
211
+ "github": "diizzayy",
212
+ "twitter": "diizzayy",
213
+ "avatar": "https://avatars.githubusercontent.com/diizzayy?v=4"
190
214
  }
191
215
  ],
192
216
  "compatibility": {
193
- "nuxt": "^2.0.0",
217
+ "nuxt": "^2.0.0 || ^3.0.0",
194
218
  "requires": {}
195
219
  }
196
220
  },
@@ -389,7 +413,7 @@
389
413
  },
390
414
  {
391
415
  "name": "bugsnag",
392
- "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.",
393
417
  "repo": "JulianMar/nuxt-bugsnag",
394
418
  "npm": "nuxt-bugsnag",
395
419
  "icon": "bugsnag.png",
@@ -401,12 +425,15 @@
401
425
  "maintainers": [
402
426
  {
403
427
  "name": "JulianMar",
404
- "github": "JulianMar"
428
+ "github": "JulianMar",
429
+ "twitter": "julian_martin96"
405
430
  }
406
431
  ],
407
432
  "compatibility": {
408
- "nuxt": "^2.0.0",
409
- "requires": {}
433
+ "nuxt": "^2.0.0 || ^3.0.0",
434
+ "requires": {
435
+ "bridge": true
436
+ }
410
437
  }
411
438
  },
412
439
  {
@@ -455,7 +482,7 @@
455
482
  },
456
483
  {
457
484
  "name": "canvas-sketch",
458
- "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",
459
486
  "repo": "LuXDAmore/generative-art",
460
487
  "npm": "@luxdamore/nuxt-canvas-sketch",
461
488
  "icon": "",
@@ -606,7 +633,7 @@
606
633
  }
607
634
  ],
608
635
  "compatibility": {
609
- "nuxt": "^2.0.0",
636
+ "nuxt": "^2.0.0 || ^3.0.0",
610
637
  "requires": {
611
638
  "bridge": "optional"
612
639
  }
@@ -660,10 +687,10 @@
660
687
  },
661
688
  {
662
689
  "name": "content",
663
- "description": "Use markdown, JSON, YAML, XML or CSV in your nuxt application to easily write content fetched using a MongoDB like API.",
664
- "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",
665
692
  "npm": "@nuxt/content",
666
- "icon": "content.png",
693
+ "icon": "nuxt.png",
667
694
  "github": "https://github.com/nuxt/content",
668
695
  "website": "https://content.nuxtjs.org",
669
696
  "learn_more": "",
@@ -671,9 +698,14 @@
671
698
  "type": "official",
672
699
  "maintainers": [
673
700
  {
674
- "name": "Benjamin Canac",
675
- "github": "benjamincanac",
676
- "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"
677
709
  },
678
710
  {
679
711
  "name": "Sebastien Chopin",
@@ -682,7 +714,7 @@
682
714
  }
683
715
  ],
684
716
  "compatibility": {
685
- "nuxt": "^2.0.0",
717
+ "nuxt": "^2.0.0 || ^3.0.0",
686
718
  "requires": {}
687
719
  }
688
720
  },
@@ -823,6 +855,29 @@
823
855
  "requires": {}
824
856
  }
825
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
+ },
826
881
  {
827
882
  "name": "device",
828
883
  "description": "Device detection module for Nuxt.js",
@@ -845,6 +900,31 @@
845
900
  "requires": {}
846
901
  }
847
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
+ },
848
928
  {
849
929
  "name": "dotenv",
850
930
  "description": "A Nuxt.js module that loads your .env file into your context options",
@@ -1035,7 +1115,7 @@
1035
1115
  },
1036
1116
  {
1037
1117
  "name": "feed",
1038
- "description": "Feed module enables everyone to have RSS, Atom and Json.",
1118
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
1039
1119
  "repo": "nuxt-community/feed-module",
1040
1120
  "npm": "@nuxtjs/feed",
1041
1121
  "icon": "",
@@ -1059,8 +1139,8 @@
1059
1139
  {
1060
1140
  "name": "firebase",
1061
1141
  "description": "Integrate Firebase into your Nuxt project.",
1062
- "repo": "nuxt-community/firebase-module",
1063
- "npm": "@nuxtjs/firebase-monorepo",
1142
+ "repo": "nuxt-community/firebase-module#master/packages/firebase-module",
1143
+ "npm": "@nuxtjs/firebase",
1064
1144
  "icon": "firebase.png",
1065
1145
  "github": "https://github.com/nuxt-community/firebase-module",
1066
1146
  "website": "https://firebase.nuxtjs.org",
@@ -1169,8 +1249,8 @@
1169
1249
  {
1170
1250
  "name": "formkit",
1171
1251
  "description": "Seamless FormKit integration for Nuxt",
1172
- "repo": "formkit/formkit",
1173
- "npm": "",
1252
+ "repo": "formkit/formkit#master/packages/nuxt",
1253
+ "npm": "@formkit/nuxt",
1174
1254
  "icon": "formkit.png",
1175
1255
  "github": "https://github.com/formkit/formkit",
1176
1256
  "website": "https://formkit.com",
@@ -1310,8 +1390,10 @@
1310
1390
  }
1311
1391
  ],
1312
1392
  "compatibility": {
1313
- "nuxt": "^2.0.0",
1314
- "requires": {}
1393
+ "nuxt": "^2.0.0 || ^3.0.0",
1394
+ "requires": {
1395
+ "bridge": "optional"
1396
+ }
1315
1397
  }
1316
1398
  },
1317
1399
  {
@@ -1373,6 +1455,28 @@
1373
1455
  "requires": {}
1374
1456
  }
1375
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
+ },
1376
1480
  {
1377
1481
  "name": "graphql-request",
1378
1482
  "description": "Easy Minimal GraphQL client integration with Nuxt.js",
@@ -1443,11 +1547,11 @@
1443
1547
  {
1444
1548
  "name": "harlem",
1445
1549
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
1446
- "repo": "nuxt-community/harlem-module",
1550
+ "repo": "nuxt-modules/harlem",
1447
1551
  "npm": "@nuxtjs/harlem",
1448
1552
  "icon": "harlem.svg",
1449
- "github": "https://github.com/nuxt-community/harlem-module",
1450
- "website": "https://github.com/nuxt-community/harlem-module",
1553
+ "github": "https://github.com/nuxt-modules/harlem",
1554
+ "website": "https://github.com/nuxt-modules/harlem",
1451
1555
  "learn_more": "https://harlemjs.com/",
1452
1556
  "category": "Extensions",
1453
1557
  "type": "community",
@@ -1459,10 +1563,8 @@
1459
1563
  }
1460
1564
  ],
1461
1565
  "compatibility": {
1462
- "nuxt": "^2.0.0 || ^3.0.0",
1463
- "requires": {
1464
- "bridge": true
1465
- }
1566
+ "nuxt": "^3.0.0",
1567
+ "requires": {}
1466
1568
  }
1467
1569
  },
1468
1570
  {
@@ -1579,10 +1681,10 @@
1579
1681
  {
1580
1682
  "name": "html-validator",
1581
1683
  "description": "Automatically validate Nuxt server-rendered HTML html",
1582
- "repo": "nuxt-community/html-validator-module",
1684
+ "repo": "nuxt-modules/html-validator",
1583
1685
  "npm": "@nuxtjs/html-validator",
1584
1686
  "icon": "html-validator.png",
1585
- "github": "https://github.com/nuxt-community/html-validator-module",
1687
+ "github": "https://github.com/nuxt-modules/html-validator",
1586
1688
  "website": "https://html-validator.nuxtjs.org",
1587
1689
  "learn_more": "https://html-validate.org",
1588
1690
  "category": "Performance",
@@ -1595,8 +1697,10 @@
1595
1697
  }
1596
1698
  ],
1597
1699
  "compatibility": {
1598
- "nuxt": "^2.0.0",
1599
- "requires": {}
1700
+ "nuxt": "^2.0.0 || ^3.0.0",
1701
+ "requires": {
1702
+ "bridge": "optional"
1703
+ }
1600
1704
  }
1601
1705
  },
1602
1706
  {
@@ -1676,6 +1780,50 @@
1676
1780
  "requires": {}
1677
1781
  }
1678
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",
1824
+ "requires": {}
1825
+ }
1826
+ },
1679
1827
  {
1680
1828
  "name": "image-loader",
1681
1829
  "description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
@@ -1727,7 +1875,7 @@
1727
1875
  }
1728
1876
  ],
1729
1877
  "compatibility": {
1730
- "nuxt": "^2.0.0",
1878
+ "nuxt": "^2.0.0 || ^3.0.0",
1731
1879
  "requires": {
1732
1880
  "bridge": "optional"
1733
1881
  }
@@ -1802,6 +1950,29 @@
1802
1950
  "requires": {}
1803
1951
  }
1804
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
+ },
1805
1976
  {
1806
1977
  "name": "jsonapi",
1807
1978
  "description": "Easy JSON:API client integration for Nuxt.js",
@@ -1846,6 +2017,30 @@
1846
2017
  "requires": {}
1847
2018
  }
1848
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
+ },
1849
2044
  {
1850
2045
  "name": "laravel-echo",
1851
2046
  "description": "Laravel Echo for Nuxt.js",
@@ -2051,6 +2246,29 @@
2051
2246
  "requires": {}
2052
2247
  }
2053
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
+ },
2054
2272
  {
2055
2273
  "name": "markdownit",
2056
2274
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -2119,6 +2337,31 @@
2119
2337
  "requires": {}
2120
2338
  }
2121
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
+ },
2122
2365
  {
2123
2366
  "name": "memwatch",
2124
2367
  "description": "Quickly watch real-time memory stats of your nuxt app",
@@ -2375,6 +2618,28 @@
2375
2618
  }
2376
2619
  }
2377
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
+ },
2378
2643
  {
2379
2644
  "name": "nuxt-pino-log",
2380
2645
  "description": "Structured logs for nuxt apps using pino",
@@ -2444,6 +2709,50 @@
2444
2709
  "requires": {}
2445
2710
  }
2446
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
+ },
2447
2756
  {
2448
2757
  "name": "nuxt-use-motion",
2449
2758
  "description": "A Nuxt module putting your components in motion",
@@ -2626,11 +2935,11 @@
2626
2935
  {
2627
2936
  "name": "partytown",
2628
2937
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
2629
- "repo": "nuxt-community/partytown-module",
2938
+ "repo": "nuxt-modules/partytown",
2630
2939
  "npm": "@nuxtjs/partytown",
2631
2940
  "icon": "partytown.svg",
2632
- "github": "https://github.com/nuxt-community/partytown-module",
2633
- "website": "https://github.com/nuxt-community/partytown-module",
2941
+ "github": "https://github.com/nuxt-modules/partytown",
2942
+ "website": "https://github.com/nuxt-modules/partytown",
2634
2943
  "learn_more": "https://partytown.builder.io/",
2635
2944
  "category": "Performance",
2636
2945
  "type": "community",
@@ -2744,28 +3053,19 @@
2744
3053
  {
2745
3054
  "name": "prismic",
2746
3055
  "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
2747
- "repo": "nuxt-community/prismic-module",
3056
+ "repo": "nuxt-modules/prismic",
2748
3057
  "npm": "@nuxtjs/prismic",
2749
3058
  "icon": "prismic.png",
2750
- "github": "https://github.com/nuxt-community/prismic-module",
3059
+ "github": "https://github.com/nuxt-modules/prismic",
2751
3060
  "website": "https://prismic.nuxtjs.org",
2752
- "learn_more": "https://prismic.io/",
3061
+ "learn_more": "https://prismic.io",
2753
3062
  "category": "CMS",
2754
3063
  "type": "community",
2755
3064
  "maintainers": [
2756
- {
2757
- "name": "Sébastien Chopin",
2758
- "github": "Atinux",
2759
- "twitter": "Atinux"
2760
- },
2761
3065
  {
2762
3066
  "name": "lihbr",
2763
3067
  "github": "lihbr",
2764
3068
  "twitter": "li_hbr"
2765
- },
2766
- {
2767
- "name": "James Pegg",
2768
- "github": "jamespegg"
2769
3069
  }
2770
3070
  ],
2771
3071
  "compatibility": {
@@ -2844,7 +3144,7 @@
2844
3144
  {
2845
3145
  "name": "purgecss",
2846
3146
  "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
2847
- "repo": "Developmint/nuxt-purgecss",
3147
+ "repo": "Developmint/nuxt-purgecss#main",
2848
3148
  "npm": "nuxt-purgecss",
2849
3149
  "icon": "purgecss.png",
2850
3150
  "github": "https://github.com/Developmint/nuxt-purgecss",
@@ -2859,7 +3159,7 @@
2859
3159
  }
2860
3160
  ],
2861
3161
  "compatibility": {
2862
- "nuxt": "^2.0.0",
3162
+ "nuxt": "^2.0.0 || ^3.0.0",
2863
3163
  "requires": {}
2864
3164
  }
2865
3165
  },
@@ -2995,8 +3295,10 @@
2995
3295
  }
2996
3296
  ],
2997
3297
  "compatibility": {
2998
- "nuxt": "^2.0.0",
2999
- "requires": {}
3298
+ "nuxt": "^2.0.0 || ^3.0.0",
3299
+ "requires": {
3300
+ "bridge": "optional"
3301
+ }
3000
3302
  }
3001
3303
  },
3002
3304
  {
@@ -3069,11 +3371,11 @@
3069
3371
  },
3070
3372
  {
3071
3373
  "name": "sanity",
3072
- "description": "Access text, images, and other media with Nuxt.js and the Sanity headless CMS.",
3073
- "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",
3074
3376
  "npm": "@nuxtjs/sanity",
3075
3377
  "icon": "sanity.png",
3076
- "github": "https://github.com/nuxt-community/sanity-module#main",
3378
+ "github": "https://github.com/nuxt-modules/sanity#main",
3077
3379
  "website": "https://sanity.nuxtjs.org",
3078
3380
  "learn_more": "https://www.sanity.io/",
3079
3381
  "category": "CMS",
@@ -3086,7 +3388,33 @@
3086
3388
  }
3087
3389
  ],
3088
3390
  "compatibility": {
3089
- "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",
3090
3418
  "requires": {}
3091
3419
  }
3092
3420
  },
@@ -3159,7 +3487,7 @@
3159
3487
  {
3160
3488
  "name": "seo-meta",
3161
3489
  "description": "Simple generate seo metadata",
3162
- "repo": "ihavecoke/nuxtjs-seo-meta",
3490
+ "repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
3163
3491
  "npm": "nuxt-seo-meta",
3164
3492
  "icon": "",
3165
3493
  "github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
@@ -3224,6 +3552,29 @@
3224
3552
  "requires": {}
3225
3553
  }
3226
3554
  },
3555
+ {
3556
+ "name": "session",
3557
+ "description": "Session middleware to persist data across multiple requests, supports many backends via unjs/unstorage: memory, redis, fs, ...",
3558
+ "repo": "sidebase/nuxt-session",
3559
+ "npm": "@sidebase/nuxt-session",
3560
+ "icon": "session.png",
3561
+ "github": "https://github.com/sidebase/nuxt-session",
3562
+ "website": "https://github.com/sidebase/nuxt-session",
3563
+ "learn_more": "https://github.com/sidebase",
3564
+ "category": "Security",
3565
+ "type": "3rd-party",
3566
+ "maintainers": [
3567
+ {
3568
+ "name": "sidebase",
3569
+ "github": "sidebase",
3570
+ "twitter": "sidebase_io"
3571
+ }
3572
+ ],
3573
+ "compatibility": {
3574
+ "nuxt": "^3.0.0",
3575
+ "requires": {}
3576
+ }
3577
+ },
3227
3578
  {
3228
3579
  "name": "shopify",
3229
3580
  "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
@@ -3557,7 +3908,9 @@
3557
3908
  ],
3558
3909
  "compatibility": {
3559
3910
  "nuxt": "^2.0.0 || ^3.0.0",
3560
- "requires": {}
3911
+ "requires": {
3912
+ "bridge": true
3913
+ }
3561
3914
  }
3562
3915
  },
3563
3916
  {
@@ -3629,13 +3982,13 @@
3629
3982
  },
3630
3983
  {
3631
3984
  "name": "stylify",
3632
- "description": "Stylify is a library that generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
3633
- "repo": "stylify/packages#master/packages/nuxt-module",
3634
- "npm": "@stylify/nuxt-module",
3985
+ "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
3986
+ "repo": "stylify/packages#master/packages/nuxt",
3987
+ "npm": "@stylify/nuxt",
3635
3988
  "icon": "stylify.svg",
3636
- "github": "https://github.com/stylify/packages/tree/master/packages/nuxt-module",
3637
- "website": "https://stylify.dev/docs/nuxt-module",
3638
- "learn_more": "https://stylify.dev",
3989
+ "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
3990
+ "website": "https://stylifycss.com/docs/nuxt",
3991
+ "learn_more": "https://stylifycss.com",
3639
3992
  "category": "UI",
3640
3993
  "type": "3rd-party",
3641
3994
  "maintainers": [
@@ -3646,22 +3999,32 @@
3646
3999
  }
3647
4000
  ],
3648
4001
  "compatibility": {
3649
- "nuxt": "^2.0.0",
4002
+ "nuxt": "^2.0.0 || ^3.0.0",
3650
4003
  "requires": {}
3651
4004
  }
3652
4005
  },
3653
4006
  {
3654
4007
  "name": "supabase",
3655
- "description": "A supa simple way to use Supabase with Nuxt",
3656
- "repo": "supabase/nuxt-supabase",
3657
- "npm": "nuxt-supabase",
4008
+ "description": "First class integration with Supabase",
4009
+ "repo": "nuxt-community/supabase-module",
4010
+ "npm": "@nuxtjs/supabase",
3658
4011
  "icon": "supabase.png",
3659
- "github": "https://github.com/supabase/nuxt-supabase",
3660
- "website": "https://github.com/supabase/nuxt-supabase",
3661
- "learn_more": "https://supabase.io",
4012
+ "github": "https://github.com/nuxt-community/supabase-module",
4013
+ "website": "https://supabase.nuxtjs.org",
4014
+ "learn_more": "https://supabase.com",
3662
4015
  "category": "Database",
3663
- "type": "3rd-party",
4016
+ "type": "community",
3664
4017
  "maintainers": [
4018
+ {
4019
+ "name": "Baptiste Leproux",
4020
+ "github": "larbish",
4021
+ "twitter": "baptistelprx"
4022
+ },
4023
+ {
4024
+ "name": "Sebastien Chopin",
4025
+ "github": "Atinux",
4026
+ "twitter": "Atinux"
4027
+ },
3665
4028
  {
3666
4029
  "name": "Scott Robertson",
3667
4030
  "github": "scottrobertson",
@@ -3669,7 +4032,7 @@
3669
4032
  }
3670
4033
  ],
3671
4034
  "compatibility": {
3672
- "nuxt": "^2.0.0",
4035
+ "nuxt": "^2.0.0 || ^3.0.0",
3673
4036
  "requires": {}
3674
4037
  }
3675
4038
  },
@@ -3831,6 +4194,31 @@
3831
4194
  "requires": {}
3832
4195
  }
3833
4196
  },
4197
+ {
4198
+ "name": "turnstile",
4199
+ "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
4200
+ "repo": "danielroe/nuxt-turnstile",
4201
+ "npm": "nuxt-turnstile",
4202
+ "icon": "cloudflare.svg",
4203
+ "github": "https://github.com/danielroe/nuxt-turnstile",
4204
+ "website": "https://github.com/danielroe/nuxt-turnstile",
4205
+ "learn_more": "https://www.cloudflare.com/products/turnstile/",
4206
+ "category": "Security",
4207
+ "type": "3rd-party",
4208
+ "maintainers": [
4209
+ {
4210
+ "name": "Daniel Roe",
4211
+ "github": "danielroe",
4212
+ "twitter": "danielcroe"
4213
+ }
4214
+ ],
4215
+ "compatibility": {
4216
+ "nuxt": "^2.0.0 || ^3.0.0",
4217
+ "requires": {
4218
+ "bridge": true
4219
+ }
4220
+ }
4221
+ },
3834
4222
  {
3835
4223
  "name": "twa",
3836
4224
  "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
@@ -3855,6 +4243,39 @@
3855
4243
  }
3856
4244
  }
3857
4245
  },
4246
+ {
4247
+ "name": "twicpics",
4248
+ "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
4249
+ "repo": "TwicPics/components",
4250
+ "npm": "@twicpics/components",
4251
+ "icon": "twicpics.svg",
4252
+ "github": "https://github.com/TwicPics/components",
4253
+ "website": "https://www.twicpics.com/docs/components/nuxt-3",
4254
+ "learn_more": "https://www.twicpics.com",
4255
+ "category": "Images",
4256
+ "type": "3rd-party",
4257
+ "maintainers": [
4258
+ {
4259
+ "name": "Florent Bourgeois",
4260
+ "github": "florentb",
4261
+ "twitter": "florent_b"
4262
+ },
4263
+ {
4264
+ "name": "Julian Aubourg",
4265
+ "github": "jaubourg",
4266
+ "twitter": "jaubourg"
4267
+ },
4268
+ {
4269
+ "name": "Miguel Beignon",
4270
+ "github": "mbgspcii",
4271
+ "twitter": "m_beignon"
4272
+ }
4273
+ ],
4274
+ "compatibility": {
4275
+ "nuxt": "^2.0.0 || ^3.0.0",
4276
+ "requires": {}
4277
+ }
4278
+ },
3858
4279
  {
3859
4280
  "name": "typed-router",
3860
4281
  "description": "Provide autocompletion for pages route names generated by Nuxt router",
@@ -3873,10 +4294,35 @@
3873
4294
  }
3874
4295
  ],
3875
4296
  "compatibility": {
3876
- "nuxt": "^2.0.0",
4297
+ "nuxt": "^2.0.0 || ^3.0.0",
3877
4298
  "requires": {}
3878
4299
  }
3879
4300
  },
4301
+ {
4302
+ "name": "typed-vuex",
4303
+ "description": "A vanilla, strongly typed store accessor for Vuex.",
4304
+ "repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
4305
+ "npm": "nuxt-typed-vuex",
4306
+ "icon": "vue.png",
4307
+ "github": "https://github.com/danielroe/typed-vuex",
4308
+ "website": "https://github.com/danielroe/typed-vuex",
4309
+ "learn_more": "",
4310
+ "category": "Libraries",
4311
+ "type": "3rd-party",
4312
+ "maintainers": [
4313
+ {
4314
+ "name": "Daniel Roe",
4315
+ "github": "danielroe",
4316
+ "twitter": "danielcroe"
4317
+ }
4318
+ ],
4319
+ "compatibility": {
4320
+ "nuxt": "^2.0.0",
4321
+ "requires": {
4322
+ "bridge": "optional"
4323
+ }
4324
+ }
4325
+ },
3880
4326
  {
3881
4327
  "name": "typescript-runtime",
3882
4328
  "description": "TypeScript Runtime support for Nuxt",
@@ -3941,6 +4387,30 @@
3941
4387
  "requires": {}
3942
4388
  }
3943
4389
  },
4390
+ {
4391
+ "name": "umami",
4392
+ "description": "Embed the Umami analytics library into Nuxt",
4393
+ "repo": "ijkml/nuxt-umami",
4394
+ "npm": "nuxt-umami",
4395
+ "icon": "umami.svg",
4396
+ "github": "https://github.com/ijkml/nuxt-umami",
4397
+ "website": "https://github.com/ijkml/nuxt-umami",
4398
+ "learn_more": "https://umami.is/docs/",
4399
+ "category": "Analytics",
4400
+ "type": "3rd-party",
4401
+ "maintainers": [
4402
+ {
4403
+ "name": "ML",
4404
+ "github": "ijkml"
4405
+ }
4406
+ ],
4407
+ "compatibility": {
4408
+ "nuxt": "^2.0.0 || ^3.0.0",
4409
+ "requires": {
4410
+ "bridge": "optional"
4411
+ }
4412
+ }
4413
+ },
3944
4414
  {
3945
4415
  "name": "universal-storage",
3946
4416
  "description": "Universal Storage Utilities for Nuxt.js",
@@ -3969,6 +4439,32 @@
3969
4439
  "requires": {}
3970
4440
  }
3971
4441
  },
4442
+ {
4443
+ "name": "unlighthouse",
4444
+ "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
4445
+ "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
4446
+ "npm": "@unlighthouse/nuxt",
4447
+ "icon": "unlighthouse.svg",
4448
+ "github": "https://github.com/harlan-zw/unlighthouse",
4449
+ "website": "https://github.com/harlan-zw/unlighthouse",
4450
+ "learn_more": "https://github.com/harlan-zw/unlighthouse",
4451
+ "category": "Devtools",
4452
+ "type": "3rd-party",
4453
+ "maintainers": [
4454
+ {
4455
+ "name": "Harlan Wilton",
4456
+ "github": "harlan-zw",
4457
+ "twitter": "harlan_zw",
4458
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4459
+ }
4460
+ ],
4461
+ "compatibility": {
4462
+ "nuxt": "^2.0.0 || ^3.0.0",
4463
+ "requires": {
4464
+ "bridge": "optional"
4465
+ }
4466
+ }
4467
+ },
3972
4468
  {
3973
4469
  "name": "unocss",
3974
4470
  "description": "The instant on-demand atomic CSS engine.",
@@ -4151,6 +4647,28 @@
4151
4647
  "requires": {}
4152
4648
  }
4153
4649
  },
4650
+ {
4651
+ "name": "vuestic",
4652
+ "description": "Vuestic UI module for Nuxt 3",
4653
+ "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
4654
+ "npm": "@vuestic/nuxt",
4655
+ "icon": "",
4656
+ "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
4657
+ "website": "https://vuestic.dev",
4658
+ "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
4659
+ "category": "UI",
4660
+ "type": "3rd-party",
4661
+ "maintainers": [
4662
+ {
4663
+ "name": "epicmaxco",
4664
+ "github": "epicmaxco"
4665
+ }
4666
+ ],
4667
+ "compatibility": {
4668
+ "nuxt": "^3.0.0",
4669
+ "requires": {}
4670
+ }
4671
+ },
4154
4672
  {
4155
4673
  "name": "vuetify",
4156
4674
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
@@ -4181,8 +4699,8 @@
4181
4699
  {
4182
4700
  "name": "vueuse",
4183
4701
  "description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
4184
- "repo": "vueuse/vueuse#main/packages/core",
4185
- "npm": "@vueuse/core",
4702
+ "repo": "vueuse/vueuse#main/packages/nuxt",
4703
+ "npm": "@vueuse/nuxt",
4186
4704
  "icon": "vueuse.svg",
4187
4705
  "github": "https://github.com/vueuse/vueuse",
4188
4706
  "website": "https://vueuse.org",
@@ -4253,26 +4771,28 @@
4253
4771
  }
4254
4772
  ],
4255
4773
  "compatibility": {
4256
- "nuxt": "^2.0.0",
4257
- "requires": {}
4774
+ "nuxt": "^2.0.0 || ^3.0.0",
4775
+ "requires": {
4776
+ "bridge": "optional"
4777
+ }
4258
4778
  }
4259
4779
  },
4260
4780
  {
4261
4781
  "name": "web3js",
4262
- "description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
4263
- "repo": "fauzan121002/nuxt-web3",
4782
+ "description": "Web3.js module integration for Nuxt.js",
4783
+ "repo": "bl0cknumber/nuxt-web3",
4264
4784
  "npm": "nuxt-web3",
4265
4785
  "icon": "web3js.svg",
4266
- "github": "https://github.com/fauzan121002/nuxt-web3",
4267
- "website": "https://github.com/fauzan121002/nuxt-web3",
4786
+ "github": "https://github.com/bl0cknumber/nuxt-web3",
4787
+ "website": "https://github.com/bl0cknumber/nuxt-web3",
4268
4788
  "learn_more": "https://web3js.readthedocs.io/",
4269
4789
  "category": "Libraries",
4270
4790
  "type": "3rd-party",
4271
4791
  "maintainers": [
4272
4792
  {
4273
4793
  "name": "Muhammad Fauzan",
4274
- "github": "fauzan121002",
4275
- "twitter": "fauzandev"
4794
+ "github": "bl0cknumber",
4795
+ "twitter": "fncolon"
4276
4796
  }
4277
4797
  ],
4278
4798
  "compatibility": {
@@ -4490,6 +5010,31 @@
4490
5010
  "requires": {}
4491
5011
  }
4492
5012
  },
5013
+ {
5014
+ "name": "xstate",
5015
+ "description": "XState integration for Nuxt",
5016
+ "repo": "Lexpeartha/nuxt-xstate",
5017
+ "npm": "nuxt-xstate",
5018
+ "icon": "xstate.svg",
5019
+ "github": "https://github.com/Lexpeartha/nuxt-xstate",
5020
+ "website": "https://nuxt-xstate.lexpeartha.com",
5021
+ "learn_more": "https://xstate.js.org/",
5022
+ "category": "Extensions",
5023
+ "type": "3rd-party",
5024
+ "maintainers": [
5025
+ {
5026
+ "name": "Lexpeartha",
5027
+ "github": "Lexpeartha",
5028
+ "twitter": "lexpeartha"
5029
+ }
5030
+ ],
5031
+ "compatibility": {
5032
+ "nuxt": "^2.0.0 || ^3.0.0",
5033
+ "requires": {
5034
+ "bridge": true
5035
+ }
5036
+ }
5037
+ },
4493
5038
  {
4494
5039
  "name": "xui",
4495
5040
  "description": "Light module to help design websites with Nuxt.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.5.0-ded0ef",
3
+ "version": "0.5.0-e29ba5",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json"
6
6
  }