-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 878 Bytes
/
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
{
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~51.0.28",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-native": "0.74.5",
"expo-av": "~14.0.7",
"shaka-player": "4.7.9",
"expo-constants": "~16.0.2",
"@expo/vector-icons": "^14.0.2",
"react-native-paper": "4.9.2",
"react-native-screens": "3.31.1",
"@react-navigation/native": "*",
"react-native-google-cast": "*",
"react-native-track-player": "*",
"react-native-vector-icons": "*",
"@react-navigation/bottom-tabs": "*",
"react-native-safe-area-context": "4.10.5",
"@ptomasroos/react-native-multi-slider": "*"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}