@nuxt/modules 0.5.0-870b94 → 0.5.0-894365

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 +590 -72
  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",
@@ -884,7 +928,7 @@
884
928
  "repo": "intevel/nuxt-directus",
885
929
  "npm": "nuxt-directus",
886
930
  "icon": "directus.svg",
887
- "github": "https://github.com/intevel/nuxt-directus/",
931
+ "github": "https://github.com/directus/nuxt-directus/",
888
932
  "website": "https://nuxt-directus.netlify.app/",
889
933
  "learn_more": "https://nuxt-directus.netlify.app/",
890
934
  "category": "CMS",
@@ -1202,6 +1246,29 @@
1202
1246
  "requires": {}
1203
1247
  }
1204
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
+ },
1205
1272
  {
1206
1273
  "name": "fontawesome",
1207
1274
  "description": "Module to join nuxt and Fontawesome 5",
@@ -1308,13 +1375,17 @@
1308
1375
  "category": "Analytics",
1309
1376
  "type": "community",
1310
1377
  "maintainers": [
1378
+ {
1379
+ "name": "Alexander Lichter",
1380
+ "github": "manniL"
1381
+ },
1311
1382
  {
1312
1383
  "name": "Troy Morehouse",
1313
1384
  "github": "tmorehouse"
1314
1385
  }
1315
1386
  ],
1316
1387
  "compatibility": {
1317
- "nuxt": "^2.0.0",
1388
+ "nuxt": "^2.0.0 || ^3.0.0",
1318
1389
  "requires": {}
1319
1390
  }
1320
1391
  },
@@ -1368,8 +1439,10 @@
1368
1439
  }
1369
1440
  ],
1370
1441
  "compatibility": {
1371
- "nuxt": "^2.0.0",
1372
- "requires": {}
1442
+ "nuxt": "^2.0.0 || ^3.0.0",
1443
+ "requires": {
1444
+ "bridge": "optional"
1445
+ }
1373
1446
  }
1374
1447
  },
1375
1448
  {
@@ -1435,7 +1508,7 @@
1435
1508
  "name": "graphql-client",
1436
1509
  "description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
1437
1510
  "repo": "diizzayy/nuxt-graphql-client",
1438
- "npm": "",
1511
+ "npm": "nuxt-graphql-client",
1439
1512
  "icon": "graphql-client.svg",
1440
1513
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1441
1514
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
@@ -1523,11 +1596,11 @@
1523
1596
  {
1524
1597
  "name": "harlem",
1525
1598
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
1526
- "repo": "nuxt-community/harlem-module",
1599
+ "repo": "nuxt-modules/harlem",
1527
1600
  "npm": "@nuxtjs/harlem",
1528
1601
  "icon": "harlem.svg",
1529
- "github": "https://github.com/nuxt-community/harlem-module",
1530
- "website": "https://github.com/nuxt-community/harlem-module",
1602
+ "github": "https://github.com/nuxt-modules/harlem",
1603
+ "website": "https://github.com/nuxt-modules/harlem",
1531
1604
  "learn_more": "https://harlemjs.com/",
1532
1605
  "category": "Extensions",
1533
1606
  "type": "community",
@@ -1543,6 +1616,28 @@
1543
1616
  "requires": {}
1544
1617
  }
1545
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
+ },
1546
1641
  {
1547
1642
  "name": "headway",
1548
1643
  "description": "Headway changelog widget for Nuxt",
@@ -1657,10 +1752,10 @@
1657
1752
  {
1658
1753
  "name": "html-validator",
1659
1754
  "description": "Automatically validate Nuxt server-rendered HTML html",
1660
- "repo": "nuxt-community/html-validator-module",
1755
+ "repo": "nuxt-modules/html-validator",
1661
1756
  "npm": "@nuxtjs/html-validator",
1662
1757
  "icon": "html-validator.png",
1663
- "github": "https://github.com/nuxt-community/html-validator-module",
1758
+ "github": "https://github.com/nuxt-modules/html-validator",
1664
1759
  "website": "https://html-validator.nuxtjs.org",
1665
1760
  "learn_more": "https://html-validate.org",
1666
1761
  "category": "Performance",
@@ -1673,8 +1768,10 @@
1673
1768
  }
1674
1769
  ],
