From 3f03b5c3c53f2c3b9123201bc48b4471ad8d3edd Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sat, 21 Jun 2025 00:18:08 +0200 Subject: Refactor project structure and update dependencies; replace Outfit font with Roboto, enhance navigation bar styles, and add .gitignore for frontend --- package-lock.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'package-lock.json') diff --git a/package-lock.json b/package-lock.json index 22edc9f..8defa71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,6 +11,9 @@ "workspaces": [ "src/frontend" ], + "dependencies": { + "@fontsource-variable/roboto": "^5.2.6" + }, "devDependencies": { "concurrently": "^9.1.2", "prettier": "^3.5.3" @@ -604,6 +607,15 @@ "url": "https://github.com/sponsors/ayuhito" } }, + "node_modules/@fontsource-variable/roboto": { + "version": "5.2.6", + "resolved": "https://registry.npmjs.org/@fontsource-variable/roboto/-/roboto-5.2.6.tgz", + "integrity": "sha512-bKgCwHdRcUcHPmypU5oih+OnTQUnZ7XBoztJ0W2X+m7WRYITTWnnnQBDPAKbOwiemU/yJHGg+lD03M60BGuuGg==", + "license": "OFL-1.1", + "funding": { + "url": "https://github.com/sponsors/ayuhito" + } + }, "node_modules/@humanfs/core": { "version": "0.19.1", "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz", -- cgit v1.3