{ "name": "myapp", "version": "1.0.0", "main": "expo-router/entry", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "build:web": "expo export -p web" }, "dependencies": { "@expo/metro-runtime": "~3.1.3", "@types/react": "~18.2.45", "class-variance-authority": "^0.7.0", "dayjs": "^1.11.10", "expo": "~50.0.11", "expo-constants": "~15.4.5", "expo-linking": "~6.2.2", "expo-router": "~3.4.8", "expo-status-bar": "~1.11.1", "hono": "^4.1.0", "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.73.4", "react-native-circular-progress": "^1.3.9", "react-native-safe-area-context": "4.8.2", "react-native-screens": "~3.29.0", "react-native-svg": "14.1.0", "react-native-web": "~0.19.6", "react-query": "^3.39.3", "twrnc": "^4.1.0", "typescript": "^5.3.0" }, "devDependencies": { "@babel/core": "^7.20.0", "babel-plugin-module-resolver": "^5.0.0", "react-native-svg-transformer": "^1.3.0" }, "private": true }