-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.49 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": "animated-player",
"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",
"dev": "expo start --dev-client",
"build:android": "eas build -p android --profile development"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4.4.3",
"@react-navigation/bottom-tabs": "^6.3.3",
"@react-navigation/native": "^6.0.12",
"@react-navigation/native-stack": "^6.8.0",
"expo": "~46.0.9",
"expo-av": "^12.0.4",
"expo-dev-client": "~1.2.1",
"expo-screen-orientation": "^4.3.0",
"expo-status-bar": "~1.4.0",
"lodash.padstart": "^4.6.1",
"lottie-react-native": "5.1.3",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.5",
"react-native-awesome-slider": "^2.0.8",
"react-native-fast-image": "^8.6.0",
"react-native-gesture-handler": "~2.5.0",
"react-native-inkwell": "^0.4.5",
"react-native-orientation-locker": "^1.5.0",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-svg": "12.3.0",
"react-native-video": "^6.0.0-alpha.1",
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "18.0.0",
"@types/react-native": "~0.69.1",
"@types/react-native-video": "^5.0.14",
"typescript": "~4.3.5"
},
"private": true
}