chore: update package.json to add tailwindcss and postcss dependencies

This commit is contained in:
hamed
2025-12-17 17:59:20 +03:30
parent db2f9aef60
commit 54ae8c3a68
2 changed files with 7 additions and 64 deletions
+4 -4
View File
@@ -48,16 +48,16 @@
"stylis": "^4.3.6",
"stylis-plugin-rtl": "^2.1.1",
"swiper": "^12.0.3",
"tailwindcss": "^3.4.19",
"postcss": "^8.5.6",
"uninstall": "^0.0.0"
},
"devDependencies": {
"cross-env": "^10.1.0",
"postcss": "^8.5.6",
"prettier": "^3.7.4",
"tailwindcss": "^3.4.18"
"prettier": "^3.7.4"
},
"overrides": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}
}