1675
1770
  "compatibility": {
1676
- "nuxt": "^2.0.0",
1677
- "requires": {}
1771
+ "nuxt": "^2.0.0 || ^3.0.0",
1772
+ "requires": {
1773
+ "bridge": "optional"
1774
+ }
1678
1775
  }
1679
1776
  },
1680
1777
  {
@@ -1732,7 +1829,7 @@
1732
1829
  "name": "i18n",
1733
1830
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
1734
1831
  "repo": "nuxt-community/i18n-module",
1735
- "npm": "nuxt-i18n",
1832
+ "npm": "@nuxtjs/i18n",
1736
1833
  "icon": "i18n.png",
1737
1834
  "github": "https://github.com/nuxt-community/i18n-module",
1738
1835
  "website": "https://i18n.nuxtjs.org",
@@ -1750,7 +1847,29 @@
1750
1847
  }
1751
1848
  ],
1752
1849
  "compatibility": {
1753
- "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",
1754
1873
  "requires": {}
1755
1874
  }
1756
1875
  },
@@ -1827,7 +1946,7 @@
1827
1946
  }
1828
1947
  ],
1829
1948
  "compatibility": {
1830
- "nuxt": "^2.0.0",
1949
+ "nuxt": "^2.0.0 || ^3.0.0",
1831
1950
  "requires": {
1832
1951
  "bridge": "optional"
1833
1952
  }
@@ -1905,14 +2024,14 @@
1905
2024
  {
1906
2025
  "name": "ionic",
1907
2026
  "description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
1908
- "repo": "danielroe/nuxt-ionic",
1909
- "npm": "nuxt-ionic",
2027
+ "repo": "nuxt-modules/ionic",
2028
+ "npm": "@nuxtjs/ionic",
1910
2029
  "icon": "ionic.svg",
1911
- "github": "https://github.com/danielroe/nuxt-ionic",
1912
- "website": "https://ionic.roe.dev",
2030
+ "github": "https://github.com/nuxt-modules/ionic",
2031
+ "website": "https://ionic.nuxtjs.org",
1913
2032
  "learn_more": "https://ionicframework.com",
1914
2033
  "category": "Libraries",
1915
- "type": "3rd-party",
2034
+ "type": "community",
1916
2035
  "maintainers": [
1917
2036
  {
1918
2037
  "name": "Daniel Roe",
@@ -2546,6 +2665,28 @@
2546
2665
  "requires": {}
2547
2666
  }
2548
2667
  },
2668
+ {
2669
+ "name": "nuxt-graphql-playground",
2670
+ "description": "",
2671
+ "repo": "pinpon-dev/nuxt-graphql-playground",
2672
+ "npm": "@pin-pon/nuxt-graphql-playground",
2673
+ "icon": "",
2674
+ "github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
2675
+ "website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
2676
+ "learn_more": "",
2677
+ "category": "Devtools",
2678
+ "type": "3rd-party",
2679
+ "maintainers": [
2680
+ {
2681
+ "name": "pinpon-dev",
2682
+ "github": "pinpon-dev"
2683
+ }
2684
+ ],
2685
+ "compatibility": {
2686
+ "nuxt": "^2.0.0",
2687
+ "requires": {}
2688
+ }
2689
+ },
2549
2690
  {
2550
2691
  "name": "nuxt-hue",
2551
2692
  "description": "Enlighten your Nuxt experience",
@@ -2570,6 +2711,28 @@
2570
2711
  }
2571
2712
  }
2572
2713
  },
