Skip to content

Instantly share code, notes, and snippets.

@hannojg
Created August 5, 2025 08:02
Show Gist options
  • Save hannojg/c58f1b6602d4bccb7b2c0567ceef7fe7 to your computer and use it in GitHub Desktop.
Save hannojg/c58f1b6602d4bccb7b2c0567ceef7fe7 to your computer and use it in GitHub Desktop.
{
"name": "list-test",
"license": "MIT",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"android:release": "RELEASE=TRUE expo run:android --variant release",
"android-o": "OLD_ARCH=TRUE expo run:android",
"android-o:release": "RELEASE=TRUE OLD_ARCH=TRUE expo run:android --variant release",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "expo lint",
"prebuild:clean": "rm -rf ios android && npx expo prebuild --clean && npx expo prebuild",
"prebuild-o:clean": "rm -rf ios android && OLD_ARCH=TRUE npx expo prebuild --clean && OLD_ARCH=TRUE npx expo prebuild"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^14.1.0",
"@legendapp/motion": "^2.4.0",
"@legendapp/state": "^3.0.0-beta.19",
"@react-navigation/bottom-tabs": "^7.3.10",
"@react-navigation/native": "^7.1.6",
"@shopify/flash-list": "1.8.3",
"babel-plugin-react-compiler": "^19.1.0-rc.2",
"countries-list": "^3.1.1",
"expo": "^54.0.0-canary-20250729-d8899ae",
"expo-atlas": "^0.4.0",
"expo-blur": "14.1.6-canary-20250729-d8899ae",
"expo-constants": "17.1.8-canary-20250729-d8899ae",
"expo-dev-client": "5.1.9-canary-20250729-d8899ae",
"expo-font": "13.4.0-canary-20250729-d8899ae",
"expo-haptics": "14.1.5-canary-20250729-d8899ae",
"expo-linear-gradient": "14.1.6-canary-20250729-d8899ae",
"expo-linking": "7.1.8-canary-20250729-d8899ae",
"expo-router": "5.2.0-canary-20250729-d8899ae",
"expo-splash-screen": "0.30.11-canary-20250729-d8899ae",
"expo-status-bar": "2.2.4-canary-20250729-d8899ae",
"expo-symbols": "0.4.6-canary-20250729-d8899ae",
"expo-system-ui": "5.0.11-canary-20250729-d8899ae",
"expo-web-browser": "14.1.7-canary-20250729-d8899ae",
"react": "19.1.0",
"react-compiler-runtime": "^19.1.0-rc.2",
"react-dom": "19.1.0",
"react-native": "0.80.1",
"react-native-gesture-handler": "~2.26.0",
"react-native-keyboard-controller": "1.17.5",
"react-native-reanimated": "~4.0.1",
"react-native-redash": "^18.1.3",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-web": "^0.20.0",
"react-native-webview": "13.13.5",
"react-native-worklets": "^0.4.1",
"zustand": "^5.0.7"
},
"devDependencies": {
"@babel/core": "^7.27.4",
"@react-native-community/cli": "latest",
"@types/expo__vector-icons": "^10.0.2",
"@types/jest": "^29.5.14",
"@types/react": "~19.0.10",
"@types/react-test-renderer": "^19.0.0",
"jest": "~29.7.0",
"jest-expo": "~53.0.7",
"react-test-renderer": "19.0.0",
"typescript": "~5.8.3"
},
"private": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment