From 01888156f69331d5b33fa137befc7398d9ebbff2 Mon Sep 17 00:00:00 2001 From: Nikolaj Frey Date: Wed, 24 Jul 2024 12:13:24 +0800 Subject: [PATCH] Added framer motion as a dev dependancy feature/random-nik-things --- remix/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/remix/package.json b/remix/package.json index feae0a4..b4173e1 100644 --- a/remix/package.json +++ b/remix/package.json @@ -65,6 +65,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-simple-import-sort": "^10.0.0", "eslint-plugin-unused-imports": "^2.0.0", + "framer-motion": "^11.3.12", "remix-flat-routes": "^0.6.4", "typescript": "^4.9.3", "vite": "^5.1.0",