-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
48 lines (48 loc) · 1.47 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
47
48
{
"name": "expo-ffmpeg-kit-example",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"prebuild": "expo prebuild",
"android": "expo run:android",
"ios": "expo run:ios",
"eject": "expo eject",
"eas": "eas build --platform all",
"eas:android": "eas build --platform android --profile development",
"eas:ios": "eas build --platform ios --profile development"
},
"dependencies": {
"@config-plugins/ffmpeg-kit-react-native": "^5.0.0",
"@expo/vector-icons": "^13.0.0",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"expo": "~48.0.15",
"expo-asset": "~8.9.1",
"expo-av": "~13.2.1",
"expo-build-properties": "~0.6.0",
"expo-constants": "~14.2.1",
"expo-dev-client": "~2.2.1",
"expo-file-system": "~15.2.2",
"expo-font": "~11.1.1",
"expo-image-picker": "~14.1.1",
"expo-linking": "~4.0.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"expo-web-browser": "~12.1.1",
"ffmpeg-kit-react-native": "^5.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.7",
"react-native-safe-area-context": "4.5.1",
"react-native-screens": "~3.20.0",
"react-native-web": "~0.19.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.0",
"@types/react-native": "~0.71.6",
"typescript": "^5.0.4"
},
"private": true
}