@silicajs/ui 0.1.0 → 0.1.1

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 (1) hide show
  1. package/package.json +11 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silicajs/ui",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Generic shadcn-style component library for Silica themes. Base UI primitives + Tailwind v4.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -36,6 +36,7 @@
36
36
  "clsx": "^2.1.1",
37
37
  "cmdk": "^1.1.1",
38
38
  "lucide-react": "^1.16.0",
39
+ "shadcn": "^4.8.3",
39
40
  "tailwind-merge": "^3.6.0",
40
41
  "tw-animate-css": "^1.4.0"
41
42
  },
@@ -45,7 +46,15 @@
45
46
  "@types/react-dom": "^19.2.3",
46
47
  "react": "^19.2.6",
47
48
  "react-dom": "^19.2.6",
48
- "shadcn": "^4.7.0",
49
49
  "tailwindcss": "^4.1.18"
50
+ },
51
+ "homepage": "https://github.com/agdevhq/silica/tree/main/packages/ui#readme",
52
+ "repository": {
53
+ "type": "git",
54
+ "url": "git+https://github.com/agdevhq/silica.git",
55
+ "directory": "packages/ui"
56
+ },
57
+ "bugs": {
58
+ "url": "https://github.com/agdevhq/silica/issues"
50
59
  }
51
60
  }