diff --git a/package-lock.json b/package-lock.json index 9c9eac5..085955f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,6 +40,7 @@ "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.20", + "esbuild": "^0.24.2", "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "~5.6.2", diff --git a/package.json b/package.json index 971e8c6..9307ab0 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,7 @@ "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.20", + "esbuild": "^0.24.2", "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "~5.6.2",