File size: 1,794 Bytes
6d12932
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
  "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"
    ]
  }
}