aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-06-21 00:18:08 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-06-21 00:18:15 +0200
commit3f03b5c3c53f2c3b9123201bc48b4471ad8d3edd (patch)
treea3f069513cdcda6bb18751fa3968bec2297451be /package.json
parente732e55763ef57462ab48c843970757ac9d428ea (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.json5
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"
+ }
}