-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 835 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
{
"dependencies": {
"expo": "~39.0.0",
"expo-activity-feed": "^0.9.1",
"expo-image-picker": "~9.1.1",
"expo-permissions": "~9.3.0",
"react": "~16.13.0",
"react-dom": "~16.13.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.2.tar.gz",
"react-native-safe-area-context": "3.1.4",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "~2.10.1",
"react-native-web": "0.13.13"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@types/react": "~16.9.49",
"@types/react-dom": "~16.9.8",
"@types/react-native": "~0.63.20",
"typescript": "~3.8.3"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo web",
"eject": "expo eject"
},
"private": true
}