File size: 1,355 Bytes
303f9f1 c1aa1f0 303f9f1 c1aa1f0 6054a2e 964d38b b5010b0 964d38b c1aa1f0 7cf51ae e0405f2 c1aa1f0 6054a2e c1aa1f0 7cf51ae c1aa1f0 7cf51ae c1aa1f0 7cf51ae c1aa1f0 e0405f2 3fdd49b c1aa1f0 979d2d1 2c5bbee c1aa1f0 964d38b 303f9f1 c1aa1f0 303f9f1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | {
"name": "keystone-app",
"version": "1.0.0",
"main": "expo-router/entry",
"dependencies": {
"@expo/metro-runtime": "~6.1.2",
"@expo/vector-icons": "^15.0.3",
"@react-native-async-storage/async-storage": "2.2.0",
"@shopify/flash-list": "2.0.2",
"date-fns": "^4.4.0",
"expo": "^54.0.36",
"expo-av": "~16.0.8",
"expo-background-fetch": "~14.0.9",
"expo-dev-client": "~6.0.21",
"expo-file-system": "~19.0.23",
"expo-font": "~14.0.12",
"expo-image": "~3.0.11",
"expo-linear-gradient": "~15.0.8",
"expo-media-library": "~18.2.1",
"expo-network": "~8.0.8",
"expo-router": "~6.0.24",
"expo-sharing": "~14.0.8",
"expo-status-bar": "~3.0.9",
"expo-task-manager": "~14.0.9",
"expo-video": "~3.0.16",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-web": "^0.21.2"
},
"devDependencies": {
"@expo/ngrok": "^4.1.3",
"@types/react": "~19.1.10",
"typescript": "~5.9.2"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"private": true
}
|