fix(ui): add missing tw-animate-css and shadcn dependencies
These packages are imported in globals.css but were not listed in package.json, causing CSS build failures on fresh installs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
fe751efd44
commit
ea7f5371f7
2 changed files with 2628 additions and 0 deletions
|
|
@ -43,6 +43,8 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/react": "catalog:",
|
"@types/react": "catalog:",
|
||||||
"@types/react-dom": "catalog:",
|
"@types/react-dom": "catalog:",
|
||||||
|
"shadcn": "^4.1.0",
|
||||||
|
"tw-animate-css": "^1.4.0",
|
||||||
"typescript": "catalog:"
|
"typescript": "catalog:"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
2626
pnpm-lock.yaml
generated
2626
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue