Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-brennan2005 committed Apr 18, 2024
1 parent 94042cb commit 2be23e6
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 91 deletions.
167 changes: 83 additions & 84 deletions frontend/sac-mobile/package.json
Original file line number Diff line number Diff line change
@@ -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
}
7 changes: 0 additions & 7 deletions frontend/sac-mobile/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2be23e6

Please sign in to comment.