{ "name": "pottery-diary", "version": "1.0.0", "main": "index.ts", "scripts": { "start": "expo start --port 8082", "android": "expo start --android --port 8082", "ios": "expo start --ios --port 8082", "web": "expo start --web --port 8082", "test": "jest", "test:watch": "jest --watch" }, "dependencies": { "@react-native-async-storage/async-storage": "2.2.0", "@react-native-picker/picker": "^2.11.4", "@react-navigation/bottom-tabs": "^7.4.9", "@react-navigation/native": "^7.1.18", "@react-navigation/native-stack": "^7.3.28", "expo": "~54.0.13", "expo-camera": "~17.0.8", "expo-constants": "~18.0.9", "expo-file-system": "~19.0.17", "expo-image-manipulator": "~14.0.7", "expo-image-picker": "~17.0.8", "expo-linking": "~8.0.8", "expo-localization": "~17.0.7", "expo-sharing": "~14.0.7", "expo-sqlite": "~16.0.8", "expo-status-bar": "~3.0.8", "react": "19.1.0", "react-dom": "19.1.0", "react-native": "0.81.4", "react-native-gesture-handler": "~2.28.0", "react-native-keyboard-aware-scroll-view": "^0.9.5", "react-native-reanimated": "~4.1.1", "react-native-safe-area-context": "~5.6.0", "react-native-screens": "~4.16.0", "react-native-svg": "15.12.1", "react-native-web": "^0.21.0", "react-native-worklets": "^0.6.1" }, "devDependencies": { "@testing-library/jest-native": "^5.4.3", "@testing-library/react-native": "^13.3.3", "@types/jest": "^30.0.0", "@types/react": "~19.1.0", "@types/react-native": "^0.72.8", "jest": "^30.2.0", "typescript": "~5.9.2" }, "private": true }