diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-21 00:18:08 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-21 00:18:15 +0200 |
| commit | 3f03b5c3c53f2c3b9123201bc48b4471ad8d3edd (patch) | |
| tree | a3f069513cdcda6bb18751fa3968bec2297451be /package.json | |
| parent | e732e55763ef57462ab48c843970757ac9d428ea (diff) | |
Refactor project structure and update dependencies; replace Outfit font with Roboto, enhance navigation bar styles, and add .gitignore for frontend
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 81ba10f..e78abab 100644 --- a/package.json +++ b/package.json @@ -18,5 +18,8 @@ }, "workspaces": [ "src/frontend" - ] + ], + "dependencies": { + "@fontsource-variable/roboto": "^5.2.6" + } } |