2714
+ {
2715
+ "name": "nuxt-monaco-editor",
2716
+ "description": "Integrate monaco-editor with Nuxt",
2717
+ "repo": "e-chan1007/nuxt-monaco-editor",
2718
+ "npm": "nuxt-monaco-editor",
2719
+ "icon": "nuxt-monaco-editor.png",
2720
+ "github": "https://github.com/e-chan1007/nuxt-monaco-editor",
2721
+ "website": "https://github.com/e-chan1007/nuxt-monaco-editor",
2722
+ "learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
2723
+ "category": "Libraries",
2724
+ "type": "3rd-party",
2725
+ "maintainers": [
2726
+ {
2727
+ "name": "e-chan1007",
2728
+ "github": "e-chan1007"
2729
+ }
2730
+ ],
2731
+ "compatibility": {
2732
+ "nuxt": "^3.0.0",
2733
+ "requires": {}
2734
+ }
2735
+ },
2573
2736
  {
2574
2737
  "name": "nuxt-pino-log",
2575
2738
  "description": "Structured logs for nuxt apps using pino",
@@ -2592,6 +2755,28 @@
2592
2755
  "requires": {}
2593
2756
  }
2594
2757
  },
2758
+ {
2759
+ "name": "plausible",
2760
+ "description": "Nuxt 3 module to natively integrate Plausible analytics",
2761
+ "repo": "johannschopplich/nuxt-plausible",
2762
+ "npm": "nuxt-plausible",
2763
+ "icon": "plausible.png",
2764
+ "github": "https://github.com/johannschopplich/nuxt-plausible",
2765
+ "website": "https://github.com/johannschopplich/nuxt-plausible",
2766
+ "learn_more": "https://plausible.io/",
2767
+ "category": "Analytics",
2768
+ "type": "3rd-party",
2769
+ "maintainers": [
2770
+ {
2771
+ "name": "Johann Schopplich",
2772
+ "github": "johannschopplich"
2773
+ }
2774
+ ],
2775
+ "compatibility": {
2776
+ "nuxt": "^3.0.0",
2777
+ "requires": {}
2778
+ }
2779
+ },
2595
2780
  {
2596
2781
  "name": "nuxt-png-to-ico",
2597
2782
  "description": "Nuxt.js module for auto generating favicons",
@@ -2639,6 +2824,100 @@
2639
2824
  "requires": {}
2640
2825
  }
2641
2826
  },
2827
+ {
2828
+ "name": "ssr-lit",
2829
+ "description": "Server-Side Rendering for Lit Element components",
2830
+ "repo": "prashantpalikhe/nuxt-ssr-lit",
2831
+ "npm": "nuxt-ssr-lit",
2832
+ "icon": "",
2833
+ "github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
2834
+ "website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
2835
+ "learn_more": "",
2836
+ "category": "Libraries",
2837
+ "type": "3rd-party",
2838
+ "maintainers": [
2839
+ {
2840
+ "name": "Prashant Palikhe",
2841
+ "github": "prashantpalikhe",
2842
+ "twitter": "prashantpalikhe"
2843
+ },
2844
+ {
2845
+ "name": "Steve Workman",
2846
+ "github": "steveworkman",
2847
+ "twitter": "steveworkman"
2848
+ }
2849
+ ],
2850
+ "compatibility": {
2851
+ "nuxt": "^3.0.0",
2852
+ "requires": {}
2853
+ }
2854
+ },
2855
+ {
2856
+ "name": "nuxt-storm",
2857
+ "description": "WebStorm & PHPStorm support for NuxtJS components",
2858
+ "repo": "fumeapp/nuxt-storm",
2859
+ "npm": "nuxt-storm",
2860
+ "icon": "nuxt-storm.png",
2861
+ "github": "https://github.com/fumeapp/nuxt-storm",
2862
+ "website": "https://github.com/fumeapp/nuxt-storm",
2863
+ "learn_more": "https://github.com/fumeapp/nuxt-storm",
2864
+ "category": "Devtools",
2865
+ "type": "3rd-party",
2866
+ "maintainers": [
2867
+ {
2868
+ "name": "fumeapp",
2869
+ "github": "fumeapp"
2870
+ }
2871
+ ],
2872
+ "compatibility": {
2873
+ "nuxt": "^2.0.0",
2874
+ "requires": {}
2875
+ }
2876
+ },
2877
+ {
2878
+ "name": "nuxt-svgo",
2879
+ "description": "Nuxt module to load optimized SVG files as Vue components",
2880
+ "repo": "cpsoinos/nuxt-svgo",
2881
+ "npm": "nuxt-svgo",
2882
+ "icon": "nuxt-svgo.png",
2883
+ "github": "https://github.com/cpsoinos/nuxt-svgo",
2884
+ "website": "https://github.com/cpsoinos/nuxt-svgo",
2885
+ "learn_more": "",
2886
+ "category": "Images",
2887
+ "type": "3rd-party",
2888
+ "maintainers": [
2889
+ {
2890
+ "name": "cpsoinos",
2891
+ "github": "cpsoinos"
2892
+ }
2893
+ ],
2894
+ "compatibility": {
2895
+ "nuxt": "^3.0.0",
2896
+ "requires": {}
2897
+ }
2898
+ },
2899
+ {
2900
+ "name": "nuxt-unleash",
2901
+ "description": "Nuxt.js module to use Unleash toggle feature services",
2902
+ "repo": "conejerock/nuxt-unleash",
2903
+ "npm": "nuxt-unleash",
2904
+ "icon": "nuxt-unleash.svg",
2905
+ "github": "https://github.com/conejerock/nuxt-unleash",
2906
+ "website": "https://github.com/conejerock/nuxt-unleash",
2907
+ "learn_more": "https://github.com/Unleash/unleash",
2908
+ "category": "Deployment",
2909
+ "type": "3rd-party",
2910
+ "maintainers": [
2911
+ {
2912
+ "name": "Juanjo Conejerock",
2913
+ "github": "conejerock"
2914
+ }
2915
+ ],
2916
+ "compatibility": {
2917
+ "nuxt": "^2.0.0",
2918
+ "requires": {}
2919
+ }
2920
+ },
2642
2921
  {
2643
2922
  "name": "nuxt-use-motion",
2644
2923
  "description": "A Nuxt module putting your components in motion",
@@ -2701,8 +2980,10 @@
2701
2980
  }
