2024-11-27 13:22:49 +03:00

13 lines
234 B
JSON

{
"name": "@repo/tailwind-config",
"version": "0.0.0",
"private": true,
"exports": {
".": "./tailwind.config.ts"
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"tailwindcss": "^3.4.15"
}
}