-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 982 Bytes
/
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
{
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-community/viewpager": "^4.1.3",
"expo": "^38.0.0",
"expo-av": "~8.2.1",
"expo-constants": "~9.1.1",
"expo-keep-awake": "~8.2.1",
"expo-permissions": "~9.0.1",
"expo-secure-store": "~9.0.1",
"expo-updates": "~0.2.8",
"react": "16.11.0",
"react-dom": "16.11.0",
"react-native": "0.62.2",
"react-native-gesture-handler": "~1.6.0",
"react-native-reanimated": "~1.9.0",
"react-native-screens": "~2.9.0",
"react-native-swipe-gestures": "^1.0.5",
"react-native-unimodules": "~0.10.1",
"react-native-web": "~0.11.7"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"babel-jest": "~25.2.6",
"jest": "~25.2.6",
"react-test-renderer": "~16.9.0",
"babel-preset-expo": "^8.2.3"
},
"private": true
}