From 865cd632d698d6b07660ec9b43c00064fa8f80f6 Mon Sep 17 00:00:00 2001 From: Jorrin Date: Sun, 28 Jan 2024 23:58:54 +0100 Subject: [PATCH] pain --- apps/mobile/package.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 5aba1f8..47644ef 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -17,6 +17,8 @@ "@testing-library/jest-native": "*", "@testing-library/react-native": "*", "@types/react": "*", + "class-variance-authority": "^0.7.0", + "clsx": "^2.1.0", "eslint-plugin-react": "*", "eslint-plugin-react-hooks": "*", "expo": "*", @@ -37,15 +39,16 @@ "react-dom": "18.2.0", "react-native": "*", "react-native-gesture-handler": "^2.14.1", + "react-native-reanimated": "~3.3.0", "react-native-safe-area-context": "^4.8.2", "react-native-screens": "^3.29.0", "react-native-svg": "*", "react-native-svg-transformer": "*", "react-native-web": "^0.19.10", - "react-native-reanimated": "~3.3.0", "react-test-renderer": "*", - "typescript": "*", - "tailwindcss": "3.3.2" + "tailwind-merge": "^2.2.1", + "tailwindcss": "3.3.2", + "typescript": "*" }, "scripts": { "eas-build-pre-install": "cd ../../ && node tools/scripts/eas-build-pre-install.mjs . apps/mobile && cp pnpm-lock.yaml apps/mobile",