build revisions and layout updates for toast

This commit is contained in:
makearmy 2025-09-26 14:31:18 -04:00
parent b341a3675e
commit 39235193e6
1116 changed files with 130517 additions and 12 deletions

View file

@ -7,10 +7,12 @@
"start": "next start"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-accordion": "^1.2.10",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-toast": "^1.2.15",
"lucide-react": "^0.507.0",
"mime": "^4.0.7",
"next": "^15.3.2",
@ -18,7 +20,8 @@
"react-dom": "^19.1.0",
"react-hook-form": "^7.63.0",
"react-markdown": "^10.1.0",
"recharts": "^2.15.3"
"recharts": "^2.15.3",
"zod": "^4.1.11"
},
"devDependencies": {
"@types/node": "22.15.3",