2702
2981
  ],
2703
2982
  "compatibility": {
2704
- "nuxt": "^2.0.0",
2705
- "requires": {}
2983
+ "nuxt": "^2.0.0 || ^3.0.0",
2984
+ "requires": {
2985
+ "bridge": "optional"
2986
+ }
2706
2987
  }
2707
2988
  },
2708
2989
  {
@@ -2821,11 +3102,11 @@
2821
3102
  {
2822
3103
  "name": "partytown",
2823
3104
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
2824
- "repo": "nuxt-community/partytown-module",
3105
+ "repo": "nuxt-modules/partytown",
2825
3106
  "npm": "@nuxtjs/partytown",
2826
3107
  "icon": "partytown.svg",
2827
- "github": "https://github.com/nuxt-community/partytown-module",
2828
- "website": "https://github.com/nuxt-community/partytown-module",
3108
+ "github": "https://github.com/nuxt-modules/partytown",
3109
+ "website": "https://github.com/nuxt-modules/partytown",
2829
3110
  "learn_more": "https://partytown.builder.io/",
2830
3111
  "category": "Performance",
2831
3112
  "type": "community",
@@ -2892,26 +3173,24 @@
2892
3173
  },
2893
3174
  {
2894
3175
  "name": "plausible",
2895
- "description": "Plausible analytics for Vue.js and Nuxt",
2896
- "repo": "moritzsternemann/vue-plausible",
2897
- "npm": "vue-plausible",
2898
- "icon": "plausible.png",
2899
- "github": "https://github.com/moritzsternemann/vue-plausible",
2900
- "website": "https://github.com/moritzsternemann/vue-plausible",
3176
+ "description": "Nuxt 3 module to natively integrate Plausible analytics",
3177
+ "repo": "johannschopplich/nuxt-plausible",
3178
+ "npm": "nuxt-plausible",
3179
+ "icon": "",
3180
+ "github": "https://github.com/johannschopplich/nuxt-plausible",
3181
+ "website": "https://github.com/johannschopplich/nuxt-plausible",
2901
3182
  "learn_more": "",
2902
- "category": "Analytics",
3183
+ "category": "Devtools",
2903
3184
  "type": "3rd-party",
2904
3185
  "maintainers": [
2905
3186
  {
2906
- "name": "moritzsternemann",
2907
- "github": "moritzsternemann"
3187
+ "name": "johannschopplich",
3188
+ "github": "johannschopplich"
2908
3189
  }
2909
3190
  ],
2910
3191
  "compatibility": {
2911
- "nuxt": "^2.0.0 || ^3.0.0",
2912
- "requires": {
2913
- "bridge": "optional"
2914
- }
3192
+ "nuxt": "^2.0.0",
3193
+ "requires": {}
2915
3194
  }
2916
3195
  },
2917
3196
  {
@@ -2939,28 +3218,19 @@
2939
3218
  {
2940
3219
  "name": "prismic",
2941
3220
  "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
2942
- "repo": "nuxt-community/prismic-module",
3221
+ "repo": "nuxt-modules/prismic",
2943
3222
  "npm": "@nuxtjs/prismic",
2944
3223
  "icon": "prismic.png",
2945
- "github": "https://github.com/nuxt-community/prismic-module",
3224
+ "github": "https://github.com/nuxt-modules/prismic",
2946
3225
  "website": "https://prismic.nuxtjs.org",
2947
- "learn_more": "https://prismic.io/",
3226
+ "learn_more": "https://prismic.io",
2948
3227
  "category": "CMS",
2949
3228
  "type": "community",
2950
3229
  "maintainers": [
2951
- {
2952
- "name": "Sébastien Chopin",
2953
- "github": "Atinux",
2954
- "twitter": "Atinux"
2955
- },
2956
3230
  {
2957
3231
  "name": "lihbr",
2958
3232
  "github": "lihbr",
2959
3233
  "twitter": "li_hbr"
2960
- },
2961
- {
2962
- "name": "James Pegg",
2963
- "github": "jamespegg"
2964
3234
  }
2965
3235
  ],
2966
3236
  "compatibility": {
@@ -3039,7 +3309,7 @@
3039
3309
  {
3040
3310
  "name": "purgecss",
3041
3311
  "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
3042
- "repo": "Developmint/nuxt-purgecss",
3312
+ "repo": "Developmint/nuxt-purgecss#main",
3043
3313
  "npm": "nuxt-purgecss",
3044
3314
  "icon": "purgecss.png",
3045
3315
  "github": "https://github.com/Developmint/nuxt-purgecss",
@@ -3054,7 +3324,7 @@
3054
3324
  }
3055
3325
  ],
3056
3326
  "compatibility": {
3057
- "nuxt": "^2.0.0",
3327
+ "nuxt": "^2.0.0 || ^3.0.0",
3058
3328
  "requires": {}
3059
3329
  }
3060
3330
  },
@@ -3177,7 +3447,7 @@
3177
3447
  "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
3178
3448
  "repo": "nuxt-community/robots-module",
3179
3449
  "npm": "@nuxtjs/robots",
3180
- "icon": "",
3450
+ "icon": "robots.png",
3181
3451
  "github": "https://github.com/nuxt-community/robots-module",
3182
3452
  "website": "https://github.com/nuxt-community/robots-module",
3183
3453
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
@@ -3190,8 +3460,10 @@
3190
3460
  }
3191
3461
  ],
