@nuxt/modules 0.5.0-09cb3a → 0.5.0-0a139a

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 +609 -60
  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",
@@ -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-community/apollo-module",
200
+ "repo": "nuxt-modules/apollo",
177
201
  "npm": "@nuxtjs/apollo",
178
202
  "icon": "apollo.png",
179
- "github": "https://github.com/nuxt-community/apollo-module",
180
- "website": "https://github.com/nuxt-community/apollo-module",
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": "Lam Kieu",
187
- "github": "kieusonlam"
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
  },
@@ -503,6 +525,28 @@
503
525
  "requires": {}
504
526
  }
505
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
+ },
506
550
  {
507
551
  "name": "chiffre",
508
552
  "description": "Privacy-first, end-to-end encrypted analytics",
@@ -833,6 +877,29 @@
833
877
  "requires": {}
834
878
  }
835
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
+ },
836
903
  {
837
904
  "name": "device",
838
905
  "description": "Device detection module for Nuxt.js",
@@ -861,7 +928,7 @@
861
928
  "repo": "intevel/nuxt-directus",
862
929
  "npm": "nuxt-directus",
863
930
  "icon": "directus.svg",
864
- "github": "https://github.com/intevel/nuxt-directus/",
931
+ "github": "https://github.com/directus/nuxt-directus/",
865
932
  "website": "https://nuxt-directus.netlify.app/",
866
933
  "learn_more": "https://nuxt-directus.netlify.app/",
867
934
  "category": "CMS",
@@ -1179,6 +1246,29 @@
1179
1246
  "requires": {}
1180
1247
  }
1181
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
+ },
1182
1272
  {
1183
1273
  "name": "fontawesome",
1184
1274
  "description": "Module to join nuxt and Fontawesome 5",
@@ -1285,13 +1375,17 @@
1285
1375
  "category": "Analytics",
1286
1376
  "type": "community",
1287
1377
  "maintainers": [
1378
+ {
1379
+ "name": "Alexander Lichter",
1380
+ "github": "manniL"
1381
+ },
1288
1382
  {
1289
1383
  "name": "Troy Morehouse",
1290
1384
  "github": "tmorehouse"
1291
1385
  }
1292
1386
  ],
1293
1387
  "compatibility": {
1294
- "nuxt": "^2.0.0",
1388
+ "nuxt": "^2.0.0 || ^3.0.0",
1295
1389
  "requires": {}
1296
1390
  }
1297
1391
  },
@@ -1345,8 +1439,10 @@
1345
1439
  }
1346
1440
  ],
1347
1441
  "compatibility": {
1348
- "nuxt": "^2.0.0",
1349
- "requires": {}
1442
+ "nuxt": "^2.0.0 || ^3.0.0",
1443
+ "requires": {
1444
+ "bridge": "optional"
1445
+ }
1350
1446
  }
1351
1447
  },
1352
1448
  {
@@ -1500,11 +1596,11 @@
1500
1596
  {
1501
1597
  "name": "harlem",
1502
1598
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
1503
- "repo": "nuxt-community/harlem-module",
1599
+ "repo": "nuxt-modules/harlem",
1504
1600
  "npm": "@nuxtjs/harlem",
1505
1601
  "icon": "harlem.svg",
1506
- "github": "https://github.com/nuxt-community/harlem-module",
1507
- "website": "https://github.com/nuxt-community/harlem-module",
1602
+ "github": "https://github.com/nuxt-modules/harlem",
1603
+ "website": "https://github.com/nuxt-modules/harlem",
1508
1604
  "learn_more": "https://harlemjs.com/",
1509
1605
  "category": "Extensions",
1510
1606
  "type": "community",
@@ -1520,6 +1616,28 @@
1520
1616
  "requires": {}
1521
1617
  }
1522
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
+ },
1523
1641
  {
1524
1642
  "name": "headway",
1525
1643
  "description": "Headway changelog widget for Nuxt",
@@ -1634,10 +1752,10 @@
1634
1752
  {
1635
1753
  "name": "html-validator",
1636
1754
  "description": "Automatically validate Nuxt server-rendered HTML html",
1637
- "repo": "nuxt-community/html-validator-module",
1755
+ "repo": "nuxt-modules/html-validator",
1638
1756
  "npm": "@nuxtjs/html-validator",
1639
1757
  "icon": "html-validator.png",
1640
- "github": "https://github.com/nuxt-community/html-validator-module",
1758
+ "github": "https://github.com/nuxt-modules/html-validator",
1641
1759
  "website": "https://html-validator.nuxtjs.org",
1642
1760
  "learn_more": "https://html-validate.org",
1643
1761
  "category": "Performance",
@@ -1650,8 +1768,10 @@
1650
1768
  }
1651
1769
  ],
