use different animations lib

This commit is contained in:
ppc
2025-12-30 12:32:31 +00:00
parent a03abbde4e
commit 839dfe6e00
3 changed files with 13 additions and 12 deletions
+11 -12
View File
@@ -30,8 +30,8 @@
"react-hook-form": "^7.69.0",
"react-router-dom": "^7.11.0",
"react-timeago": "^8.3.0",
"tailwind-animate": "^0.2.10",
"tailwind-merge": "^3.4.0",
"tw-animate-css": "^1.4.0",
"vaul": "^1.1.2",
"zod": "^4.2.1"
},
@@ -4909,15 +4909,6 @@
"node": ">=8"
}
},
"node_modules/tailwind-animate": {
"version": "0.2.10",
"resolved": "https://registry.npmjs.org/tailwind-animate/-/tailwind-animate-0.2.10.tgz",
"integrity": "sha512-9vczT78R9O7HIrydvGJNz4/19ogjSQSFlYpwleAxcxIT1m9pvAIGQr/+f6qG9sB5gq3JLB6IRKmw9RGJUrLeXQ==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/nrjdalal"
}
},
"node_modules/tailwind-merge": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.4.0.tgz",
@@ -4933,8 +4924,7 @@
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz",
"integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==",
"dev": true,
"license": "MIT",
"peer": true
"license": "MIT"
},
"node_modules/tapable": {
"version": "2.3.0",
@@ -4986,6 +4976,15 @@
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
"license": "0BSD"
},
"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/type-check": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
+1
View File
@@ -33,6 +33,7 @@
"react-router-dom": "^7.11.0",
"react-timeago": "^8.3.0",
"tailwind-merge": "^3.4.0",
"tw-animate-css": "^1.4.0",
"vaul": "^1.1.2",
"zod": "^4.2.1"
},
+1
View File
@@ -1,4 +1,5 @@
@import 'tailwindcss';
@import 'tw-animate-css';
@custom-variant dark (&:is(.dark *));