{ "name": "vds-quiz", "version": "3.7.0", "license": "MIT", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "web": "expo start --web", "build-android-old": "expo build:android -t app-bundle", "build-android": "eas build -p android", "build-ios": "expo build:ios", "ios": "expo start --ios", "eject": "expo eject", "lint": "eslint ." }, "dependencies": { "@expo/config-plugins": "^6.0.1", "@react-native-async-storage/async-storage": "^1.17.11", "@react-native-masked-view/masked-view": "^0.2.8", "@react-native-picker/picker": "^2.4.8", "expo": "^48.0.8", "expo-build-properties": "~0.5.1", "expo-dev-client": "~2.1.6", "expo-permissions": "^14.1.1", "expo-updates": "~0.16.3", "react": "^18.2.0", "react-native": "0.71.4", "react-native-gesture-handler": "^2.9.0", "react-native-google-mobile-ads": "^10.0.0", "react-native-reanimated": "~2.14.4", "react-native-safe-area-context": "^4.5.0", "react-native-safe-area-view": "^1.1.1", "react-native-screens": "^3.20.0", "react-navigation": "^4.4.4", "react-navigation-stack": "^2.10.4", "remove-console-logs": "^0.1.0" }, "devDependencies": { "@babel/core": "^7.20.0", "@react-native-community/masked-view": "^0.1.11", "babel-preset-expo": "^9.3.0", "eslint": "^8.36.0", "eslint-config-handlebarlabs": "^0.0.6", "@babel/preset-env": "^7.20.2", "prettier": "^2.8.6" }, "peerDependencies": { "expo-modules-autolinking": "^1.1.2" }, "private": true }