1652
1770
  "compatibility": {
1653
- "nuxt": "^2.0.0",
1654
- "requires": {}
1771
+ "nuxt": "^2.0.0 || ^3.0.0",
1772
+ "requires": {
1773
+ "bridge": "optional"
1774
+ }
1655
1775
  }
1656
1776
  },
1657
1777
  {
@@ -1709,7 +1829,7 @@
1709
1829
  "name": "i18n",
1710
1830
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
1711
1831
  "repo": "nuxt-community/i18n-module",
1712
- "npm": "nuxt-i18n",
1832
+ "npm": "@nuxtjs/i18n",
1713
1833
  "icon": "i18n.png",
1714
1834
  "github": "https://github.com/nuxt-community/i18n-module",
1715
1835
  "website": "https://i18n.nuxtjs.org",
@@ -1727,7 +1847,29 @@
1727
1847
  }
1728
1848
  ],
1729
1849
  "compatibility": {
1730
- "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",
1731
1873
  "requires": {}
1732
1874
  }
1733
1875
  },
@@ -1804,7 +1946,7 @@
1804
1946
  }
1805
1947
  ],
1806
1948
  "compatibility": {
1807
- "nuxt": "^2.0.0",
1949
+ "nuxt": "^2.0.0 || ^3.0.0",
1808
1950
  "requires": {
1809
1951
  "bridge": "optional"
1810
1952
  }
@@ -1879,6 +2021,29 @@
1879
2021
  "requires": {}
1880
2022
  }
1881
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
+ },
1882
2047
  {
1883
2048
  "name": "jsonapi",
1884
2049
  "description": "Easy JSON:API client integration for Nuxt.js",
@@ -1923,6 +2088,30 @@
1923
2088
  "requires": {}
1924
2089
  }
1925
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
+ },
1926
2115
  {
1927
2116
  "name": "laravel-echo",
1928
2117
  "description": "Laravel Echo for Nuxt.js",
@@ -2128,6 +2317,29 @@
2128
2317
  "requires": {}
2129
2318
  }
2130
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
+ },
2131
2343
  {
2132
2344
  "name": "markdownit",
2133
2345
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -2477,6 +2689,28 @@
2477
2689
  }
2478
2690
  }
2479
2691
  },
2692
+ {
2693
+ "name": "nuxt-monaco-editor",
2694
+ "description": "Integrate monaco-editor with Nuxt",
2695
+ "repo": "e-chan1007/nuxt-monaco-editor",
2696
+ "npm": "nuxt-monaco-editor",
2697
+ "icon": "nuxt-monaco-editor.png",
2698
+ "github": "https://github.com/e-chan1007/nuxt-monaco-editor",
2699
+ "website": "https://github.com/e-chan1007/nuxt-monaco-editor",
2700
+ "learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
2701
+ "category": "Libraries",
2702
+ "type": "3rd-party",
2703
+ "maintainers": [
2704
+ {
2705
+ "name": "e-chan1007",
2706
+ "github": "e-chan1007"
2707
+ }
2708
+ ],
2709
+ "compatibility": {
2710
+ "nuxt": "^3.0.0",
2711
+ "requires": {}
2712
+ }
2713
+ },
2480
2714
  {
2481
2715
  "name": "nuxt-pino-log",
2482
2716
  "description": "Structured logs for nuxt apps using pino",
@@ -2546,6 +2780,78 @@
2546
2780
  "requires": {}
2547
2781
  }
2548
2782
  },
