fix: tw animate css

This commit is contained in:
Jan-Henrik Bruhn 2025-12-21 00:24:04 +01:00
parent 8b6eb593d9
commit 8ad8d7c773
4 changed files with 16 additions and 1 deletions

View file

@ -8,5 +8,8 @@
], ],
"deny": [], "deny": [],
"ask": [] "ask": []
} },
"enabledMcpjsonServers": [
"shadcn"
]
} }

10
package-lock.json generated
View file

@ -31,6 +31,7 @@
"react-konva": "^19.2.1", "react-konva": "^19.2.1",
"tailwind-merge": "^3.4.0", "tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.17", "tailwindcss": "^4.1.17",
"tw-animate-css": "^1.4.0",
"update-electron-app": "^3.1.2", "update-electron-app": "^3.1.2",
"zustand": "^5.0.9" "zustand": "^5.0.9"
}, },
@ -17124,6 +17125,15 @@
"node": "*" "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": { "node_modules/tweetnacl": {
"version": "0.14.5", "version": "0.14.5",
"resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",

View file

@ -44,6 +44,7 @@
"react-konva": "^19.2.1", "react-konva": "^19.2.1",
"tailwind-merge": "^3.4.0", "tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.17", "tailwindcss": "^4.1.17",
"tw-animate-css": "^1.4.0",
"update-electron-app": "^3.1.2", "update-electron-app": "^3.1.2",
"zustand": "^5.0.9" "zustand": "^5.0.9"
}, },

View file

@ -1,4 +1,5 @@
@import "tailwindcss"; @import "tailwindcss";
@import "tw-animate-css";
/* ============================================ /* ============================================
SHADCN/UI THEME VARIABLES SHADCN/UI THEME VARIABLES