-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.14 KB
/
package.json
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
{
"name": "frontend3",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/config": "^10.0.0",
"@expo/metro-config": "~0.19.0",
"@expo/metro-runtime": "~4.0.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/drawer": "^7.0.1",
"@react-navigation/native": "^7.0.3",
"@react-navigation/native-stack": "^7.0.0",
"@react-navigation/stack": "^7.0.0",
"axios": "^1.7.7",
"expo": "52.0.9",
"expo-image-picker": "~16.0.2",
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native-asset": "^2.1.1",
"react-native-auto-height-image": "^0.3.1",
"react-native-gesture-handler": "~2.20.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-web": "~0.19.13",
"sharp-cli": "^5.1.0",
"react-native": "0.76.2"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}