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-lock.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-lock.json')
| -rw-r--r-- | package-lock.json | 12 |
1 files changed, 12 insertions, 0 deletions
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", |