2783
+ {
2784
+ "name": "ssr-lit",
2785
+ "description": "Server-Side Rendering for Lit Element components",
2786
+ "repo": "prashantpalikhe/nuxt-ssr-lit",
2787
+ "npm": "nuxt-ssr-lit",
2788
+ "icon": "",
2789
+ "github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
2790
+ "website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
2791
+ "learn_more": "",
2792
+ "category": "Libraries",
2793
+ "type": "3rd-party",
2794
+ "maintainers": [
2795
+ {
2796
+ "name": "Prashant Palikhe",
2797
+ "github": "prashantpalikhe",
2798
+ "twitter": "prashantpalikhe"
2799
+ },
2800
+ {
2801
+ "name": "Steve Workman",
2802
+ "github": "steveworkman",
2803
+ "twitter": "steveworkman"
2804
+ }
2805
+ ],
2806
+ "compatibility": {
2807
+ "nuxt": "^3.0.0",
2808
+ "requires": {}
2809
+ }
2810
+ },
2811
+ {
2812
+ "name": "nuxt-svgo",
2813
+ "description": "Nuxt module to load optimized SVG files as Vue components",
2814
+ "repo": "cpsoinos/nuxt-svgo",
2815
+ "npm": "nuxt-svgo",
2816
+ "icon": "nuxt-svgo.png",
2817
+ "github": "https://github.com/cpsoinos/nuxt-svgo",
2818
+ "website": "https://github.com/cpsoinos/nuxt-svgo",
2819
+ "learn_more": "",
2820
+ "category": "Images",
2821
+ "type": "3rd-party",
2822
+ "maintainers": [
2823
+ {
2824
+ "name": "cpsoinos",
2825
+ "github": "cpsoinos"
2826
+ }
2827
+ ],
2828
+ "compatibility": {
2829
+ "nuxt": "^3.0.0",
2830
+ "requires": {}
2831
+ }
2832
+ },
2833
+ {
2834
+ "name": "nuxt-unleash",
2835
+ "description": "Nuxt.js module to use Unleash toggle feature services",
2836
+ "repo": "conejerock/nuxt-unleash",
2837
+ "npm": "nuxt-unleash",
2838
+ "icon": "nuxt-unleash.svg",
2839
+ "github": "https://github.com/conejerock/nuxt-unleash",
2840
+ "website": "https://github.com/conejerock/nuxt-unleash",
2841
+ "learn_more": "https://github.com/Unleash/unleash",
2842
+ "category": "Deployment",
2843
+ "type": "3rd-party",
2844
+ "maintainers": [
2845
+ {
2846
+ "name": "Juanjo Conejerock",
2847
+ "github": "conejerock"
2848
+ }
2849
+ ],
2850
+ "compatibility": {
2851
+ "nuxt": "^2.0.0",
2852
+ "requires": {}
2853
+ }
2854
+ },
2549
2855
  {
2550
2856
  "name": "nuxt-use-motion",
2551
2857
  "description": "A Nuxt module putting your components in motion",
@@ -2608,8 +2914,10 @@
2608
2914
  }
2609
2915
  ],
2610
2916
  "compatibility": {
2611
- "nuxt": "^2.0.0",
2612
- "requires": {}
2917
+ "nuxt": "^2.0.0 || ^3.0.0",
2918
+ "requires": {
2919
+ "bridge": "optional"
2920
+ }
2613
2921
  }
2614
2922
  },
