From 47a4239ee748586b0fb3a3e695ff13ca37d59317 Mon Sep 17 00:00:00 2001 From: cryptooda Date: Sun, 2 Feb 2025 19:04:54 +0700 Subject: [PATCH] Update package.json to include postcss, autoprefixer, @tailwindcss/typography, and tailwindcss --- src/Managing.WebApp/package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Managing.WebApp/package.json b/src/Managing.WebApp/package.json index a1faee8..e6e79de 100644 --- a/src/Managing.WebApp/package.json +++ b/src/Managing.WebApp/package.json @@ -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",