2023-06-09 18:21:18 +10:00
|
|
|
{
|
|
|
|
|
"name": "@documenso/tailwind-config",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"main": "index.cjs",
|
|
|
|
|
"license": "MIT",
|
2023-09-21 21:34:24 +10:00
|
|
|
"scripts": {
|
|
|
|
|
"clean": "rimraf node_modules"
|
|
|
|
|
},
|
2023-06-09 18:21:18 +10:00
|
|
|
"dependencies": {
|
|
|
|
|
"autoprefixer": "^10.4.13",
|
2024-01-03 13:23:13 +05:30
|
|
|
"postcss": "^8.4.32",
|
2023-12-02 09:38:24 +11:00
|
|
|
"tailwindcss": "3.3.2",
|
2023-06-09 18:21:18 +10:00
|
|
|
"tailwindcss-animate": "^1.0.5"
|
|
|
|
|
},
|
2023-07-27 18:29:22 +10:00
|
|
|
"devDependencies": {
|
|
|
|
|
"@tailwindcss/typography": "^0.5.9"
|
|
|
|
|
},
|
2023-06-09 18:21:18 +10:00
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public"
|
|
|
|
|
}
|
|
|
|
|
}
|