From 8ad8d7c7735af8be080a78645b7da7553742f9f2 Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Sun, 21 Dec 2025 00:24:04 +0100 Subject: [PATCH] fix: tw animate css --- .claude/settings.local.json | 5 ++++- package-lock.json | 10 ++++++++++ package.json | 1 + src/App.css | 1 + 4 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 4ed1057..ce9d48a 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -8,5 +8,8 @@ ], "deny": [], "ask": [] - } + }, + "enabledMcpjsonServers": [ + "shadcn" + ] } diff --git a/package-lock.json b/package-lock.json index e96cb0c..ad6c50d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,6 +31,7 @@ "react-konva": "^19.2.1", "tailwind-merge": "^3.4.0", "tailwindcss": "^4.1.17", + "tw-animate-css": "^1.4.0", "update-electron-app": "^3.1.2", "zustand": "^5.0.9" }, @@ -17124,6 +17125,15 @@ "node": "*" } }, + "node_modules/tw-animate-css": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/tw-animate-css/-/tw-animate-css-1.4.0.tgz", + "integrity": "sha512-7bziOlRqH0hJx80h/3mbicLW7o8qLsH5+RaLR2t+OHM3D0JlWGODQKQ4cxbK7WlvmUxpcj6Kgu6EKqjrGFe3QQ==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/Wombosvideo" + } + }, "node_modules/tweetnacl": { "version": "0.14.5", "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", diff --git a/package.json b/package.json index b8f8607..7754ba0 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,7 @@ "react-konva": "^19.2.1", "tailwind-merge": "^3.4.0", "tailwindcss": "^4.1.17", + "tw-animate-css": "^1.4.0", "update-electron-app": "^3.1.2", "zustand": "^5.0.9" }, diff --git a/src/App.css b/src/App.css index 8b661f3..0a97e59 100644 --- a/src/App.css +++ b/src/App.css @@ -1,4 +1,5 @@ @import "tailwindcss"; +@import "tw-animate-css"; /* ============================================ SHADCN/UI THEME VARIABLES