aboutsummaryrefslogtreecommitdiff
path: root/packages/tailwind-config/package.json
blob: d8a93d011dc50140aceff3dee812dabe6c55cc0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"name": "@repo/tailwind-config",
	"version": "0.0.0",
	"private": true,
	"license": "MIT",
	"publishConfig": {
		"access": "public"
	},
	"dependencies": {
		"class-variance-authority": "^0.7.0",
		"clsx": "^2.1.1",
		"lucide-react": "^0.378.0",
		"tailwind-merge": "^2.3.0",
		"tailwind-scrollbar": "^3.1.0",
		"tailwindcss-animate": "^1.0.7"
	}
}