summaryrefslogtreecommitdiff
path: root/web/package.json
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-10-26 14:28:55 +0200
committerJosh Kingsley <josh@joshkingsley.me>2025-10-26 14:28:55 +0200
commit0324660a26684a5382b2c6c18cd0a4e9f0169631 (patch)
tree64c16e8a4a4815f050f7e06a3b9486a668f2b4d4 /web/package.json
parent1b8d05bf83d7bd9ab425852f519ea81bdc379444 (diff)
feat(web): add dummy toolbar + tailwindcss colors
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/package.json b/web/package.json
index e15cd1e..a565e36 100644
--- a/web/package.json
+++ b/web/package.json
@@ -8,6 +8,8 @@
"open-color": "^1.9.1"
},
"devDependencies": {
+ "@tailwindcss/vite": "^4.1.16",
+ "tailwindcss": "^4.1.16",
"vite": "^7.1.12"
}
}