Skip to main content

Make Sure Dependencies

If you have already installed shadcn, ensure that your package.json includes the following dependencies, either under devDependencies or dependencies. If any are missing, you can install them manually.
package.json
{
  "postcss": "^8",
  "tailwindcss": "^3.4.1",
  "typescript": "^5",
  "lucide-react": "^0.474.0",
  "tailwindcss-animate": "^1.0.7",
  "framer-motion": "^12.0.5",
  "@svgr/webpack": "^8.1.0"
}