summaryrefslogtreecommitdiffstats
path: root/package.json
blob: e4200cb9a0e9db37d4be33e96d9befa5767d6719 (plain) (blame)
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
{
  "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-keychain": "^9.0.0",
    "react-native-otp-input": "^1.0.12",
    "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
}