From 2be23e66742ef4e44deb836658c7696dfc1d0395 Mon Sep 17 00:00:00 2001 From: Michael Brennan Date: Wed, 17 Apr 2024 20:05:18 -0400 Subject: [PATCH] minor fixes --- frontend/sac-mobile/package.json | 167 +++++++++++++++---------------- frontend/sac-mobile/yarn.lock | 7 -- 2 files changed, 83 insertions(+), 91 deletions(-) diff --git a/frontend/sac-mobile/package.json b/frontend/sac-mobile/package.json index d4f7011a8..085b6a305 100644 --- a/frontend/sac-mobile/package.json +++ b/frontend/sac-mobile/package.json @@ -1,86 +1,85 @@ { - "name": "sac-mobile", - "main": "expo-router/entry", - "version": "1.0.0", - "scripts": { - "start": "expo start", - "android": "expo start --android", - "ios": "expo start --ios", - "web": "expo start --web", - "test": "echo \"Woah there, we have no frontend tests as of right now. Let's just say we're passing.\" && exit 0", - "lint": "eslint . --ext .js,.jsx,.ts,.tsx", - "lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix", - "format": "prettier --write ." - }, - "jest": { - "preset": "jest-expo" - }, - "dependencies": { - "@expo/vector-icons": "^14.0.0", - "@gorhom/bottom-sheet": "^4", - "@react-native-community/masked-view": "^0.1.11", - "@react-native-menu/menu": "^1.0.0", - "@react-navigation/native": "^6.1.17", - "@react-navigation/stack": "^6.3.29", - "@tanstack/react-query": "^5.29.0", - "@types/uuid": "^9.0.8", - "axios": "^1.6.8", - "class-variance-authority": "^0.7.0", - "clsx": "^2.1.0", - "eslint": "^8.56.0", - "expo": "^50.0.14", - "expo-application": "^5.8.3", - "expo-asset": "~9.0.2", - "expo-auth-session": "^5.4.0", - "expo-dev-client": "~3.3.11", - "expo-font": "~11.10.2", - "expo-haptics": "~12.8.1", - "expo-linking": "~6.2.2", - "expo-router": "~3.4.8", - "expo-secure-store": "~12.8.1", - "expo-splash-screen": "~0.26.4", - "expo-status-bar": "~1.11.1", - "expo-system-ui": "~2.9.3", - "expo-web-browser": "~12.8.2", - "install": "^0.13.0", - "nativewind": "^2.0.11", - "react": "18.2.0", - "react-dom": "18.2.0", - "react-hook-form": "^7.51.2", - "react-native": "0.73.6", - "react-native-confirmation-code-field": "^7.4.0", - "react-native-cookies": "^3.3.0", - "react-native-element-dropdown": "^2.10.4", - "react-native-gesture-handler": "^2.16.0", - "react-native-loading-spinner-overlay": "^3.0.1", - "react-native-maps": "1.14.0", - "react-native-menu": "^0.23.0", - "react-native-open-maps": "^0.4.3", - "react-native-reanimated": "^3.8.1", - "react-native-safe-area-context": "^4.9.0", - "react-native-screens": "~3.30.1", - "react-native-svg": "^15.1.0", - "react-native-svg-transformer": "^1.3.0", - "react-native-web": "~0.19.6", - "react-query": "^3.39.3", - "tailwind-merge": "^2.2.2", - "zod": "^3.22.4", - "zustand": "^4.5.2" - }, - "devDependencies": { - "@babel/core": "^7.24.4", - "@react-native-community/eslint-config": "^3.2.0", - "@trivago/prettier-plugin-sort-imports": "^4.3.0", - "@types/react": "~18.2.78", - "eslint": "^8.56.0", - "eslint-plugin-prettier": "^5.1.3", - "jest": "^29.2.1", - "jest-expo": "~50.0.4", - "prettier": "^3.2.4", - "react-native-svg-transformer": "^1.3.0", - "react-test-renderer": "18.2.0", - "tailwindcss": "3.3.2", - "typescript": "^5.4.5" - }, - "private": true + "name": "sac-mobile", + "main": "expo-router/entry", + "version": "1.0.0", + "scripts": { + "start": "expo start", + "android": "expo run:android", + "ios": "expo run:ios", + "web": "expo start --web", + "test": "echo \"Woah there, we have no frontend tests as of right now. Let's just say we're passing.\" && exit 0", + "lint": "eslint . --ext .js,.jsx,.ts,.tsx", + "lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix", + "format": "prettier --write ." + }, + "jest": { + "preset": "jest-expo" + }, + "dependencies": { + "@expo/vector-icons": "^14.0.0", + "@gorhom/bottom-sheet": "^4", + "@react-native-community/masked-view": "^0.1.11", + "@react-native-menu/menu": "^1.0.0", + "@react-navigation/native": "^6.1.17", + "@react-navigation/stack": "^6.3.29", + "@tanstack/react-query": "^5.29.0", + "@types/uuid": "^9.0.8", + "axios": "^1.6.8", + "class-variance-authority": "^0.7.0", + "clsx": "^2.1.0", + "eslint": "^8.56.0", + "expo": "^50.0.14", + "expo-application": "^5.8.3", + "expo-asset": "~9.0.2", + "expo-auth-session": "^5.4.0", + "expo-dev-client": "~3.3.11", + "expo-font": "~11.10.2", + "expo-haptics": "~12.8.1", + "expo-linking": "~6.2.2", + "expo-router": "~3.4.8", + "expo-secure-store": "~12.8.1", + "expo-splash-screen": "~0.26.4", + "expo-status-bar": "~1.11.1", + "expo-system-ui": "~2.9.3", + "expo-web-browser": "~12.8.2", + "install": "^0.13.0", + "nativewind": "^2.0.11", + "react": "18.2.0", + "react-dom": "18.2.0", + "react-hook-form": "^7.51.2", + "react-native": "0.73.6", + "react-native-confirmation-code-field": "^7.4.0", + "react-native-element-dropdown": "^2.10.4", + "react-native-gesture-handler": "^2.16.0", + "react-native-loading-spinner-overlay": "^3.0.1", + "react-native-maps": "1.14.0", + "react-native-menu": "^0.23.0", + "react-native-open-maps": "^0.4.3", + "react-native-reanimated": "^3.8.1", + "react-native-safe-area-context": "^4.9.0", + "react-native-screens": "~3.30.1", + "react-native-svg": "^15.1.0", + "react-native-svg-transformer": "^1.3.0", + "react-native-web": "~0.19.6", + "react-query": "^3.39.3", + "tailwind-merge": "^2.2.2", + "zod": "^3.22.4", + "zustand": "^4.5.2" + }, + "devDependencies": { + "@babel/core": "^7.24.4", + "@react-native-community/eslint-config": "^3.2.0", + "@trivago/prettier-plugin-sort-imports": "^4.3.0", + "@types/react": "~18.2.78", + "eslint": "^8.56.0", + "eslint-plugin-prettier": "^5.1.3", + "jest": "^29.2.1", + "jest-expo": "~50.0.4", + "prettier": "^3.2.4", + "react-native-svg-transformer": "^1.3.0", + "react-test-renderer": "18.2.0", + "tailwindcss": "3.3.2", + "typescript": "^5.4.5" + }, + "private": true } diff --git a/frontend/sac-mobile/yarn.lock b/frontend/sac-mobile/yarn.lock index 563bb6cf0..3ca1cdc86 100644 --- a/frontend/sac-mobile/yarn.lock +++ b/frontend/sac-mobile/yarn.lock @@ -8620,13 +8620,6 @@ react-native-confirmation-code-field@^7.4.0: resolved "https://registry.yarnpkg.com/react-native-confirmation-code-field/-/react-native-confirmation-code-field-7.4.0.tgz#58cc2d5adad59882d1805bf164cd6099d432d21e" integrity sha512-Kw7rD0RXi6vZnt0Y67nkSW2wYmZFdnxJ23yxkKm3jqwvSxAvaA1NP3h3MHSPmJd25l0WK/+fjXOeCliDqWZ9rw== -react-native-cookies@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/react-native-cookies/-/react-native-cookies-3.3.0.tgz#527f65eb2d8a7a000107706bb11beb57f511e701" - integrity sha512-GobKo8Kvyuif6ROj6rDAjQJpCSLazcZl6AgZb1z7ldB9FrMtetQzXvIehS0QcwbpnXWyJzXJaY0yrlDjFz+NaA== - dependencies: - invariant "^2.1.0" - react-native-element-dropdown@^2.10.4: version "2.10.4" resolved "https://registry.yarnpkg.com/react-native-element-dropdown/-/react-native-element-dropdown-2.10.4.tgz#58d8a5e38d2a3fb74498c195bd775d9e1536e6bd"