2615
2923
  {
@@ -2728,11 +3036,11 @@
2728
3036
  {
2729
3037
  "name": "partytown",
2730
3038
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
2731
- "repo": "nuxt-community/partytown-module",
3039
+ "repo": "nuxt-modules/partytown",
2732
3040
  "npm": "@nuxtjs/partytown",
2733
3041
  "icon": "partytown.svg",
2734
- "github": "https://github.com/nuxt-community/partytown-module",
2735
- "website": "https://github.com/nuxt-community/partytown-module",
3042
+ "github": "https://github.com/nuxt-modules/partytown",
3043
+ "website": "https://github.com/nuxt-modules/partytown",
2736
3044
  "learn_more": "https://partytown.builder.io/",
2737
3045
  "category": "Performance",
2738
3046
  "type": "community",
@@ -2846,28 +3154,19 @@
2846
3154
  {
2847
3155
  "name": "prismic",
2848
3156
  "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
2849
- "repo": "nuxt-community/prismic-module",
3157
+ "repo": "nuxt-modules/prismic",
2850
3158
  "npm": "@nuxtjs/prismic",
2851
3159
  "icon": "prismic.png",
2852
- "github": "https://github.com/nuxt-community/prismic-module",
3160
+ "github": "https://github.com/nuxt-modules/prismic",
2853
3161
  "website": "https://prismic.nuxtjs.org",
2854
- "learn_more": "https://prismic.io/",
3162
+ "learn_more": "https://prismic.io",
2855
3163
  "category": "CMS",
2856
3164
  "type": "community",
2857
3165
  "maintainers": [
2858
- {
2859
- "name": "Sébastien Chopin",
2860
- "github": "Atinux",
2861
- "twitter": "Atinux"
2862
- },
2863
3166
  {
2864
3167
  "name": "lihbr",
2865
3168
  "github": "lihbr",
2866
3169
  "twitter": "li_hbr"
2867
- },
2868
- {
2869
- "name": "James Pegg",
2870
- "github": "jamespegg"
2871
3170
  }
2872
3171
  ],
2873
3172
  "compatibility": {
@@ -2946,7 +3245,7 @@
2946
3245
  {
2947
3246
  "name": "purgecss",
2948
3247
  "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
2949
- "repo": "Developmint/nuxt-purgecss",
3248
+ "repo": "Developmint/nuxt-purgecss#main",
2950
3249
  "npm": "nuxt-purgecss",
2951
3250
  "icon": "purgecss.png",
2952
3251
  "github": "https://github.com/Developmint/nuxt-purgecss",
@@ -2961,7 +3260,7 @@
2961
3260
  }
2962
3261
  ],
2963
3262
  "compatibility": {
2964
- "nuxt": "^2.0.0",
3263
+ "nuxt": "^2.0.0 || ^3.0.0",
2965
3264
  "requires": {}
2966
3265
  }
2967
3266
  },
@@ -3084,7 +3383,7 @@
3084
3383
  "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
3085
3384
  "repo": "nuxt-community/robots-module",
3086
3385
  "npm": "@nuxtjs/robots",
3087
- "icon": "",
3386
+ "icon": "robots.png",
3088
3387
  "github": "https://github.com/nuxt-community/robots-module",
3089
3388
  "website": "https://github.com/nuxt-community/robots-module",
3090
3389
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
@@ -3097,8 +3396,10 @@
3097
3396
  }
3098
3397
  ],
3099
3398
  "compatibility": {
3100
- "nuxt": "^2.0.0",
3101
- "requires": {}
3399
+ "nuxt": "^2.0.0 || ^3.0.0",
3400
+ "requires": {
3401
+ "bridge": "optional"
3402
+ }
3102
3403
  }
3103
3404
  },
3104
3405
  {
@@ -3172,10 +3473,10 @@
3172
3473
  {
3173
3474
  "name": "sanity",
3174
3475
  "description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
3175
- "repo": "nuxt-community/sanity-module#main",
3476
+ "repo": "nuxt-modules/sanity#main",
3176
3477
  "npm": "@nuxtjs/sanity",
3177
3478
  "icon": "sanity.png",
3178
- "github": "https://github.com/nuxt-community/sanity-module#main",
3479
+ "github": "https://github.com/nuxt-modules/sanity#main",
3179
3480
  "website": "https://sanity.nuxtjs.org",
3180
3481
  "learn_more": "https://www.sanity.io/",
3181
3482
  "category": "CMS",
@@ -3194,6 +3495,30 @@
3194
3495
  }
3195
3496
  }
3196
3497
  },
3498
+ {
3499
+ "name": "schema-org",
3500
+ "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
3501
+ "repo": "vueuse/schema-org#main/packages/nuxt",
3502
+ "npm": "nuxt-schema-org",
3503
+ "icon": "schema-org.svg",
3504
+ "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3505
+ "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3506
+ "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
3507
+ "category": "SEO",
3508
+ "type": "3rd-party",
3509
+ "maintainers": [
3510
+ {
3511
+ "name": "Harlan Wilton",
3512
+ "github": "harlan-zw",
3513
+ "twitter": "harlan_zw",
3514
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
3515
+ }
3516
+ ],
3517
+ "compatibility": {
3518
+ "nuxt": "^3.0.0",
3519
+ "requires": {}
3520
+ }
3521
+ },
3197
3522
  {
3198
3523
  "name": "scss-to-js",
3199
3524
  "description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
@@ -3216,6 +3541,29 @@
3216
3541
  "requires": {}
3217
3542
  }
