@nuxt/modules 0.6.0-cbcf64 → 0.6.0-cd8e65

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 +152 -17
  2. package/package.json +8 -8
package/modules.json CHANGED
@@ -785,7 +785,7 @@
785
785
  "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.",
786
786
  "repo": "nuxt/content#main",
787
787
  "npm": "@nuxt/content",
788
- "icon": "nuxt.png",
788
+ "icon": "nuxt.svg",
789
789
  "github": "https://github.com/nuxt/content",
790
790
  "website": "https://content.nuxtjs.org",
791
791
  "learn_more": "",
@@ -999,24 +999,24 @@
999
999
  },
1000
1000
  {
1001
1001
  "name": "dayjs",
1002
- "description": "The best way for use Day.js easily in your Nuxt.js project.",
1003
- "repo": "nuxt-community/dayjs-module",
1004
- "npm": "@nuxtjs/dayjs",
1002
+ "description": "Day.js module for Nuxt",
1003
+ "repo": "fumeapp/dayjs",
1004
+ "npm": "dayjs-nuxt",
1005
1005
  "icon": "day-js.png",
1006
- "github": "https://github.com/nuxt-community/dayjs-module",
1007
- "website": "https://github.com/nuxt-community/dayjs-module",
1006
+ "github": "https://github.com/fumeapp/dayjs",
1007
+ "website": "https://github.com/fumeapp/dayjs",
1008
1008
  "learn_more": "https://day.js.org/",
1009
- "category": "Date",
1010
- "type": "community",
1009
+ "category": "Libraries",
1010
+ "type": "3rd-party",
1011
1011
  "maintainers": [
1012
1012
  {
1013
- "name": "Takuma HANATANI",
1014
- "github": "potato4d",
1015
- "twitter": "potato4d"
1013
+ "name": "Kevin Olson",
1014
+ "github": "acidjazz",
1015
+ "twitter": "AppFume"
1016
1016
  }
1017
1017
  ],
1018
1018
  "compatibility": {
1019
- "nuxt": "^2.0.0",
1019
+ "nuxt": "^3.0.0",
1020
1020
  "requires": {}
1021
1021
  }
1022
1022
  },
@@ -1070,7 +1070,7 @@
1070
1070
  "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1071
1071
  "repo": "nuxt/devtools#main",
1072
1072
  "npm": "@nuxt/devtools",
1073
- "icon": "nuxt.png",
1073
+ "icon": "nuxt.svg",
1074
1074
  "github": "https://github.com/nuxt/devtools",
1075
1075
  "website": "https://devtools.nuxtjs.org/",
1076
1076
  "learn_more": "",
@@ -2114,6 +2114,28 @@
2114
2114
  "requires": {}
2115
2115
  }
2116
2116
  },
2117
+ {
2118
+ "name": "icon-font",
2119
+ "description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
2120
+ "repo": "coremyslo/nuxt-icon-font",
2121
+ "npm": "@coremyslo/nuxt-icon-font",
2122
+ "icon": "",
2123
+ "github": "https://github.com/coremyslo/nuxt-icon-font",
2124
+ "website": "https://github.com/coremyslo/nuxt-icon-font",
2125
+ "learn_more": "",
2126
+ "category": "UI",
2127
+ "type": "3rd-party",
2128
+ "maintainers": [
2129
+ {
2130
+ "name": "coremyslo",
2131
+ "github": "coremyslo"
2132
+ }
2133
+ ],
2134
+ "compatibility": {
2135
+ "nuxt": "^3.0.0",
2136
+ "requires": {}
2137
+ }
2138
+ },
2117
2139
  {
2118
2140
  "name": "icon",
2119
2141
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2240,12 +2262,12 @@
2240
2262
  {
2241
2263
  "name": "inkline",
2242
2264
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
2243
- "repo": "inkline/nuxt-module-inkline",
2244
- "npm": "@inkline/nuxt",
2265
+ "repo": "inkline/plugin",
2266
+ "npm": "@inkline/plugin",
2245
2267
  "icon": "inkline.svg",
2246
- "github": "https://github.com/inkline/nuxt-module-inkline",
2268
+ "github": "https://github.com/inkline/plugin",
2247
2269
  "website": "https://inkline.io",
2248
- "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
2270
+ "learn_more": "https://inkline.io/docs/installation/nuxt",
2249
2271
  "category": "UI",
2250
2272
  "type": "3rd-party",
2251
2273
  "maintainers": [
@@ -3000,6 +3022,28 @@
3000
3022
  "requires": {}
3001
3023
  }
3002
3024
  },
3025
+ {
3026
+ "name": "nupolyon",
3027
+ "description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
3028
+ "repo": "adenvt/nupolyon",
3029
+ "npm": "nupolyon",
3030
+ "icon": "",
3031
+ "github": "https://github.com/adenvt/nupolyon",
3032
+ "website": "https://github.com/adenvt/nupolyon",
3033
+ "learn_more": "",
3034
+ "category": "Performance",
3035
+ "type": "3rd-party",
3036
+ "maintainers": [
3037
+ {
3038
+ "name": "adenvt",
3039
+ "github": "adenvt"
3040
+ }
3041
+ ],
3042
+ "compatibility": {
3043
+ "nuxt": "^3.0.0",
3044
+ "requires": {}
3045
+ }
3046
+ },
3003
3047
  {
3004
3048
  "name": "nuxt-auth",
3005
3049
  "description": "",
@@ -3095,6 +3139,28 @@
3095
3139
  "requires": {}
3096
3140
  }
3097
3141
  },
