Advertisement
KingOfWesteros

package.json

Oct 1st, 2022
1,057
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.64 KB | Fixit | 0 0
  1. {
  2.   "name": "myapp",
  3.   "version": "1.0.0",
  4.   "main": "index.js",
  5.   "scripts": {
  6.     "start": "expo start --dev-client",
  7.     "android": "expo run:android",
  8.     "ios": "expo run:ios",
  9.     "web": "expo start --web"
  10.   },
  11.   "dependencies": {
  12.     "@expo-google-fonts/open-sans": "^0.2.2",
  13.     "@expo-google-fonts/roboto": "^0.2.2",
  14.     "@hookform/resolvers": "^2.9.8",
  15.     "@react-native-community/masked-view": "^0.1.11",
  16.     "@react-native-masked-view/masked-view": "0.2.7",
  17.     "@react-navigation/native": "^6.0.13",
  18.     "@react-navigation/native-stack": "^6.9.0",
  19.     "@react-navigation/stack": "^6.3.1",
  20.     "expo": "~46.0.9",
  21.     "expo-app-loading": "~2.1.0",
  22.     "expo-font": "~10.2.0",
  23.     "expo-linear-gradient": "~11.4.0",
  24.     "expo-localization": "~13.1.0",
  25.     "expo-splash-screen": "~0.16.2",
  26.     "expo-status-bar": "~1.4.0",
  27.     "native-base": "^3.4.15",
  28.     "phosphor-react-native": "^1.1.2",
  29.     "react": "18.0.0",
  30.     "react-dom": "18.0.0",
  31.     "react-hook-form": "^7.36.1",
  32.     "react-native": "0.69.6",
  33.     "react-native-gesture-handler": "~2.5.0",
  34.     "react-native-jitsi-meet": "^2.2.0",
  35.     "react-native-reanimated": "~2.9.1",
  36.     "react-native-safe-area-context": "4.3.1",
  37.     "react-native-screens": "~3.15.0",
  38.     "react-native-svg": "12.3.0",
  39.     "react-native-svg-transformer": "^1.0.0",
  40.     "react-native-vector-icons": "^9.2.0",
  41.     "react-native-web": "~0.18.7",
  42.     "styled-components": "^5.3.5",
  43.     "yup": "^0.32.11"
  44.   },
  45.   "devDependencies": {
  46.     "@babel/core": "^7.12.9",
  47.     "@types/react": "~18.0.0",
  48.     "@types/react-native": "~0.69.1",
  49.     "typescript": "^4.6.3"
  50.   },
  51.   "private": true
  52. }
  53.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement