-
-
Save HasithaJayatilake/67d12a1d276c9e58e4229988cc49a57b to your computer and use it in GitHub Desktop.
Package json where EAS Build failed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "@fut/mobile", | |
"version": "1.0.0", | |
"main": "index.js", | |
"scripts": { | |
"dev": "expo start --dev-client", | |
"dev:tunnel": "expo start --tunnel", | |
"lint": "eslint src/**/*.ts*", | |
"lint:fix": "eslint src/**/*.ts* --fix", | |
"android": "expo run:android", | |
"ios": "expo run:ios", | |
"web": "expo start --web", | |
"start": "expo start", | |
"build": "tsc" | |
}, | |
"dependencies": { | |
"@expo/config-plugins": "~8.0.0", | |
"@fut/api": "*", | |
"@fut/schema": "*", | |
"@gorhom/bottom-sheet": "^4", | |
"@microsoft/applicationinsights-react-js": "^17.0.3", | |
"@microsoft/applicationinsights-react-native": "^4.0.2", | |
"@microsoft/applicationinsights-web": "^3.0.5", | |
"@react-native-async-storage/async-storage": "1.23.1", | |
"@react-native-community/datetimepicker": "8.0.1", | |
"@react-native-picker/picker": "2.7.5", | |
"@react-navigation/drawer": "^6.6.2", | |
"@react-navigation/elements": "^1.3.17", | |
"@react-navigation/material-top-tabs": "^6.6.2", | |
"@react-navigation/native": "^6.1.3", | |
"@react-navigation/native-stack": "^6.9.9", | |
"@reduxjs/toolkit": "^1.9.3", | |
"@stripe/stripe-react-native": "0.37.2", | |
"@tanstack/react-query": "^4.24.4", | |
"@trpc/client": "10.6.0", | |
"@trpc/react-query": "10.6.0", | |
"@trpc/server": "10.6.0", | |
"@types/haversine": "^1.1.5", | |
"@types/react-native-snap-carousel": "^3.8.5", | |
"axios": "^1.4.0", | |
"expo": "^51.0.31", | |
"expo-background-fetch": "~12.0.1", | |
"expo-battery": "~8.0.1", | |
"expo-build-properties": "~0.12.5", | |
"expo-checkbox": "~3.0.0", | |
"expo-constants": "~16.0.2", | |
"expo-dev-client": "~4.0.25", | |
"expo-device": "~6.0.2", | |
"expo-document-picker": "~12.0.2", | |
"expo-file-system": "~17.0.1", | |
"expo-font": "~12.0.9", | |
"expo-intent-launcher": "~11.0.1", | |
"expo-linking": "~6.3.1", | |
"expo-location": "~17.0.1", | |
"expo-notifications": "~0.28.16", | |
"expo-sharing": "~12.0.1", | |
"expo-splash-screen": "~0.27.5", | |
"expo-status-bar": "~1.12.1", | |
"expo-task-manager": "~11.8.2", | |
"expo-tracking-transparency": "~4.0.2", | |
"expo-updates": "~0.25.24", | |
"formik": "^2.2.9", | |
"formik-mui-lab": "^1.0.0", | |
"freerasp-react-native": "^3.6.0", | |
"haversine": "^1.1.1", | |
"react": "18.2.0", | |
"react-dom": "18.2.0", | |
"react-native": "0.74.5", | |
"react-native-app-intro-slider": "4.0.4", | |
"react-native-datepicker": "^1.7.2", | |
"react-native-device-info": "^10.12.0", | |
"react-native-document-picker": "^9.0.1", | |
"react-native-dotenv": "^3.4.7", | |
"react-native-dropdown-select-list": "^2.0.5", | |
"react-native-gesture-handler": "~2.16.1", | |
"react-native-maps": "1.14.0", | |
"react-native-maps-directions": "^1.9.0", | |
"react-native-modal-selector": "2.1.2", | |
"react-native-neat-date-picker": "^1.4.9", | |
"react-native-otp-entry": "^1.1.10", | |
"react-native-pager-view": "6.3.0", | |
"react-native-paper": "^5.2.0", | |
"react-native-picker-select": "^9.3.1", | |
"react-native-popover-view": "^5.1.7", | |
"react-native-reanimated": "~3.10.1", | |
"react-native-reanimated-carousel": "^3.3.0", | |
"react-native-restart": "^0.0.27", | |
"react-native-safe-area-context": "4.10.5", | |
"react-native-screens": "3.31.1", | |
"react-native-simple-time-picker": "^1.3.11", | |
"react-native-snap-carousel-v4": "^1.0.1", | |
"react-native-step-indicator": "^1.0.3", | |
"react-native-storage": "^1.0.1", | |
"react-native-svg": "15.2.0", | |
"react-native-tab-view": "^3.5.1", | |
"react-native-timeline-flatlist": "^0.8.0", | |
"react-native-toast-message": "^2.1.6", | |
"react-native-web": "~0.19.10", | |
"react-redux": "^8.0.5", | |
"rn-placeholder": "^3.0.3", | |
"uuid": "3.4.0", | |
"zod": "^3.20.6", | |
"zod-formik-adapter": "^1.2.0" | |
}, | |
"devDependencies": { | |
"@babel/core": "^7.24.0", | |
"eslint-config-custom": "*", | |
"eslint-plugin-jsx-a11y": "^6.7.1", | |
"@types/react": "~18.2.79", | |
"typescript": "~5.3.3" | |
}, | |
"private": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment