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