diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2025-05-05 20:57:00 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2025-05-05 20:57:00 -0500 |
| commit | 4c8231e7e3e46f61f4455843300f5d3f01c5a195 (patch) | |
| tree | 28fc13f289c69bd5c28ebf10990c07abc47206ec /package-lock.json | |
| parent | 4fda4eef9b58504a1352a777f7d9b6826a26559e (diff) | |
| download | immich-frame-4c8231e7e3e46f61f4455843300f5d3f01c5a195.tar.xz immich-frame-4c8231e7e3e46f61f4455843300f5d3f01c5a195.zip | |
add overpass font and put text under anchor
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index a0b03f6..372f481 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,6 +5,7 @@ "packages": { "": { "dependencies": { + "@fontsource/overpass": "^5.2.5", "flickity": "^3.0.0" }, "devDependencies": { @@ -55,6 +56,15 @@ "node": ">=14.17.0" } }, + "node_modules/@fontsource/overpass": { + "version": "5.2.5", + "resolved": "https://registry.npmjs.org/@fontsource/overpass/-/overpass-5.2.5.tgz", + "integrity": "sha512-xwxYbZXc4lDQi1z0r9LiJhHTJm4UqprdYcdIZVi7C4lVtWZOTX0nvyto6Be8wWJMeu+sHb9fzLN3byldibSF4A==", + "license": "OFL-1.1", + "funding": { + "url": "https://github.com/sponsors/ayuhito" + } + }, "node_modules/@jridgewell/gen-mapping": { "version": "0.3.8", "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz", |
