-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
38 lines (38 loc) · 1.06 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
{
"name": "boatim",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-community/netinfo": "9.3.5",
"@react-navigation/native": "^6.1.2",
"@react-navigation/native-stack": "^6.9.8",
"expo": "~47.0.14",
"expo-asset": "~8.7.0",
"expo-av": "^13.0.2",
"expo-clipboard": "^4.0.1",
"expo-gl": "~12.0.1",
"expo-haptics": "^12.0.1",
"expo-image-manipulator": "~11.0.0",
"expo-image-picker": "^14.0.2",
"expo-media-library": "~15.0.0",
"expo-notifications": "~0.17.0",
"expo-status-bar": "~1.4.2",
"expo-updates": "~0.15.6",
"react": "18.1.0",
"react-native": "0.70.8",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "^3.19.0",
"socket.io-client": "^4.5.4",
"expo-splash-screen": "~0.17.5"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}