mirror of
https://github.com/documenso/documenso.git
synced 2025-11-25 06:01:35 +10:00
22 lines
499 B
JSON
22 lines
499 B
JSON
{
|
|
"name": "@documenso/tailwind-config",
|
|
"version": "0.0.0",
|
|
"main": "index.cjs",
|
|
"types": "index.d.ts",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"clean": "rimraf node_modules"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"autoprefixer": "^10.4.22",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^3.4.18",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
} |