summaryrefslogblamecommitdiffstats
path: root/package.json
blob: d7489d4de1c8a1cc71c8a72b2ce67ae79097955a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                      


                                          
                       
                                      
                                 
                       
                      
                             
                                              

                                        
                                                



                            





                            
{
  "name": "mallapp",
  "version": "1.0.0",
  "main": "expo/AppEntry.js",
  "scripts": {
    "start": "expo start",
    "android": "expo start --android",
    "ios": "expo start --ios",
    "web": "expo start --web"
  },
  "dependencies": {
    "@react-navigation/native": "^6.1.18",
    "@react-navigation/stack": "^6.4.1",
    "axios": "^1.7.7",
    "expo": "~51.0.28",
    "expo-barcode-scanner": "~13.0.1",
    "expo-status-bar": "~1.12.1",
    "formik": "^2.4.6",
    "react": "18.2.0",
    "react-native": "0.74.5",
    "react-native-gesture-handler": "^2.20.0",
    "react-native-keychain": "^9.0.0",
    "react-native-otp-input": "^1.0.12",
    "react-native-safe-area-context": "^4.11.0",
    "react-redux": "^9.1.2",
    "redux": "^5.0.1",
    "sendgrid": "^5.2.3",
    "yup": "^1.4.0"
  },
  "devDependencies": {
    "@babel/core": "^7.20.0"
  },
  "private": true
}