3192
3462
  "compatibility": {
3193
- "nuxt": "^2.0.0",
3194
- "requires": {}
3463
+ "nuxt": "^2.0.0 || ^3.0.0",
3464
+ "requires": {
3465
+ "bridge": "optional"
3466
+ }
3195
3467
  }
3196
3468
  },
3197
3469
  {
@@ -3265,10 +3537,10 @@
3265
3537
  {
3266
3538
  "name": "sanity",
3267
3539
  "description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
3268
- "repo": "nuxt-community/sanity-module#main",
3540
+ "repo": "nuxt-modules/sanity#main",
3269
3541
  "npm": "@nuxtjs/sanity",
3270
3542
  "icon": "sanity.png",
3271
- "github": "https://github.com/nuxt-community/sanity-module#main",
3543
+ "github": "https://github.com/nuxt-modules/sanity#main",
3272
3544
  "website": "https://sanity.nuxtjs.org",
3273
3545
  "learn_more": "https://www.sanity.io/",
3274
3546
  "category": "CMS",
@@ -3333,6 +3605,29 @@
3333
3605
  "requires": {}
3334
3606
  }
3335
3607
  },
3608
+ {
3609
+ "name": "security",
3610
+ "description": "Security Module for Nuxt based on OWASP Top 10 and Helmet",
3611
+ "repo": "Baroshem/nuxt-security",
3612
+ "npm": "nuxt-security",
3613
+ "icon": "nuxt-security.svg",
3614
+ "github": "https://github.com/Baroshem/nuxt-security",
3615
+ "website": "https://nuxt-security.vercel.app/",
3616
+ "learn_more": "https://nuxt-security.vercel.app/",
3617
+ "category": "Security",
3618
+ "type": "3rd-party",
3619
+ "maintainers": [
3620
+ {
3621
+ "name": "Jakub Andrzejewski",
3622
+ "github": "Baroshem",
3623
+ "avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
3624
+ }
3625
+ ],
3626
+ "compatibility": {
3627
+ "nuxt": "^3.0.0",
3628
+ "requires": {}
3629
+ }
3630
+ },
3336
3631
  {
3337
3632
  "name": "segment",
3338
3633
  "description": "Nuxt.js module for Segment Analytics.js",
@@ -3445,6 +3740,29 @@
3445
3740
  "requires": {}
3446
3741
  }
