-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.13 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.13 KB
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
{
"name": "trimapp",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@config-plugins/ffmpeg-kit-react-native": "^11.0.0",
"@react-native-community/slider": "^4.5.7",
"@react-navigation/native": "^7.1.14",
"@react-navigation/native-stack": "^7.3.21",
"@react-navigation/stack": "^7.4.2",
"expo": "~53.0.17",
"expo-audio": "^0.4.8",
"expo-dev-client": "^5.2.4",
"expo-file-system": "~18.1.11",
"expo-image-picker": "~16.1.4",
"expo-status-bar": "~2.2.3",
"expo-video": "~2.2.2",
"expo-video-thumbnails": "~9.1.3",
"ffmpeg-kit-react-native": "^6.0.2",
"react": "19.0.0",
"react-native": "0.79.5",
"react-native-gesture-handler": "~2.24.0",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-video": "^6.16.0",
"react-native-video-trimmer-ui": "^0.3.6"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}