mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
19 lines
373 B
JSON
19 lines
373 B
JSON
{
|
|
"name": "@documenso/tailwind-config",
|
|
"version": "0.0.0",
|
|
"main": "index.cjs",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"autoprefixer": "^10.4.13",
|
|
"postcss": "^8.4.21",
|
|
"tailwindcss": "^3.2.7",
|
|
"tailwindcss-animate": "^1.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.9"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|