-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.36 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
41
42
43
44
45
46
{
"name": "gentube",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~4.0.0",
"@google/generative-ai": "^0.21.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/netinfo": "11.4.1",
"@react-native-community/slider": "4.5.5",
"@react-native-picker/picker": "2.9.0",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"cloudinary": "^2.5.1",
"cloudinary-core": "^2.13.1",
"expo": "^52.0.0",
"expo-av": "~15.0.1",
"expo-linear-gradient": "~14.0.1",
"expo-media-library": "^17.0.4",
"expo-status-bar": "~2.0.0",
"expo-video": "~2.0.3",
"expo-web-browser": "~14.0.1",
"fluent-ffmpeg": "^2.1.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.5",
"react-native-config": "^1.5.3",
"react-native-dotenv": "^3.4.11",
"react-native-picker-select": "^9.3.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "^4.4.0",
"react-native-video": "^6.8.2",
"react-native-web": "~0.19.13",
"react-navigation": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.2"
},
"private": true
}