{ "name": "tech-tracker-expo", "license": "0BSD", "main": "expo-router/entry", "version": "52.0.59", "scripts": { "start": "expo start", "reset-project": "node ./scripts/reset-project.js", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web", "test": "jest --watchAll", "lint": "expo lint", "format:write": "prettier --write \"**/*.{ts,tsx,js,jsx,mdx}\" --cache", "format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,mdx}\" --cache" }, "jest": { "preset": "jest-expo" }, "dependencies": { "@azure/msal-browser": "^4.5.1", "@azure/msal-react": "^3.0.5", "@expo/metro-runtime": "~4.0.1", "@expo/ngrok": "4.1.0", "@expo/vector-icons": "^14.0.2", "@react-native-async-storage/async-storage": "1.23.1", "@react-native-community/netinfo": "11.4.1", "@react-navigation/bottom-tabs": "^7.2.0", "@react-navigation/native": "^7.0.14", "@supabase/supabase-js": "^2.48.1", "aes-js": "^3.1.2", "date-fns": "^4.1.0", "expo": "~52.0.38", "expo-apple-authentication": "~7.1.3", "expo-auth-session": "~6.0.3", "expo-blur": "~14.0.3", "expo-constants": "~17.0.7", "expo-dev-client": "~5.0.12", "expo-device": "~7.0.2", "expo-font": "~13.0.3", "expo-haptics": "~14.0.1", "expo-image": "~2.0.6", "expo-image-manipulator": "~13.0.6", "expo-image-picker": "~16.0.6", "expo-insights": "~0.8.2", "expo-linking": "~7.0.5", "expo-location": "~18.0.7", "expo-notifications": "~0.29.13", "expo-router": "~4.0.19", "expo-secure-store": "~14.0.1", "expo-splash-screen": "~0.29.21", "expo-status-bar": "~2.0.1", "expo-symbols": "~0.2.1", "expo-system-ui": "~4.0.7", "expo-updates": "~0.27.3", "expo-web-browser": "~14.0.2", "jsonwebtoken": "^9.0.2", "jwt-decode": "^4.0.0", "lodash": "^4.17.21", "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.76.7", "react-native-gesture-handler": "~2.20.2", "react-native-get-random-values": "^1.11.0", "react-native-reanimated": "~3.16.1", "react-native-safe-area-context": "4.12.0", "react-native-screens": "~4.4.0", "react-native-svg": "15.8.0", "react-native-svg-transformer": "^1.5.0", "react-native-web": "~0.19.13", "react-native-webview": "13.12.5", "@sentry/react-native": "~6.3.0" }, "devDependencies": { "@babel/core": "^7.25.2", "@types/jest": "^29.5.12", "@types/lodash": "^4.17.16", "@types/react": "~18.3.12", "@types/react-test-renderer": "^18.3.0", "jest": "^29.2.1", "jest-expo": "~52.0.3", "prettier": "^3.4.2", "react-test-renderer": "18.3.1", "typescript": "^5.3.3" } }