{ "name": "pliwould", "main": "expo-router/entry", "version": "1.0.0", "scripts": { "start": "expo start", "reset-project": "node ./scripts/reset-project.js", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web --offline", "test": "jest --watchAll", "lint": "expo lint", "apk:android": "eas build --platform android --local" }, "dependencies": { "@babel/runtime": "^7.24.7", "@expo/config-plugins": "~8.0.0", "@expo/prebuild-config": "~7.0.0", "@expo/vector-icons": "^14.0.2", "@react-native-async-storage/async-storage": "^1.23.1", "@react-native-community/slider": "^4.5.2", "@react-native/assets-registry": "^0.74.85", "@react-navigation/native": "^6.0.2", "@reduxjs/toolkit": "^2.2.6", "class-transformer": "^0.5.1", "convert": "^5.3.0", "dayjs": "^1.11.11", "expo": "~51.0.18", "expo-asset": "^10.0.10", "expo-constants": "~16.0.2", "expo-doctor": "^1.6.1", "expo-font": "~12.0.7", "expo-linking": "~6.3.1", "expo-router": "~3.5.17", "expo-splash-screen": "~0.27.5", "expo-status-bar": "~1.12.1", "expo-system-ui": "~3.0.7", "expo-web-browser": "~13.0.3", "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.74.3", "react-native-element-dropdown": "^2.12.1", "react-native-gesture-handler": "~2.16.1", "react-native-reanimated": "~3.10.1", "react-native-safe-area-context": "4.10.1", "react-native-screens": "3.31.1", "react-native-select-dropdown": "^4.0.1", "react-native-uuid": "^2.0.2", "react-native-web": "~0.19.10", "react-redux": "^9.1.2", "redux-remember": "^5.1.0" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/preset-typescript": "^7.24.7", "@testing-library/react-native": "^12.5.1", "@types/jest": "^29.5.12", "@types/react": "~18.2.45", "@types/react-test-renderer": "^18.0.7", "babel-preset-expo": "^11.0.12", "jest": "^29.2.1", "jest-expo": "~51.0.3", "react-test-renderer": "18.2.0", "typescript": "~5.3.3" }, "private": true }