mirror of
https://github.com/makeplane/plane.git
synced 2026-02-24 04:00:14 +01:00
21 lines
463 B
JSON
21 lines
463 B
JSON
{
|
|
"name": "@plane/tailwind-config",
|
|
"version": "1.2.0",
|
|
"license": "AGPL-3.0",
|
|
"description": "common tailwind configuration across monorepo",
|
|
"main": "tailwind.config.js",
|
|
"private": true,
|
|
"sideEffects": [
|
|
"**/*.css"
|
|
],
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "4.1.17",
|
|
"postcss": "8.5.6",
|
|
"tailwindcss": "4.1.17"
|
|
},
|
|
"exports": {
|
|
"./index.css": "./index.css",
|
|
"./postcss.config.js": "./postcss.config.js"
|
|
}
|
|
}
|