| { | |
| "name": "nursing-validator-mobile", | |
| "version": "1.0.0", | |
| "description": "NHS Unified Nursing Validator - React Native Mobile App", | |
| "private": true, | |
| "dependencies": { | |
| "react": "18.2.0", | |
| "react-native": "0.72.0", | |
| "@react-navigation/native": "^6.1.0", | |
| "@react-navigation/bottom-tabs": "^6.5.0", | |
| "@react-navigation/stack": "^6.3.0", | |
| "react-native-screens": "~3.22.0", | |
| "react-native-safe-area-context": "4.6.2", | |
| "react-native-gesture-handler": "~2.14.0", | |
| "react-native-reanimated": "~3.5.0", | |
| "axios": "^1.4.0", | |
| "react-native-async-storage": "^1.17.11", | |
| "react-native-vector-icons": "^9.2.0", | |
| "react-native-svg": "^13.10.0", | |
| "redux": "^4.2.1", | |
| "react-redux": "^8.1.2", | |
| "@reduxjs/toolkit": "^1.9.5", | |
| "redux-persist": "^6.0.0", | |
| "react-native-firebase": "^18.0.0", | |
| "pushNotification": "^1.0.0", | |
| "react-native-camera": "^4.2.1", | |
| "react-native-permissions": "^3.9.2", | |
| "formik": "^2.4.2", | |
| "yup": "^1.2.0" | |
| }, | |
| "devDependencies": { | |
| "@react-native-community/eslint-config": "^3.2.0", | |
| "eslint": "^8.49.0", | |
| "jest": "^29.7.0", | |
| "@testing-library/react-native": "^12.0.0", | |
| "typescript": "^5.1.6", | |
| "@types/react-native": "^0.72.0" | |
| }, | |
| "scripts": { | |
| "android": "react-native run-android", | |
| "ios": "react-native run-ios", | |
| "web": "expo start --web", | |
| "start": "react-native start", | |
| "test": "jest", | |
| "lint": "eslint .", | |
| "build:ios": "cd ios && xcodebuild -scheme NursingValidator -configuration Release", | |
| "build:android": "cd android && ./gradlew assembleRelease" | |
| }, | |
| "jest": { | |
| "preset": "react-native", | |
| "setupFilesAfterEnv": [ | |
| "@testing-library/react-native/extend-expect" | |
| ] | |
| } | |
| } | |