mirror of
https://github.com/makeplane/plane.git
synced 2025-12-24 15:49:36 +01:00
19 lines
516 B
JSON
19 lines
516 B
JSON
{
|
|
"name": "@plane/tailwind-config",
|
|
"version": "0.28.0",
|
|
"license": "AGPL-3.0",
|
|
"description": "common tailwind configuration across monorepo",
|
|
"main": "tailwind.config.js",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"@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"
|
|
}
|
|
}
|