-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.59 KB
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
49
{
"main": "index.js",
"scripts": {
"start": "expo start --port 19000",
"android": "expo start --android --port 19000",
"ios": "expo start --ios --port 19000",
"web": "expo start --web --port 19000",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@expo/vector-icons": "^15.0.3",
"@react-native-community/datetimepicker": "8.4.4",
"@react-navigation/native": "~7.2.5",
"@react-navigation/native-stack": "~7.16.0",
"@tanstack/react-query": "~5.100.10",
"expo": "~54.0.0",
"expo-auth-session": "~7.0.11",
"expo-camera": "~17.0.10",
"expo-clipboard": "~8.0.8",
"expo-constants": "~18.0.13",
"expo-crypto": "~15.0.9",
"expo-font": "~14.0.12",
"expo-image-manipulator": "~14.0.8",
"expo-local-authentication": "~17.0.8",
"expo-secure-store": "~15.0.8",
"expo-web-browser": "~15.0.11",
"nativewind": "~4.2.1",
"react": "~19.1.0",
"react-dom": "~19.1.0",
"react-native": "~0.81.5",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "~15.12.1",
"react-native-web": "~0.21.0",
"react-native-webview": "13.15.0",
"react-native-worklets": "0.5.1",
"zustand": "~5.0.13"
},
"devDependencies": {
"@babel/plugin-transform-class-properties": "~7.29.7",
"@babel/plugin-transform-private-methods": "~7.29.7",
"@babel/plugin-transform-private-property-in-object": "~7.29.7",
"@types/react": "~19.2.10",
"babel-preset-expo": "~54.0.10",
"tailwindcss": "~3.4.17",
"typescript": "~5.9.2"
}
}