-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.84 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
55
56
57
{
"name": "whatsapp-status-saver",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@miblanchard/react-native-slider": "^2.3.1",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/slider": "4.2.4",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/elements": "^1.3.6",
"@react-navigation/material-top-tabs": "^6.2.3",
"@react-navigation/native": "^6.0.12",
"@react-navigation/native-stack": "^6.9.9",
"@react-navigation/stack": "^6.3.2",
"@shopify/flash-list": "^1.3.1",
"expo": "^47.0.0",
"expo-app-loading": "~2.1.1",
"expo-av": "~13.0.3",
"expo-dev-client": "~2.0.1",
"expo-file-system": "~15.1.1",
"expo-font": "~11.0.1",
"expo-keep-awake": "~11.0.1",
"expo-linear-gradient": "~12.0.1",
"expo-media-library": "~15.0.0",
"expo-navigation-bar": "~2.0.1",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"expo-video-player": "^2.2.0",
"expo-video-thumbnails": "~7.0.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.8",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "~2.8.0",
"react-native-intersection-observer": "^0.0.9",
"react-native-pager-view": "6.0.1",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-shadow-2": "^7.0.5",
"react-native-svg": "13.4.0",
"react-native-tab-view": "^3.1.1",
"react-native-web": "~0.18.7",
"expo-application": "~5.0.1"
},
"devDependencies": {
"@babel/core": "^7.19.3"
},
"private": true
}