3218
3543
  },
3544
+ {
3545
+ "name": "security",
3546
+ "description": "Security Module for Nuxt based on OWASP Top 10 and Helmet",
3547
+ "repo": "Baroshem/nuxt-security",
3548
+ "npm": "nuxt-security",
3549
+ "icon": "nuxt-security.svg",
3550
+ "github": "https://github.com/Baroshem/nuxt-security",
3551
+ "website": "https://nuxt-security.vercel.app/",
3552
+ "learn_more": "https://nuxt-security.vercel.app/",
3553
+ "category": "Security",
3554
+ "type": "3rd-party",
3555
+ "maintainers": [
3556
+ {
3557
+ "name": "Jakub Andrzejewski",
3558
+ "github": "Baroshem",
3559
+ "avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
3560
+ }
3561
+ ],
3562
+ "compatibility": {
3563
+ "nuxt": "^3.0.0",
3564
+ "requires": {}
3565
+ }
3566
+ },
3219
3567
  {
3220
3568
  "name": "segment",
3221
3569
  "description": "Nuxt.js module for Segment Analytics.js",
@@ -3328,6 +3676,29 @@
3328
3676
  "requires": {}
3329
3677
  }
3330
3678
  },
3679
+ {
3680
+ "name": "session",
3681
+ "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",
3682
+ "repo": "sidebase/nuxt-session",
3683
+ "npm": "@sidebase/nuxt-session",
3684
+ "icon": "session.png",
3685
+ "github": "https://github.com/sidebase/nuxt-session",
3686
+ "website": "https://github.com/sidebase/nuxt-session",
3687
+ "learn_more": "https://github.com/sidebase",
3688
+ "category": "Security",
3689
+ "type": "3rd-party",
3690
+ "maintainers": [
3691
+ {
3692
+ "name": "sidebase",
3693
+ "github": "sidebase",
3694
+ "twitter": "sidebase_io"
3695
+ }
3696
+ ],
3697
+ "compatibility": {
3698
+ "nuxt": "^3.0.0",
3699
+ "requires": {}
3700
+ }
3701
+ },
3331
3702
  {
3332
3703
  "name": "shopify",
3333
3704
  "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
@@ -3518,6 +3889,28 @@
3518
3889
  "requires": {}
3519
3890
  }
3520
3891
  },
3892
+ {
3893
+ "name": "ssr-lit",
3894
+ "description": "",
3895
+ "repo": "prashantpalikhe/nuxt-ssr-lit",
3896
+ "npm": "nuxt-ssr-lit",
3897
+ "icon": "",
3898
+ "github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
3899
+ "website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
3900
+ "learn_more": "",
3901
+ "category": "Devtools",
3902
+ "type": "3rd-party",
3903
+ "maintainers": [
3904
+ {
3905
+ "name": "prashantpalikhe",
3906
+ "github": "prashantpalikhe"
3907
+ }
3908
+ ],
3909
+ "compatibility": {
3910
+ "nuxt": "^2.0.0",
3911
+ "requires": {}
3912
+ }
3913
+ },
3521
3914
  {
3522
3915
  "name": "storage",
3523
3916
  "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
@@ -3735,13 +4128,13 @@
3735
4128
  },
3736
4129
  {
3737
4130
  "name": "stylify",
3738
- "description": "Stylify is a library that generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
3739
- "repo": "stylify/packages#master/packages/nuxt-module",
3740
- "npm": "@stylify/nuxt-module",
4131
+ "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
4132
+ "repo": "stylify/packages#master/packages/nuxt",
4133
+ "npm": "@stylify/nuxt",
3741
4134
  "icon": "stylify.svg",
3742
- "github": "https://github.com/stylify/packages/tree/master/packages/nuxt-module",
3743
- "website": "https://stylify.dev/docs/nuxt-module",
3744
- "learn_more": "https://stylify.dev",
4135
+ "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
4136
+ "website": "https://stylifycss.com/docs/nuxt",
4137
+ "learn_more": "https://stylifycss.com",
3745
4138
  "category": "UI",
3746
4139
  "type": "3rd-party",
3747
4140
  "maintainers": [
@@ -3752,7 +4145,7 @@
3752
4145
  }
3753
4146
  ],
