{
  "name": "@myapp/app",
  "version": "1.0.0",
  "main": "index.ts",
  "scripts": {
    "build": "NODE_OPTIONS=--openssl-legacy-provider yarn run expo export:web",
    "start": "NODE_OPTIONS=--openssl-legacy-provider expo start"
  },
  "dependencies": {
    "@expo/vector-icons": "^13.0.0",
    "@myapp/screens": "workspace:*",
    "expo": "^49.0.7",
    "expo-react-router-wrapper": "workspace:*",
    "native-base": "3.5.0-rc.7",
    "normalize-css-color": "^1.0.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-native": "~0.72.4",
    "react-native-safe-area-context": "^4.7.1",
    "react-native-svg": "^13.11.0",
    "react-native-web": "~0.19.7"
  },
  "devDependencies": {
    "@types/react": "^18",
    "@types/react-native": "~0.72",
    "expo-yarn-workspaces": "^2.2.1"
  }
}
