mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
21 lines
473 B
JSON
21 lines
473 B
JSON
{
|
|
"name": "@documenso/tailwind-config",
|
|
"version": "0.0.0",
|
|
"main": "index.cjs",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"clean": "rimraf node_modules"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"autoprefixer": "^10.4.13",
|
|
"postcss": "^8.4.32",
|
|
"tailwindcss": "3.4.15",
|
|
"tailwindcss-animate": "^1.0.5"
|
|
},
|
|
"devDependencies": {},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
} |