@nuxt/modules 0.5.0-1e5823 → 0.5.0-343ceb

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 +58 -29
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -373,29 +373,6 @@
373
373
  "3.x": "unknown"
374
374
  }
375
375
  },
376
- {
377
- "name": "build-optimisations",
378
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
379
- "repo": "loonpwn/nuxt-build-optimisations",
380
- "npm": "nuxt-webpack-optimisations-monorepo",
381
- "icon": "build-optimisations.svg",
382
- "github": "https://github.com/loonpwn/nuxt-build-optimisations",
383
- "website": "https://github.com/loonpwn/nuxt-build-optimisations",
384
- "learn_more": "",
385
- "category": "Devtools",
386
- "type": "3rd-party",
387
- "maintainers": [
388
- {
389
- "name": "loonpwn",
390
- "github": "loonpwn"
391
- }
392
- ],
393
- "compatibility": {
394
- "2.x": "working",
395
- "2.x-bridge": "unknown",
396
- "3.x": "unknown"
397
- }
398
- },
399
376
  {
400
377
  "name": "bulma-slim",
401
378
  "description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
@@ -3656,6 +3633,31 @@
3656
3633
  "3.x": "unknown"
3657
3634
  }
3658
3635
  },
3636
+ {
3637
+ "name": "unocss",
3638
+ "description": "The instant on-demand atomic CSS engine.",
3639
+ "repo": "antfu/unocss#main/packages/nuxt",
3640
+ "npm": "@unocss/nuxt",
3641
+ "icon": "unocss.svg",
3642
+ "github": "https://github.com/antfu/unocss",
3643
+ "website": "https://github.com/antfu/unocss",
3644
+ "learn_more": "https://github.com/antfu/unocss",
3645
+ "category": "UI",
3646
+ "type": "3rd-party",
3647
+ "maintainers": [
3648
+ {
3649
+ "name": "Anthony Fu",
3650
+ "github": "antfu",
3651
+ "twitter": "antfu7",
3652
+ "avatar": "https://avatars.githubusercontent.com/antfu?v=4"
3653
+ }
3654
+ ],
3655
+ "compatibility": {
3656
+ "2.x": "working",
3657
+ "2.x-bridge": "working",
3658
+ "3.x": "wip"
3659
+ }
3660
+ },
3659
3661
  {
3660
3662
  "name": "user-agent",
3661
3663
  "description": "Nuxt.js module for handling User-Agent.",
@@ -3850,8 +3852,8 @@
3850
3852
  {
3851
3853
  "name": "vueuse",
3852
3854
  "description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
3853
- "repo": "vueuse/vueuse",
3854
- "npm": "@vueuse/monorepo",
3855
+ "repo": "vueuse/vueuse#main/packages/core",
3856
+ "npm": "@vueuse/core",
3855
3857
  "icon": "vueuse.svg",
3856
3858
  "github": "https://github.com/vueuse/vueuse",
3857
3859
  "website": "https://vueuse.org",
@@ -3862,8 +3864,7 @@
3862
3864
  {
3863
3865
  "name": "Anthony Fu",
3864
3866
  "github": "antfu",
3865
- "twitter": "antfu7",
3866
- "avatar": "https://avatars.githubusercontent.com/antfu?v=4"
3867
+ "twitter": "antfu7"
3867
3868
  }
3868
3869
  ],
3869
3870
  "compatibility": {
@@ -3975,6 +3976,29 @@
3975
3976
  "3.x": "unknown"
3976
3977
  }
3977
3978
  },
3979
+ {
3980
+ "name": "webpack-optimisations",
3981
+ "description": "Nuxt.js v2 module to automatically make your builds faster.",
3982
+ "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
3983
+ "npm": "nuxt-webpack-optimisations",
3984
+ "icon": "build-optimisations.svg",
3985
+ "github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
3986
+ "website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
3987
+ "learn_more": "",
3988
+ "category": "Devtools",
3989
+ "type": "3rd-party",
3990
+ "maintainers": [
3991
+ {
3992
+ "name": "Harlan Wilton",
3993
+ "github": "harlan-zw"
3994
+ }
3995
+ ],
3996
+ "compatibility": {
3997
+ "2.x": "working",
3998
+ "2.x-bridge": "working",
3999
+ "3.x": "unknown"
4000
+ }
4001
+ },
3978
4002
  {
3979
4003
  "name": "webpack-profile",
3980
4004
  "description": "Nuxt module to display webpack build progress steps with core ProgressPlugin",
@@ -4048,7 +4072,7 @@
4048
4072
  },
4049
4073
  {
4050
4074
  "name": "windicss",
4051
- "description": "Next generation Tailwind CSS compiler",
4075
+ "description": "Next generation utility-first CSS framework.",
4052
4076
  "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
4053
4077
  "npm": "nuxt-windicss",
4054
4078
  "icon": "windicss.svg",
@@ -4060,8 +4084,13 @@
4060
4084
  "maintainers": [
4061
4085
  {
4062
4086
  "name": "Harlan Wilton",
4063
- "github": "loonpwn",
4087
+ "github": "harlan-zw",
4064
4088
  "twitter": "harlan_zw"
4089
+ },
4090
+ {
4091
+ "name": "Anthony Fu",
4092
+ "github": "antfu",
4093
+ "twitter": "antfu7"
4065
4094
  }
4066
4095
  ],
4067
4096
  "compatibility": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.5.0-1e5823",
3
+ "version": "0.5.0-343ceb",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json"
6
6
  }