{
  "main": "index.js",
  "type": "module",
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "web": "expo start --web",
    "start": "react-native start",
    "test": "jest"
  },
  "dependencies": {
    "expo": "~40.0.0",
    "expo-cli": "^4.0.13",
    "expo-splash-screen": "~0.8.0",
    "expo-status-bar": "~1.0.3",
    "expo-updates": "~0.4.0",
    "react": "16.13.1",
    "react-dom": "16.13.1",
    "react-native": "^0.69.4",
    "react-native-gesture-handler": "~1.8.0",
    "react-native-reanimated": "~2.13.0",
    "react-native-screens": "~2.15.0",
    "react-native-unimodules": "~0.12.0",
    "react-native-web": "~0.13.12"
  },
  "devDependencies": {
    "@babel/core": "~7.9.0",
    "babel-jest": "~25.2.6",
    "eslint-config-react-app": "^7.0.1",
    "jest": "~25.2.6",
    "react-test-renderer": "~16.13.1",
    "style-dictionary": "^4.3.2"
  },
  "jest": {
    "preset": "react-native"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "private": true
}