forked from github/plane
11 lines
255 B
JSON
11 lines
255 B
JSON
{
|
|
"name": "tailwind-config-custom",
|
|
"version": "0.0.1",
|
|
"description": "common tailwind configuration across monorepo",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
}
|
|
}
|