{ "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "eject": "expo eject", "lint:check": "eslint --ext '.js,.ts,.tsx' .", "lint:fix": "yarn lint --fix", "type:check": "tsc --noEmit", "prettier": "prettier \"{.,src,src/**}/*.{md,js,jsx,ts,tsx,json}\"", "prettier:check": "yarn prettier -c", "prettier:fix": "yarn prettier -w", "dev:check": "yarn prettier:check & yarn lint:check & yarn type:check" }, "dependencies": { "@react-navigation/stack": "^6.0.2", "@react-navigation/native": "^6.0.2", "@react-native-community/netinfo": "6.0.2", "expo": "~43.0.2", "expo-status-bar": "~1.1.0", "react": "17.0.1", "react-dom": "17.0.1", "react-native": "0.64.3", "react-native-web": "0.17.1", "react-query": "^3.34.7", "expo-constants": "~12.1.3", "react-native-paper": "4.9.2", "react-native-screens": "~3.8.0", "react-native-reanimated": "~2.2.0", "react-native-gesture-handler": "~1.10.2", "react-native-safe-area-context": "3.3.2" }, "devDependencies": { "@babel/core": "^7.12.9", "@callstack/eslint-config": "^10.1.0", "@expo/config": "^3.3.27", "@types/react-native": "~0.64.3", "babel-plugin-module-resolver": "^4.1.0", "eslint": "^7.32.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-prettier": "^4.0.0", "prettier": "^2.3.2", "typescript": "~4.4.3" }, "private": false }