centoui 1.0.0-alpha.36 → 1.0.0-alpha.38

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/README.md +1 -1
  2. package/package.json +3 -21
package/README.md CHANGED
@@ -77,7 +77,7 @@ CentoUI components rely on these runtime packages (automatically installed when
77
77
 
78
78
  - [`vue`](https://vuejs.org/) — Vue 3
79
79
  - [`reka-ui`](https://reka-ui.com/) — Accessible headless primitives
80
- - [`tailwindcss`](https://tailwindcss.com/) + [`@tailwindcss/vite`](https://tailwindcss.com/) — Styling engine
80
+ - [`tailwindcss` + `@tailwindcss/vite`](https://tailwindcss.com/) — Styling engine
81
81
  - [`tailwind-variants`](https://www.tailwind-variants.org/) — Variant-driven class composition
82
82
  - [`tailwind-merge`](https://github.com/dcastil/tailwind-merge) — Class conflict resolution
83
83
  - [`@vueuse/core`](https://vueuse.org/) — Composition utilities
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "accessibility"
13
13
  ],
14
14
  "private": false,
15
- "version": "1.0.0-alpha.36",
15
+ "version": "1.0.0-alpha.38",
16
16
  "author": "Favour Emeka <favorodera@gmail.com>",
17
17
  "license": "MIT",
18
18
  "homepage": "https://centoui.vercel.app",
@@ -37,11 +37,10 @@
37
37
  "centoui": "./bin/centoui.js"
38
38
  },
39
39
  "dependencies": {
40
- "centoui-cli": "1.0.0-alpha.36"
40
+ "centoui-cli": "1.0.0-alpha.38"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@clack/prompts": "^1.2.0",
44
- "@nuxt/icon": "2.2.2",
45
44
  "@types/fs-extra": "^11.0.4",
46
45
  "@vitejs/plugin-vue": "^6.0.6",
47
46
  "@vitest/ui": "^4.1.5",
@@ -66,24 +65,7 @@
66
65
  "@vueuse/core": "^14.3.0"
67
66
  },
68
67
  "peerDependencies": {
69
- "vue": "^3.5.0",
70
- "@iconify/vue": "^5.0.0",
71
- "@tailwindcss/vite": "^4.3.0",
72
- "tailwind-variants": "^3.2.2",
73
- "tailwind-merge": "^3.5.0",
74
- "tw-animate-css": "^1.4.0",
75
- "tailwindcss": "^4.3.0",
76
- "reka-ui": "^2.9.6",
77
- "@vueuse/core": "^14.2.1",
78
- "@nuxt/icon": "2.2.2"
79
- },
80
- "peerDependenciesMeta": {
81
- "@iconify/vue": {
82
- "optional": true
83
- },
84
- "@nuxt/icon": {
85
- "optional": true
86
- }
68
+ "vue": "^3.0.0"
87
69
  },
88
70
  "engines": {
89
71
  "node": ">=22.0.0",