{ "name": "cally", "main": "expo-router/entry", "version": "1.0.0", "scripts": { "start": "expo start", "reset-project": "node ./scripts/reset-project.js", "android": "expo run:android", "ios": "TAMAGUI_TARGET=native npx expo run:ios", "ios-native": "TAMAGUI_TARGET=native npx expo run:ios --device", "dev-ios": "TAMAGUI_TARGET=native npx eas-cli build --profile development --platform ios", "dev-android": "TAMAGUI_TARGET=native npx eas-cli build --profile development --platform android", "build-ios": "TAMAGUI_TARGET=native npx eas-cli build --profile production --platform ios", "build-android": "TAMAGUI_TARGET=native npx eas-cli build --profile production --platform android", "build-apk": "TAMAGUI_TARGET=native eas build -p android --profile preview", "build-cicd": "TAMAGUI_TARGET=native npx eas-cli build --profile production --platform all --non-interactive --no-wait --auto-submit ", "build-ios-cicd": "TAMAGUI_TARGET=native npx eas-cli build --profile production --platform ios --non-interactive --no-wait --auto-submit ", "build-dev-ios": "TAMAGUI_TARGET=native npx eas-cli build --profile development --platform ios", "web": "expo start --web", "test": "jest --watchAll", "lint": "expo lint", "submit": "npx eas-cli submit -p ios", "prebuild": "npx expo prebuild -p ios", "prebuild-build-submit-ios": "yarn run prebuild && yarn run build-ios && yarn run submit", "prebuild-build-submit-ios-cicd": "yarn build-ios-cicd", "prebuild-build-submit-cicd": "yarn build-cicd", "postinstall": "patch-package", "functions-deploy": "cd firebase/functions && firebase deploy --only functions" }, "jest": { "preset": "jest-expo" }, "dependencies": { "@expo-google-fonts/manrope": "^0.2.3", "@expo-google-fonts/plus-jakarta-sans": "^0.2.3", "@expo-google-fonts/poppins": "^0.2.3", "@expo/config-plugins": "~9.0.0", "@expo/metro-config": "~0.19.0", "@expo/prebuild-config": "~8.0.0", "@expo/vector-icons": "^14.0.2", "@howljs/calendar-kit": "^2.2.1", "@react-native-async-storage/async-storage": "1.23.1", "@react-native-community/blur": "^4.4.0", "@react-native-community/datetimepicker": "8.2.0", "@react-native-firebase/app": "^21.6.1", "@react-native-firebase/auth": "^21.6.1", "@react-native-firebase/crashlytics": "^21.6.1", "@react-native-firebase/firestore": "^21.6.1", "@react-native-firebase/functions": "^21.6.1", "@react-native-firebase/storage": "^21.6.1", "@react-native-menu/menu": "^1.1.6", "@react-native/assets-registry": "^0.76.3", "@react-navigation/drawer": "^7.0.0", "@react-navigation/native": "^7.0.0", "@shopify/flash-list": "^1.7.2", "@tanstack/query-async-storage-persister": "^5.62.7", "@tanstack/react-query": "^5.62.7", "@tanstack/react-query-persist-client": "^5.62.7", "date-fns": "^3.6.0", "debounce": "^2.1.1", "expo": "~52.0.18", "expo-apple-authentication": "~7.1.2", "expo-auth-session": "~6.0.1", "expo-build-properties": "~0.13.1", "expo-cached-image": "^51.0.19", "expo-calendar": "~14.0.5", "expo-camera": "~16.0.9", "expo-constants": "~17.0.3", "expo-dev-client": "~5.0.6", "expo-device": "~7.0.1", "expo-font": "~13.0.1", "expo-haptics": "~14.0.0", "expo-image-picker": "~16.0.3", "expo-linking": "~7.0.3", "expo-localization": "~16.0.0", "expo-modules-autolinking": "~2.0.0", "expo-notifications": "~0.29.11", "expo-router": "~4.0.11", "expo-screen-orientation": "~8.0.1", "expo-splash-screen": "~0.29.18", "expo-status-bar": "~2.0.0", "expo-system-ui": "~4.0.6", "expo-updates": "~0.26.10", "expo-web-browser": "~14.0.1", "firebase-admin": "^12.3.1", "firebase-functions": "^5.1.0", "fuzzysort": "^3.0.2", "jotai": "^2.9.1", "patch-package": "^8.0.0", "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.76.5", "react-native-calendars": "^1.1306.0", "react-native-element-dropdown": "^2.12.2", "react-native-gesture-handler": "~2.20.2", "react-native-gifted-charts": "^1.4.41", "react-native-keyboard-manager": "^6.5.16-0", "react-native-linear-gradient": "^2.8.3", "react-native-onboarding-swiper": "^1.3.0", "react-native-qrcode-svg": "^6.3.2", "react-native-reanimated": "~3.16.1", "react-native-safe-area-context": "4.12.0", "react-native-screens": "~4.1.0", "react-native-svg": "15.8.0", "react-native-svg-icon": "^0.10.0", "react-native-toast-message": "^2.2.1", "react-native-ui-lib": "^7.27.0", "react-native-web": "~0.19.10", "timezonecomplete": "^5.13.1", "tzdata": "^1.0.42" }, "devDependencies": { "@babel/core": "^7.20.0", "@react-native-community/cli": "^16.0.0", "@types/jest": "^29.5.12", "@types/react": "~18.3.12", "@types/react-native-onboarding-swiper": "^1.1.9", "@types/react-test-renderer": "^18.0.7", "babel-plugin-module-resolver": "^5.0.2", "babel-plugin-transform-remove-console": "^6.9.4", "jest": "^29.2.1", "jest-expo": "~52.0.2", "postinstall-postinstall": "^2.1.0", "react-test-renderer": "18.2.0", "typescript": "~5.3.3" }, "private": true }