-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.18 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.18 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
40
41
42
{
"name": "hugging-app",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~4.0.0",
"@gorhom/bottom-sheet": "^5.1.1",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/native": "^7.0.14",
"expo": "^52.0.27",
"expo-crypto": "~14.0.2",
"expo-file-system": "~18.0.8",
"expo-image-manipulator": "~13.0.6",
"expo-image-picker": "^16.0.4",
"expo-media-library": "~17.0.5",
"expo-secure-store": "~14.0.1",
"expo-video": "~2.0.5",
"expo-video-thumbnails": "~9.0.3",
"path-browserify": "^1.0.1",
"react": "18.3.1",
"react-native": "0.76.7",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-svg": "15.8.0",
"react-native-view-shot": "~4.0.3",
"expo-asset": "~11.0.4",
"expo-router": "~4.0.18"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.3.12",
"react-native-svg-transformer": "^1.5.0",
"typescript": "^5.3.3"
},
"private": true
}