fix: remove dependency on gsap library (#5330)

gsap's highly limited use in this codebase can easily be achieved using the native JS Web Animations API.
This commit is contained in:
Manik Surtani
2025-10-22 22:15:13 -04:00
committed by GitHub
parent 7c4e3684ea
commit 8d9c19f2c2
3 changed files with 69 additions and 57 deletions
-1
View File
@@ -68,7 +68,6 @@
"electron-updater": "^6.6.2",
"electron-window-state": "^5.0.3",
"express": "^5.1.0",
"gsap": "^3.13.0",
"lodash": "^4.17.21",
"lucide-react": "^0.546.0",
"react": "^19.2.0",