3142
+ {
3143
+ "name": "nuxt-gtm",
3144
+ "description": "A Nuxt.js module for Google Tag Manager",
3145
+ "repo": "zadigetvoltaire/nuxt-gtm",
3146
+ "npm": "@zadigetvoltaire/nuxt-gtm",
3147
+ "icon": "nuxt-gtm.svg",
3148
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3149
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3150
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3151
+ "category": "Analytics",
3152
+ "type": "3rd-party",
3153
+ "maintainers": [
3154
+ {
3155
+ "name": "Zadig&Voltaire Team",
3156
+ "github": "https://github.com/zadigetvoltaire"
3157
+ }
3158
+ ],
3159
+ "compatibility": {
3160
+ "nuxt": "^3.0.0",
3161
+ "requires": {}
3162
+ }
3163
+ },
3098
3164
  {
3099
3165
  "name": "nuxt-hue",
3100
3166
  "description": "Enlighten your Nuxt experience",
@@ -3119,6 +3185,28 @@
3119
3185
  }
3120
3186
  }
3121
3187
  },
3188
+ {
3189
+ "name": "nuxt-lazy-load",
3190
+ "description": "A simple way to lazy load images, videos, audio, and iframes without custom components or extra attributes like data-src, just basic HTML tags",
3191
+ "repo": "",
3192
+ "npm": "nuxt-lazy-load",
3193
+ "icon": "nuxt-lazy-load.svg",
3194
+ "github": "",
3195
+ "website": "https://gitlab.com/broj42/nuxt-lazy-load",
3196
+ "learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
3197
+ "category": "Performance",
3198
+ "type": "3rd-party",
3199
+ "maintainers": [
3200
+ {
3201
+ "name": "Dario Ferderber",
3202
+ "github": "darioferderber"
3203
+ }
3204
+ ],
3205
+ "compatibility": {
3206
+ "nuxt": "^2.0.0 || ^3.0.0",
3207
+ "requires": {}
3208
+ }
3209
+ },
3122
3210
  {
3123
3211
  "name": "nuxt-localtunnel",
3124
3212
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3574,6 +3662,29 @@
3574
3662
  "requires": {}
3575
3663
  }
3576
3664
  },
3665
+ {
3666
+ "name": "nuxtlabs-ui",
3667
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3668
+ "repo": "nuxtlabs/ui",
3669
+ "npm": "@nuxthq/ui",
3670
+ "icon": "nuxtlabs-ui.svg",
3671
+ "github": "https://github.com/nuxtlabs/ui",
3672
+ "website": "https://ui.nuxtlabs.com",
3673
+ "learn_more": "https://ui.nuxtlabs.com",
3674
+ "category": "UI",
3675
+ "type": "3rd-party",
3676
+ "maintainers": [
3677
+ {
3678
+ "name": "Benjamin Canac",
3679
+ "github": "benjamincanac",
3680
+ "twitter": "benjamincanac"
3681
+ }
3682
+ ],
3683
+ "compatibility": {
3684
+ "nuxt": "^3.0.0",
3685
+ "requires": {}
3686
+ }
3687
+ },
3577
3688
  {
3578
3689
  "name": "og-image",
3579
3690
  "description": "Easily generate dynamic social share images.",
@@ -3713,6 +3824,30 @@
3713
3824
  }
3714
3825
  }
3715
3826
  },
3827
+ {
3828
+ "name": "pdfeasy",
3829
+ "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
3830
+ "repo": "betterwrite/pdfeasy#main/packages/nuxt",
3831
+ "npm": "nuxt-pdfeasy",
3832
+ "icon": "pdfeasy.png",
3833
+ "github": "https://github.com/betterwrite/pdfeasy",
3834
+ "website": "https://github.com/betterwrite/pdfeasy",
3835
+ "learn_more": "https://github.com/betterwrite/pdfeasy",
3836
+ "category": "Extensions",
3837
+ "type": "3rd-party",
3838
+ "maintainers": [
3839
+ {
3840
+ "name": "Giovane Cardoso",
3841
+ "github": "novout",
3842
+ "twitter": "novoutttttt",
3843
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
3844
+ }
3845
+ ],
3846
+ "compatibility": {
3847
+ "nuxt": "^3.0.0",
3848
+ "requires": {}
3849
+ }
3850
+ },
3716
3851
  {
3717
3852
  "name": "persian-datepicker",
3718
3853
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-cbcf64",
3
+ "version": "0.6.0-cd8e65",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [
@@ -19,15 +19,15 @@
19
19
  "devDependencies": {
20
20
  "@nuxt/eslint-config": "^0.1.1",
21
21
  "@types/js-yaml": "^4.0.5",
22
- "@types/node": "^18.14.0",
23
- "defu": "^6.1.1",
22
+ "@types/node": "^18.16.10",
23
+ "defu": "^6.1.2",
24
24
  "eslint": "^8.34.0",
25
- "globby": "^13.1.3",
25
+ "globby": "^13.1.4",
26
26
  "hasha": "^5.2.2",
27
- "jiti": "^1.17.1",
27
+ "jiti": "^1.17.2",
28
28
  "js-yaml": "^4.1.0",
29
- "ofetch": "^1.0.0",
30
- "typescript": "^4.9.4"
29
+ "ofetch": "^1.0.1",
30
+ "typescript": "^4.9.5"
31
31
  },
32
- "packageManager": "pnpm@7.27.1"
32
+ "packageManager": "pnpm@7.32.4"
33
33
  }