@cuxt/chama 0.0.1 → 0.0.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuxt/chama",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "基于 shadcn 的 React 组件库,使用 Base UI 作为底层 primitives,样式基于 Tailwind CSS v4。",
5
5
  "homepage": "https://github.com/cuxt/chama#readme",
6
6
  "bugs": {
@@ -26,26 +26,34 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@fontsource-variable/geist": "^5.3.0",
29
+ "@shadcn/react": "^0.3.1",
30
+ "cmdk": "^1.1.1",
31
+ "date-fns": "^4.4.0",
32
+ "embla-carousel-react": "^8.6.0",
33
+ "input-otp": "^1.5.0",
34
+ "react-day-picker": "^10.0.1",
35
+ "react-resizable-panels": "^4.13.2",
36
+ "recharts": "3.8.0",
29
37
  "shadcn": "^4.21.0",
30
38
  "tailwindcss": "^4.3.3",
31
39
  "tw-animate-css": "^1.4.0"
32
40
  },
33
41
  "devDependencies": {
34
42
  "@tailwindcss/vite": "^4.3.3",
35
- "@types/node": "^26.1.1",
43
+ "@types/node": "^26.6.2",
36
44
  "@types/react": "^19.3.0",
37
45
  "@types/react-dom": "^19.3.0",
38
46
  "bumpp": "^11.1.0",
39
47
  "react": "^19.3.0",
40
48
  "react-dom": "^19.3.0",
41
49
  "typescript": "^7.0.2",
42
- "vite": "npm:@voidzero-dev/vite-plus-core@0.3.3",
43
- "vite-plus": "0.3.3"
50
+ "vite": "npm:@voidzero-dev/vite-plus-core@1.0.0-rc.0",
51
+ "vite-plus": "1.0.0-rc.0"
44
52
  },
45
53
  "peerDependencies": {
46
54
  "@base-ui/react": "^1.8.0",
47
55
  "class-variance-authority": "^0.7.1",
48
- "cn": "^0.3.0",
56
+ "cn": "^0.4.0",
49
57
  "lucide-react": "^1.47.0",
50
58
  "react": "^19.3.0",
51
59
  "react-dom": "^19.3.0"
@@ -61,6 +69,7 @@
61
69
  "build": "vp pack",
62
70
  "dev": "vp pack --watch",
63
71
  "test": "vp test",
64
- "check": "vp check"
72
+ "check": "vp check",
73
+ "shadcn:add": "vp dlx shadcn@latest add --all --overwrite"
65
74
  }
66
75
  }