3447
3742
  },
3743
+ {
3744
+ "name": "session",
3745
+ "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",
3746
+ "repo": "sidebase/nuxt-session",
3747
+ "npm": "@sidebase/nuxt-session",
3748
+ "icon": "session.png",
3749
+ "github": "https://github.com/sidebase/nuxt-session",
3750
+ "website": "https://github.com/sidebase/nuxt-session",
3751
+ "learn_more": "https://github.com/sidebase",
3752
+ "category": "Security",
3753
+ "type": "3rd-party",
3754
+ "maintainers": [
3755
+ {
3756
+ "name": "sidebase",
3757
+ "github": "sidebase",
3758
+ "twitter": "sidebase_io"
3759
+ }
3760
+ ],
3761
+ "compatibility": {
3762
+ "nuxt": "^3.0.0",
3763
+ "requires": {}
3764
+ }
3765
+ },
3448
3766
  {
3449
3767
  "name": "shopify",
3450
3768
  "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
@@ -3635,6 +3953,28 @@
3635
3953
  "requires": {}
3636
3954
  }
3637
3955
  },
3956
+ {
3957
+ "name": "ssr-lit",
3958
+ "description": "",
3959
+ "repo": "prashantpalikhe/nuxt-ssr-lit",
3960
+ "npm": "nuxt-ssr-lit",
3961
+ "icon": "",
3962
+ "github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
3963
+ "website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
3964
+ "learn_more": "",
3965
+ "category": "Devtools",
3966
+ "type": "3rd-party",
3967
+ "maintainers": [
3968
+ {
3969
+ "name": "prashantpalikhe",
3970
+ "github": "prashantpalikhe"
3971
+ }
3972
+ ],
3973
+ "compatibility": {
3974
+ "nuxt": "^2.0.0",
3975
+ "requires": {}
3976
+ }
3977
+ },
3638
3978
  {
3639
3979
  "name": "storage",
3640
3980
  "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
@@ -4064,6 +4404,31 @@
4064
4404
  "requires": {}
4065
4405
  }
4066
4406
  },
4407
+ {
4408
+ "name": "turnstile",
4409
+ "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
4410
+ "repo": "danielroe/nuxt-turnstile",
4411
+ "npm": "nuxt-turnstile",
4412
+ "icon": "cloudflare.svg",
4413
+ "github": "https://github.com/danielroe/nuxt-turnstile",
4414
+ "website": "https://github.com/danielroe/nuxt-turnstile",
4415
+ "learn_more": "https://www.cloudflare.com/products/turnstile/",
4416
+ "category": "Security",
4417
+ "type": "3rd-party",
4418
+ "maintainers": [
4419
+ {
4420
+ "name": "Daniel Roe",
4421
+ "github": "danielroe",
4422
+ "twitter": "danielcroe"
4423
+ }
4424
+ ],
4425
+ "compatibility": {
4426
+ "nuxt": "^2.0.0 || ^3.0.0",
4427
+ "requires": {
4428
+ "bridge": true
4429
+ }
4430
+ }
4431
+ },
4067
4432
  {
4068
4433
  "name": "twa",
4069
4434
  "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
@@ -4088,6 +4453,39 @@
4088
4453
  }
