Guest User

Untitled

a guest
Nov 30th, 2022
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.61 KB | None | 0 0
  1. {
  2.   "name": "@nsm/expo",
  3.   "version": "1.0.0",
  4.   "packageManager": "[email protected]",
  5.   "scripts": {
  6.     "wsl": "REACT_NATIVE_PACKAGER_HOSTNAME=$(netsh.exe interface ip show address \"Wi-Fi\" | grep 'IP Address' | sed -r 's/^.*IP Address:\\W*//') TAMAGUI_TARGET=native expo start",
  7.     "start": "expo start --dev-client",
  8.     "android": "expo run:android",
  9.     "ios": "expo run:ios",
  10.     "web": "expo start --web",
  11.     "eject": "expo eject"
  12.   },
  13.   "dependencies": {
  14.     "@hookform/resolvers": "^2.9.10",
  15.     "@nsm/api": "*",
  16.     "@react-native-async-storage/async-storage": "^1.17.11",
  17.     "@react-navigation/bottom-tabs": "^6.4.1",
  18.     "@react-navigation/native": "^6.0.10",
  19.     "@react-navigation/native-stack": "^6.6.2",
  20.     "@tamagui/animations-reanimated": "^1.0.1-beta.224",
  21.     "@tamagui/font-inter": "^1.0.1-beta.224",
  22.     "@tamagui/lucide-icons": "^1.0.1-beta.224",
  23.     "@tamagui/shorthands": "^1.0.1-beta.224",
  24.     "@tamagui/theme-base": "^1.0.1-beta.224",
  25.     "@tanstack/react-query": "^4.18.0",
  26.     "@trpc/client": "^10.4.2",
  27.     "@trpc/react-query": "^10.4.2",
  28.     "@trpc/server": "^10.4.2",
  29.     "axios": "^1.2.0",
  30.     "dotenv": "^16.0.3",
  31.     "expo": "~46.0.17",
  32.     "expo-constants": "13.2.4",
  33.     "expo-dev-client": "~1.3.1",
  34.     "expo-font": "~10.2.0",
  35.     "expo-linear-gradient": "~11.4.0",
  36.     "expo-linking": "~3.2.2",
  37.     "expo-secure-store": "~11.3.0",
  38.     "expo-splash-screen": "~0.16.2",
  39.     "expo-status-bar": "~1.4.0",
  40.     "expo-updates": "^0.14.6",
  41.     "react": "18.0.0",
  42.     "react-dom": "18.0.0",
  43.     "react-hook-form": "^7.39.4",
  44.     "react-native": "0.69.6",
  45.     "react-native-confirmation-code-field": "^7.3.1",
  46.     "react-native-gesture-handler": "~2.5.0",
  47.     "react-native-pager-view": "5.4.24",
  48.     "react-native-reanimated": "~2.9.1",
  49.     "react-native-safe-area-context": "4.3.1",
  50.     "react-native-screens": "~3.15.0",
  51.     "react-native-select-dropdown": "^3.0.3",
  52.     "react-native-svg": "12.3.0",
  53.     "react-native-tab-view": "^3.3.0",
  54.     "react-native-web": "~0.18.7",
  55.     "supertokens-react-native": "^3.2.0",
  56.     "tamagui": "^1.0.1-beta.224",
  57.     "valtio": "^1.7.6",
  58.     "zod": "^3.19.1"
  59.   },
  60.   "devDependencies": {
  61.     "@babel/core": "^7.18.6",
  62.     "@tamagui/babel-plugin": "1.0.1-beta.224",
  63.     "@types/react": "~18.0.0",
  64.     "@types/react-native": "~0.69.1",
  65.     "babel-plugin-module-resolver": "^4.1.0",
  66.     "babel-plugin-transform-inline-environment-variables": "^0.4.4",
  67.     "eslint": "^8.11.0",
  68.     "eslint-config-universe": "^10.0.0",
  69.     "eslint-plugin-valtio": "^0.6.1",
  70.     "prettier": "^2.7.1",
  71.     "typescript": "^4.9.3"
  72.   },
  73.   "private": true
  74. }
  75.  
Advertisement
Add Comment
Please, Sign In to add comment