mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
17 lines
430 B
JSON
17 lines
430 B
JSON
{
|
|
"name": "tailwind-config-custom",
|
|
"version": "0.14",
|
|
"description": "common tailwind configuration across monorepo",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"autoprefixer": "^10.4.14",
|
|
"postcss": "^8.4.21",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-tailwindcss": "^0.3.0",
|
|
"tailwindcss": "^3.2.7",
|
|
"tailwindcss-animate": "^1.0.6"
|
|
}
|
|
}
|