-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.66 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
49
50
51
52
53
54
{
"name": "deadach",
"version": "1.5.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-masked-view/masked-view": "0.2.8",
"@react-navigation/bottom-tabs": "^6.5.3",
"@react-navigation/native": "^6.1.2",
"@react-navigation/native-stack": "^6.9.8",
"@react-navigation/stack": "^6.3.11",
"@shopify/flash-list": "1.3.1",
"expo": "~47.0.12",
"expo-blur": "~12.0.1",
"expo-clipboard": "~4.0.1",
"expo-file-system": "~15.1.1",
"expo-haptics": "~12.0.1",
"expo-image-picker": "~14.0.2",
"expo-linking": "~3.3.0",
"expo-localization": "~14.0.0",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"expo-system-ui": "~2.0.1",
"expo-video-thumbnails": "~7.0.0",
"he": "^1.2.0",
"i18n-js": "^4.2.2",
"lottie-react-native": "5.1.4",
"mime": "^3.0.0",
"moment": "^2.29.4",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-dialog": "^9.3.0",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "~2.8.0",
"react-native-hold-menu": "^0.1.5",
"react-native-hyperlink": "^0.0.22",
"react-native-image-viewing": "^0.2.2",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "~2.12.0",
"react-native-root-toast": "^3.3.1",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-string-replace": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.19.3"
},
"private": true
}