ICS React Native App
1{
2 "name": "ics-banking-demo-app",
3 "main": "expo-router/entry",
4 "version": "1.0.0",
5 "scripts": {
6 "start": "expo start",
7 "android": "expo start --android",
8 "ios": "expo start --ios",
9 "web": "expo start --web",
10 "lint": "expo lint",
11 "generate": "npx openapi-ts"
12 },
13 "dependencies": {
14 "@expo/metro-runtime": "~6.1.2",
15 "@expo/vector-icons": "^15.0.2",
16 "@hey-api/openapi-ts": "^0.84.3",
17 "@react-navigation/bottom-tabs": "^7.4.0",
18 "@react-navigation/elements": "^2.6.3",
19 "@react-navigation/native": "^7.1.8",
20 "@shopify/flash-list": "^2.1.0",
21 "@tanstack/react-query": "^5.90.2",
22 "expo": "~54.0.10",
23 "expo-constants": "~18.0.9",
24 "expo-font": "~14.0.8",
25 "expo-haptics": "~15.0.7",
26 "expo-image": "~3.0.8",
27 "expo-linking": "~8.0.8",
28 "expo-router": "~6.0.8",
29 "expo-secure-store": "~15.0.7",
30 "expo-splash-screen": "~31.0.10",
31 "expo-status-bar": "~3.0.8",
32 "expo-symbols": "~1.0.7",
33 "expo-system-ui": "~6.0.7",
34 "expo-web-browser": "~15.0.7",
35 "react": "19.1.0",
36 "react-dom": "19.1.0",
37 "react-native": "0.81.4",
38 "react-native-gesture-handler": "~2.28.0",
39 "react-native-reanimated": "~4.1.1",
40 "react-native-safe-area-context": "~5.6.0",
41 "react-native-screens": "~4.16.0",
42 "react-native-web": "~0.21.0",
43 "react-native-worklets": "0.5.1",
44 "zod": "^3.25.76"
45 },
46 "devDependencies": {
47 "@types/react": "~19.1.0",
48 "eslint": "^9.25.0",
49 "eslint-config-expo": "~10.0.0",
50 "typescript": "~5.9.2"
51 },
52 "private": true
53}