{
  "name": "react-native-activitykit-example",
  "description": "Example app for react-native-activitykit",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios --simulator=\"iPhone 14 Pro\"",
    "start": "react-native start",
    "pods": "(bundle install && cd ios && bundle exec pod install --repo-update)",
    "postinstall": "jetifier && yarn pods"
  },
  "dependencies": {
    "@react-navigation/bottom-tabs": "^6.4.0",
    "@react-navigation/native": "^6.0.13",
    "@react-navigation/native-stack": "^6.9.0",
    "@reduxjs/toolkit": "^1.8.6",
    "react": "17.0.2",
    "react-redux": "^8.0.4",
    "react-native": "0.68.2",
    "react-native-feather": "^1.1.2",
    "react-native-safe-area-context": "^4.4.1",
    "react-native-screens": "^3.18.0",
    "react-native-svg": "^13.4.0",
    "redux": "^4.2.0",
    "styled-components": "^5.3.6"
  },
  "resolutions": {
    "@types/react": "~17.0.47",
    "styled-components": "^5"
  },
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/runtime": "^7.12.5",
    "babel-plugin-module-resolver": "^4.1.0",
    "babel-plugin-styled-components": "^2.0.7",
    "jetifier": "^2.0.0",
    "metro-react-native-babel-preset": "^0.67.0",
    "react-native-svg-transformer": "^1.0.0"
  }
}