4089
4454
  }
4090
4455
  },
4456
+ {
4457
+ "name": "twicpics",
4458
+ "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
4459
+ "repo": "TwicPics/components",
4460
+ "npm": "@twicpics/components",
4461
+ "icon": "twicpics.svg",
4462
+ "github": "https://github.com/TwicPics/components",
4463
+ "website": "https://www.twicpics.com/docs/components/nuxt-3",
4464
+ "learn_more": "https://www.twicpics.com",
4465
+ "category": "Images",
4466
+ "type": "3rd-party",
4467
+ "maintainers": [
4468
+ {
4469
+ "name": "Florent Bourgeois",
4470
+ "github": "florentb",
4471
+ "twitter": "florent_b"
4472
+ },
4473
+ {
4474
+ "name": "Julian Aubourg",
4475
+ "github": "jaubourg",
4476
+ "twitter": "jaubourg"
4477
+ },
4478
+ {
4479
+ "name": "Miguel Beignon",
4480
+ "github": "mbgspcii",
4481
+ "twitter": "m_beignon"
4482
+ }
4483
+ ],
4484
+ "compatibility": {
4485
+ "nuxt": "^2.0.0 || ^3.0.0",
4486
+ "requires": {}
4487
+ }
4488
+ },
4091
4489
  {
4092
4490
  "name": "typed-router",
4093
4491
  "description": "Provide autocompletion for pages route names generated by Nuxt router",
@@ -4199,6 +4597,30 @@
4199
4597
  "requires": {}
4200
4598
  }
4201
4599
  },
4600
+ {
4601
+ "name": "umami",
4602
+ "description": "Embed the Umami analytics library into Nuxt",
4603
+ "repo": "ijkml/nuxt-umami",
4604
+ "npm": "nuxt-umami",
4605
+ "icon": "umami.svg",
4606
+ "github": "https://github.com/ijkml/nuxt-umami",
4607
+ "website": "https://github.com/ijkml/nuxt-umami",
4608
+ "learn_more": "https://umami.is/docs/",
4609
+ "category": "Analytics",
4610
+ "type": "3rd-party",
4611
+ "maintainers": [
4612
+ {
4613
+ "name": "ML",
4614
+ "github": "ijkml"
4615
+ }
4616
+ ],
4617
+ "compatibility": {
4618
+ "nuxt": "^2.0.0 || ^3.0.0",
4619
+ "requires": {
4620
+ "bridge": "optional"
4621
+ }
4622
+ }
4623
+ },
4202
4624
  {
4203
4625
  "name": "universal-storage",
4204
4626
  "description": "Universal Storage Utilities for Nuxt.js",
@@ -4390,6 +4812,28 @@
4390
4812
  "requires": {}
4391
4813
  }
4392
4814
  },
4815
+ {
4816
+ "name": "vue-plausible",
4817
+ "description": "Plausible analytics for Vue.js and Nuxt",
4818
+ "repo": "moritzsternemann/vue-plausible",
4819
+ "npm": "vue-plausible",
4820
+ "icon": "plausible.png",
4821
+ "github": "https://github.com/moritzsternemann/vue-plausible",
4822
+ "website": "https://github.com/moritzsternemann/vue-plausible",
4823
+ "learn_more": "",
4824
+ "category": "Analytics",
4825
+ "type": "3rd-party",
4826
+ "maintainers": [
4827
+ {
4828
+ "name": "moritzsternemann",
4829
+ "github": "moritzsternemann"
4830
+ }
4831
+ ],
4832
+ "compatibility": {
4833
+ "nuxt": "^2.0.0",
4834
+ "requires": {}
4835
+ }
4836
+ },
4393
4837
  {
4394
4838
  "name": "vue-select",
4395
4839
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -4412,6 +4856,31 @@
4412
4856
  "requires": {}
4413
4857
  }
4414
4858
  },
