diff options
| author | Josh Kingsley <josh@joshkingsley.me> | 2025-10-26 14:40:10 +0200 |
|---|---|---|
| committer | Josh Kingsley <josh@joshkingsley.me> | 2025-10-26 14:40:10 +0200 |
| commit | 6ae3218e2dd130c085074a0d13d156bdba99716f (patch) | |
| tree | 64073c4b1361549ecd1c355b97a8f5010781d762 /web/package.json | |
| parent | 0324660a26684a5382b2c6c18cd0a4e9f0169631 (diff) | |
feat(web): adjust colors
Diffstat (limited to 'web/package.json')
| -rw-r--r-- | web/package.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/web/package.json b/web/package.json index a565e36..d845c29 100644 --- a/web/package.json +++ b/web/package.json @@ -4,12 +4,11 @@ "scripts": { "dev": "vite --clearScreen false" }, - "dependencies": { - "open-color": "^1.9.1" - }, "devDependencies": { "@tailwindcss/vite": "^4.1.16", - "tailwindcss": "^4.1.16", "vite": "^7.1.12" + }, + "dependencies": { + "tailwindcss": "^4.1.16" } } |
