diff --git a/web/common/package.json b/web/common/package.json index f576696b61..5f869c8a25 100644 --- a/web/common/package.json +++ b/web/common/package.json @@ -77,6 +77,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "tailwind-merge": "^3.3.1", + "tailwind-scrollbar": "^3.1.0", "tailwindcss": "^3.4.17" }, "private": false, @@ -92,6 +93,7 @@ "storybook": "storybook dev -p 6006", "syncpack": "syncpack lint", "syncpack:fix": "syncpack fix-mismatches", + "syncpack:format": "syncpack format", "syncpack:list": "syncpack list-mismatches", "test": "vitest", "test:ui": "vitest --ui",