4859
+ {
4860
+ "name": "vue-transitions",
4861
+ "description": "Reusable interface transitions with no CSS needed ❤️",
4862
+ "repo": "MorevM/vue-transitions",
4863
+ "npm": "@morev/vue-transitions",
4864
+ "icon": "vue-transitions.svg",
4865
+ "github": "https://github.com/MorevM/vue-transitions",
4866
+ "website": "https://github.com/MorevM/vue-transitions#readme",
4867
+ "learn_more": "",
4868
+ "category": "UI",
4869
+ "type": "3rd-party",
4870
+ "maintainers": [
4871
+ {
4872
+ "name": "Maxim Morev",
4873
+ "github": "MorevM",
4874
+ "avatar": "https://avatars.githubusercontent.com/u/49679666?v=4"
4875
+ }
4876
+ ],
4877
+ "compatibility": {
4878
+ "nuxt": "^2.0.0 || ^3.0.0",
4879
+ "requires": {
4880
+ "bridge": "optional"
4881
+ }
4882
+ }
4883
+ },
4415
4884
  {
4416
4885
  "name": "vue-warehouse",
4417
4886
  "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
@@ -4435,6 +4904,28 @@
4435
4904
  "requires": {}
4436
4905
  }
4437
4906
  },
4907
+ {
4908
+ "name": "vuestic",
4909
+ "description": "Vuestic UI module for Nuxt 3",
4910
+ "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
4911
+ "npm": "@vuestic/nuxt",
4912
+ "icon": "vuestic.png",
4913
+ "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
4914
+ "website": "https://vuestic.dev",
4915
+ "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
4916
+ "category": "UI",
4917
+ "type": "3rd-party",
4918
+ "maintainers": [
4919
+ {
4920
+ "name": "epicmaxco",
4921
+ "github": "epicmaxco"
4922
+ }
4923
+ ],
4924
+ "compatibility": {
4925
+ "nuxt": "^3.0.0",
4926
+ "requires": {}
4927
+ }
4928
+ },
4438
4929
  {
4439
4930
  "name": "vuetify",
4440
4931
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
@@ -4514,7 +5005,7 @@
4514
5005
  "description": "Web Vitals for Nuxt",
4515
5006
  "repo": "nuxt-community/web-vitals-module",
4516
5007
  "npm": "@nuxtjs/web-vitals",
4517
- "icon": "",
5008
+ "icon": "web-vitals.png",
4518
5009
  "github": "https://github.com/nuxt-community/web-vitals-module",
4519
5010
  "website": "https://github.com/nuxt-community/web-vitals-module",
4520
5011
  "learn_more": "",
@@ -4537,8 +5028,10 @@
4537
5028
  }
4538
5029
  ],
4539
5030
  "compatibility": {
4540
- "nuxt": "^2.0.0",
4541
- "requires": {}
5031
+ "nuxt": "^2.0.0 || ^3.0.0",
5032
+ "requires": {
5033
+ "bridge": "optional"
5034
+ }
4542
5035
  }
4543
5036
  },
4544
5037
  {
@@ -4774,6 +5267,31 @@
4774
5267
  "requires": {}
4775
5268
  }
4776
5269
  },
5270
+ {
5271
+ "name": "xstate",
5272
+ "description": "XState integration for Nuxt",
5273
+ "repo": "Lexpeartha/nuxt-xstate",
5274
+ "npm": "nuxt-xstate",
5275
+ "icon": "xstate.svg",
5276
+ "github": "https://github.com/Lexpeartha/nuxt-xstate",
5277
+ "website": "https://nuxt-xstate.lexpeartha.com",
5278
+ "learn_more": "https://xstate.js.org/",
5279
+ "category": "Extensions",
5280
+ "type": "3rd-party",
5281
+ "maintainers": [
5282
+ {
5283
+ "name": "Lexpeartha",
5284
+ "github": "Lexpeartha",
5285
+ "twitter": "lexpeartha"
5286
+ }
5287
+ ],
5288
+ "compatibility": {
5289
+ "nuxt": "^2.0.0 || ^3.0.0",
5290
+ "requires": {
5291
+ "bridge": true
5292
+ }
5293
+ }
5294
+ },
4777
5295
  {
4778
5296
  "name": "xui",
4779
5297
  "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-870b94",
3
+ "version": "0.5.0-894365",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json"
6
6
  }