mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
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"
|
|
}
|
|
}
|