mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 08:09:33 +01:00
* [WEB-3164] chore: update tailwind version * chore: add tailwindcss to editor package * chore: remove tailwindcss package from separate apps
17 lines
443 B
JSON
17 lines
443 B
JSON
{
|
|
"name": "@plane/tailwind-config",
|
|
"version": "0.24.1",
|
|
"description": "common tailwind configuration across monorepo",
|
|
"main": "tailwind.config.js",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"autoprefixer": "^10.4.14",
|
|
"postcss": "^8.4.38",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-tailwindcss": "^0.3.0",
|
|
"tailwindcss": "^3.4.17",
|
|
"tailwindcss-animate": "^1.0.6"
|
|
}
|
|
}
|