BaaS_Driver_Android_App/package.json

65 lines
1.8 KiB
JSON

{
"name": "batteryasaservice",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^14.1.0",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-community/netinfo": "^11.4.1",
"@react-navigation/native": "^7.1.6",
"@react-navigation/stack": "^7.4.2",
"@reduxjs/toolkit": "^2.8.2",
"axios": "^1.10.0",
"expo": "^53.0.13",
"expo-constants": "~17.1.6",
"expo-font": "~13.3.1",
"expo-image-picker": "~16.1.4",
"expo-linking": "~7.1.5",
"expo-router": "~5.1.1",
"expo-secure-store": "^14.2.3",
"expo-splash-screen": "~0.30.9",
"expo-status-bar": "~2.2.3",
"expo-system-ui": "~5.0.9",
"expo-web-browser": "~14.2.0",
"formik": "^2.4.6",
"i18next": "^25.2.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "^15.5.3",
"react-native": "0.79.4",
"react-native-element-dropdown": "^2.12.4",
"react-native-maps": "^1.24.3",
"react-native-otp-entry": "^1.8.5",
"react-native-paper": "^5.14.5",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "^5.4.0",
"react-native-screens": "~4.11.1",
"react-native-svg": "15.11.2",
"react-native-svg-transformer": "^1.5.1",
"react-native-web": "~0.20.0",
"react-redux": "^9.2.0",
"socket.io-client": "^4.8.1",
"yup": "^1.6.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@react-native-community/cli": "^18.0.0",
"@types/react": "~19.0.10",
"jest": "^29.2.1",
"jest-expo": "~53.0.7",
"react-test-renderer": "19.0.0",
"typescript": "~5.8.3"
},
"private": true
}