We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9c8a0 commit acda464Copy full SHA for acda464
web/common/package.json
@@ -77,6 +77,7 @@
77
"react": "^18.3.1",
78
"react-dom": "^18.3.1",
79
"tailwind-merge": "^3.3.1",
80
+ "tailwind-scrollbar": "^3.1.0",
81
"tailwindcss": "^3.4.17"
82
},
83
"private": false,
@@ -92,6 +93,7 @@
92
93
"storybook": "storybook dev -p 6006",
94
"syncpack": "syncpack lint",
95
"syncpack:fix": "syncpack fix-mismatches",
96
+ "syncpack:format": "syncpack format",
97
"syncpack:list": "syncpack list-mismatches",
98
"test": "vitest",
99
"test:ui": "vitest --ui",
0 commit comments