From ff07c0762d34f13614926842b65d0ebfaa7c77ef Mon Sep 17 00:00:00 2001 From: aizhanzo Date: Fri, 28 Aug 2026 14:51:58 +0600 Subject: [PATCH] Add axios and tailwindcss libraries to React template --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 024000a..be24448 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,12 @@ "preview": "vite preview --host 0.0.0.0 --port 80" }, "dependencies": { + "@tailwindcss/vite": "^4.3.3", + "axios": "^1.20.0", "react": "19.2.4", "react-dom": "19.2.4", - "react-router": "^7.13.1" + "react-router": "^7.13.1", + "tailwindcss": "^4.3.3" }, "devDependencies": { "@vitejs/plugin-react": "^5.0.0",