mirror of
https://github.com/makeplane/plane.git
synced 2026-08-29 01:58:36 +02:00
* chore: wire @makeplane/propel into web * style: fix comboButton indentation in dropdowns
24 lines
531 B
JSON
24 lines
531 B
JSON
{
|
|
"name": "@plane/tailwind-config",
|
|
"version": "1.4.2",
|
|
"private": true,
|
|
"description": "common tailwind configuration across monorepo",
|
|
"license": "AGPL-3.0",
|
|
"sideEffects": [
|
|
"**/*.css"
|
|
],
|
|
"main": "tailwind.config.js",
|
|
"exports": {
|
|
"./index.css": "./index.css",
|
|
"./postcss.config.js": "./postcss.config.js"
|
|
},
|
|
"dependencies": {
|
|
"@makeplane/propel": "catalog:",
|
|
"@tailwindcss/postcss": "catalog:",
|
|
"postcss": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"tailwindcss": "catalog:"
|
|
}
|
|
}
|