{ "name": "nobs", "version": "1.0.0", "main": "index.ts", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web" }, "dependencies": { "@react-native-async-storage/async-storage": "1.23.1", "@react-navigation/native": "^7.0.14", "@react-navigation/native-stack": "^7.2.0", "expo": "~52.0.36", "expo-dev-client": "~5.0.12", "expo-router": "~4.0.17", "expo-sqlite": "~15.1.2", "expo-status-bar": "~2.0.1", "firebase": "^11.3.0", "react": "18.3.1", "react-native": "0.76.7", "react-native-element-dropdown": "^2.12.4", "react-native-purchases": "^8.6.2", "react-native-safe-area-context": "4.12.0", "react-native-screens": "~4.4.0", "react-native-svg": "15.8.0" }, "devDependencies": { "@babel/core": "^7.25.2", "@types/react": "~18.3.12", "@types/react-native": "^0.72.8", "babel-plugin-module-resolver": "^5.0.2", "expo-module-scripts": "^4.0.3", "typescript": "^5.3.3" }, "private": true }