3754
4147
  "compatibility": {
3755
- "nuxt": "^2.0.0",
4148
+ "nuxt": "^2.0.0 || ^3.0.0",
3756
4149
  "requires": {}
3757
4150
  }
3758
4151
  },
@@ -3947,6 +4340,31 @@
3947
4340
  "requires": {}
3948
4341
  }
3949
4342
  },
4343
+ {
4344
+ "name": "turnstile",
4345
+ "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
4346
+ "repo": "danielroe/nuxt-turnstile",
4347
+ "npm": "nuxt-turnstile",
4348
+ "icon": "cloudflare.svg",
4349
+ "github": "https://github.com/danielroe/nuxt-turnstile",
4350
+ "website": "https://github.com/danielroe/nuxt-turnstile",
4351
+ "learn_more": "https://www.cloudflare.com/products/turnstile/",
4352
+ "category": "Security",
4353
+ "type": "3rd-party",
4354
+ "maintainers": [
4355
+ {
4356
+ "name": "Daniel Roe",
4357
+ "github": "danielroe",
4358
+ "twitter": "danielcroe"
4359
+ }
4360
+ ],
4361
+ "compatibility": {
4362
+ "nuxt": "^2.0.0 || ^3.0.0",
4363
+ "requires": {
4364
+ "bridge": true
4365
+ }
4366
+ }
4367
+ },
3950
4368
  {
3951
4369
  "name": "twa",
3952
4370
  "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
@@ -3971,6 +4389,39 @@
3971
4389
  }
3972
4390
  }
3973
4391
  },
4392
+ {
4393
+ "name": "twicpics",
4394
+ "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
4395
+ "repo": "TwicPics/components",
4396
+ "npm": "@twicpics/components",
4397
+ "icon": "twicpics.svg",
4398
+ "github": "https://github.com/TwicPics/components",
4399
+ "website": "https://www.twicpics.com/docs/components/nuxt-3",
4400
+ "learn_more": "https://www.twicpics.com",
4401
+ "category": "Images",
4402
+ "type": "3rd-party",
4403
+ "maintainers": [
4404
+ {
4405
+ "name": "Florent Bourgeois",
4406
+ "github": "florentb",
4407
+ "twitter": "florent_b"
4408
+ },
4409
+ {
4410
+ "name": "Julian Aubourg",
4411
+ "github": "jaubourg",
4412
+ "twitter": "jaubourg"
4413
+ },
4414
+ {
4415
+ "name": "Miguel Beignon",
4416
+ "github": "mbgspcii",
4417
+ "twitter": "m_beignon"
4418
+ }
4419
+ ],
4420
+ "compatibility": {
4421
+ "nuxt": "^2.0.0 || ^3.0.0",
4422
+ "requires": {}
4423
+ }
4424
+ },
3974
4425
  {
3975
4426
  "name": "typed-router",
3976
4427
  "description": "Provide autocompletion for pages route names generated by Nuxt router",
@@ -4082,6 +4533,30 @@
4082
4533
  "requires": {}
4083
4534
  }
4084
4535
  },
4536
+ {
4537
+ "name": "umami",
4538
+ "description": "Embed the Umami analytics library into Nuxt",
4539
+ "repo": "ijkml/nuxt-umami",
4540
+ "npm": "nuxt-umami",
4541
+ "icon": "umami.svg",
4542
+ "github": "https://github.com/ijkml/nuxt-umami",
4543
+ "website": "https://github.com/ijkml/nuxt-umami",
4544
+ "learn_more": "https://umami.is/docs/",
4545
+ "category": "Analytics",
4546
+ "type": "3rd-party",
4547
+ "maintainers": [
4548
+ {
4549
+ "name": "ML",
4550
+ "github": "ijkml"
4551
+ }
4552
+ ],
4553
+ "compatibility": {
4554
+ "nuxt": "^2.0.0 || ^3.0.0",
4555
+ "requires": {
4556
+ "bridge": "optional"
4557
+ }
4558
+ }
4559
+ },
4085
4560
  {
4086
4561
  "name": "universal-storage",
4087
4562
  "description": "Universal Storage Utilities for Nuxt.js",
@@ -4295,6 +4770,31 @@
4295
4770
  "requires": {}
4296
4771
  }
4297
4772
  },
