diff --git a/frontend/package.json b/frontend/package.json index 572037e8b..0e5b3c447 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -30,7 +30,10 @@ "eject": "react-scripts eject" }, "options": { - "allowedHosts": ["localhost", ".localhost"], + "allowedHosts": [ + "localhost", + ".localhost" + ], "proxy": "http://localhost:8000" }, "browserslist": { @@ -46,8 +49,8 @@ ] }, "devDependencies": { - "@babel/preset-env": "^7.26.0", "@babel/plugin-proposal-private-property-in-object": "^7.21.11", + "@babel/preset-env": "^7.26.0", "@tanstack/eslint-plugin-query": "^5.60.1", "@testing-library/jest-dom": "^6.6.2", "@types/jest": "^29.5.14", @@ -60,6 +63,8 @@ "globals": "^15.11.0", "jest": "^27.5.1", "prettier": "^3.3.3", - "starknet": "^6.11.0" + "starknet": "^6.11.0", + "tailwind": "^3.0.0", + "tailwindcss": "^3.0.0" } } diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 7812c4d20..08628e6db 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -84,7 +84,15 @@ function App() { const isNarrowSidebar = narrowSidebarPaths.includes(location.pathname); return ( -