Update package.json to include postcss, autoprefixer, @tailwindcss/typography, and tailwindcss

This commit is contained in:
2025-02-02 19:04:54 +07:00
parent 31c79e5dfb
commit 47a4239ee7

View File

@@ -48,7 +48,11 @@
"viem": "2.x",
"wagmi": "^2.8.7",
"web3": "^4.0.2",
"zustand": "^4.4.1"
"zustand": "^4.4.1",
"postcss": "^8.4.13",
"autoprefixer": "^10.4.7",
"@tailwindcss/typography": "^0.5.0",
"tailwindcss": "^3.0.23"
},
"devDependencies": {
"@types/react": "^18.0.9",