4773
+ {
4774
+ "name": "vue-transitions",
4775
+ "description": "Reusable interface transitions with no CSS needed ❤️",
4776
+ "repo": "MorevM/vue-transitions",
4777
+ "npm": "@morev/vue-transitions",
4778
+ "icon": "vue-transitions.svg",
4779
+ "github": "https://github.com/MorevM/vue-transitions",
4780
+ "website": "https://github.com/MorevM/vue-transitions#readme",
4781
+ "learn_more": "",
4782
+ "category": "UI",
4783
+ "type": "3rd-party",
4784
+ "maintainers": [
4785
+ {
4786
+ "name": "Maxim Morev",
4787
+ "github": "MorevM",
4788
+ "avatar": "https://avatars.githubusercontent.com/u/49679666?v=4"
4789
+ }
4790
+ ],
4791
+ "compatibility": {
4792
+ "nuxt": "^2.0.0 || ^3.0.0",
4793
+ "requires": {
4794
+ "bridge": "optional"
4795
+ }
4796
+ }
4797
+ },
4298
4798
  {
4299
4799
  "name": "vue-warehouse",
4300
4800
  "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
@@ -4318,6 +4818,28 @@
4318
4818
  "requires": {}
4319
4819
  }
4320
4820
  },
4821
+ {
4822
+ "name": "vuestic",
4823
+ "description": "Vuestic UI module for Nuxt 3",
4824
+ "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
4825
+ "npm": "@vuestic/nuxt",
4826
+ "icon": "vuestic.png",
4827
+ "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
4828
+ "website": "https://vuestic.dev",
4829
+ "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
4830
+ "category": "UI",
4831
+ "type": "3rd-party",
4832
+ "maintainers": [
4833
+ {
4834
+ "name": "epicmaxco",
4835
+ "github": "epicmaxco"
4836
+ }
4837
+ ],
4838
+ "compatibility": {
4839
+ "nuxt": "^3.0.0",
4840
+ "requires": {}
4841
+ }
4842
+ },
4321
4843
  {
4322
4844
  "name": "vuetify",
4323
4845
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
@@ -4397,7 +4919,7 @@
4397
4919
  "description": "Web Vitals for Nuxt",
4398
4920
  "repo": "nuxt-community/web-vitals-module",
4399
4921
  "npm": "@nuxtjs/web-vitals",
4400
- "icon": "",
4922
+ "icon": "web-vitals.png",
4401
4923
  "github": "https://github.com/nuxt-community/web-vitals-module",
4402
4924
  "website": "https://github.com/nuxt-community/web-vitals-module",
4403
4925
  "learn_more": "",
@@ -4420,8 +4942,10 @@
4420
4942
  }
4421
4943
  ],
4422
4944
  "compatibility": {
4423
- "nuxt": "^2.0.0",
4424
- "requires": {}
4945
+ "nuxt": "^2.0.0 || ^3.0.0",
4946
+ "requires": {
4947
+ "bridge": "optional"
4948
+ }
4425
4949
  }
4426
4950
  },
4427
4951
  {
@@ -4657,6 +5181,31 @@
4657
5181
  "requires": {}
4658
5182
  }
4659
5183
  },
5184
+ {
5185
+ "name": "xstate",
5186
+ "description": "XState integration for Nuxt",
5187
+ "repo": "Lexpeartha/nuxt-xstate",
5188
+ "npm": "nuxt-xstate",
5189
+ "icon": "xstate.svg",
5190
+ "github": "https://github.com/Lexpeartha/nuxt-xstate",
5191
+ "website": "https://nuxt-xstate.lexpeartha.com",
5192
+ "learn_more": "https://xstate.js.org/",
5193
+ "category": "Extensions",
5194
+ "type": "3rd-party",
5195
+ "maintainers": [
5196
+ {
5197
+ "name": "Lexpeartha",
5198
+ "github": "Lexpeartha",
5199
+ "twitter": "lexpeartha"
5200
+ }
5201
+ ],
5202
+ "compatibility": {
5203
+ "nuxt": "^2.0.0 || ^3.0.0",
5204
+ "requires": {
5205
+ "bridge": true
5206
+ }
5207
+ }
5208
+ },
4660
5209
  {
4661
5210
  "name": "xui",
4662
5211
  "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-09cb3a",
3
+ "version": "0.5.0-0a139a",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json"
6
6
  }