@nuxt/modules 0.5.0-0fe4e3 → 0.5.0-10f825

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 +61 -11
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -525,6 +525,28 @@
525
525
  "requires": {}
526
526
  }
527
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
+ },
528
550
  {
529
551
  "name": "chiffre",
530
552
  "description": "Privacy-first, end-to-end encrypted analytics",
@@ -906,7 +928,7 @@
906
928
  "repo": "intevel/nuxt-directus",
907
929
  "npm": "nuxt-directus",
908
930
  "icon": "directus.svg",
909
- "github": "https://github.com/intevel/nuxt-directus/",
931
+ "github": "https://github.com/directus/nuxt-directus/",
910
932
  "website": "https://nuxt-directus.netlify.app/",
911
933
  "learn_more": "https://nuxt-directus.netlify.app/",
912
934
  "category": "CMS",
@@ -1229,7 +1251,7 @@
1229
1251
  "description": "Automatically optimized font fallback based on font metrics",
1230
1252
  "repo": "nuxt-modules/fontaine",
1231
1253
  "npm": "@nuxtjs/fontaine",
1232
- "icon": "fontaine.svg",
1254
+ "icon": "fontaine.png",
1233
1255
  "github": "https://github.com/nuxt-modules/fontaine",
1234
1256
  "website": "https://github.com/unjs/fontaine",
1235
1257
  "learn_more": "https://github.com/unjs/fontaine",
@@ -1353,13 +1375,17 @@
1353
1375
  "category": "Analytics",
1354
1376
  "type": "community",
1355
1377
  "maintainers": [
1378
+ {
1379
+ "name": "Alexander Lichter",
1380
+ "github": "manniL"
1381
+ },
1356
1382
  {
1357
1383
  "name": "Troy Morehouse",
1358
1384
  "github": "tmorehouse"
1359
1385
  }
1360
1386
  ],
1361
1387
  "compatibility": {
1362
- "nuxt": "^2.0.0",
1388
+ "nuxt": "^2.0.0 || ^3.0.0",
1363
1389
  "requires": {}
1364
1390
  }
1365
1391
  },
@@ -1590,6 +1616,28 @@
1590
1616
  "requires": {}
1591
1617
  }
1592
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
+ },
1593
1641
  {
1594
1642
  "name": "headway",
1595
1643
  "description": "Headway changelog widget for Nuxt",
@@ -2646,7 +2694,7 @@
2646
2694
  "description": "Integrate monaco-editor with Nuxt",
2647
2695
  "repo": "e-chan1007/nuxt-monaco-editor",
2648
2696
  "npm": "nuxt-monaco-editor",
2649
- "icon": "",
2697
+ "icon": "nuxt-monaco-editor.png",
2650
2698
  "github": "https://github.com/e-chan1007/nuxt-monaco-editor",
2651
2699
  "website": "https://github.com/e-chan1007/nuxt-monaco-editor",
2652
2700
  "learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
@@ -2737,7 +2785,7 @@
2737
2785
  "description": "Nuxt module to load optimized SVG files as Vue components",
2738
2786
  "repo": "cpsoinos/nuxt-svgo",
2739
2787
  "npm": "nuxt-svgo",
2740
- "icon": "",
2788
+ "icon": "nuxt-svgo.png",
2741
2789
  "github": "https://github.com/cpsoinos/nuxt-svgo",
2742
2790
  "website": "https://github.com/cpsoinos/nuxt-svgo",
2743
2791
  "learn_more": "",
@@ -2838,8 +2886,10 @@
2838
2886
  }
2839
2887
  ],
2840
2888
  "compatibility": {
2841
- "nuxt": "^2.0.0",
2842
- "requires": {}
2889
+ "nuxt": "^2.0.0 || ^3.0.0",
2890
+ "requires": {
2891
+ "bridge": "optional"
2892
+ }
2843
2893
  }
2844
2894
  },
2845
2895
  {
@@ -3305,7 +3355,7 @@
3305
3355
  "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
3306
3356
  "repo": "nuxt-community/robots-module",
3307
3357
  "npm": "@nuxtjs/robots",
3308
- "icon": "",
3358
+ "icon": "robots.png",
3309
3359
  "github": "https://github.com/nuxt-community/robots-module",
3310
3360
  "website": "https://github.com/nuxt-community/robots-module",
3311
3361
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
@@ -3600,7 +3650,7 @@
3600
3650
  },
3601
3651
  {
3602
3652
  "name": "session",
3603
- "description": "Session middleware to persist data across multiple requests, supports many backends via unjs/unstorage: memory, redis, fs, ...",
3653
+ "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",
3604
3654
  "repo": "sidebase/nuxt-session",
3605
3655
  "npm": "@sidebase/nuxt-session",
3606
3656
  "icon": "session.png",
@@ -4698,7 +4748,7 @@
4698
4748
  "description": "Vuestic UI module for Nuxt 3",
4699
4749
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
4700
4750
  "npm": "@vuestic/nuxt",
4701
- "icon": "",
4751
+ "icon": "vuestic.png",
4702
4752
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
4703
4753
  "website": "https://vuestic.dev",
4704
4754
  "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
@@ -4794,7 +4844,7 @@
4794
4844
  "description": "Web Vitals for Nuxt",
4795
4845
  "repo": "nuxt-community/web-vitals-module",
4796
4846
  "npm": "@nuxtjs/web-vitals",
4797
- "icon": "",
4847
+ "icon": "web-vitals.png",
4798
4848
  "github": "https://github.com/nuxt-community/web-vitals-module",
4799
4849
  "website": "https://github.com/nuxt-community/web-vitals-module",
4800
4850
  "learn_more": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.5.0-0fe4e3",
3
+ "version": "0.5.0-10f825",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json"
6
6
  }