-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.35 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
{
"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",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@react-native-community/masked-view": "0.1.11",
"@react-navigation/drawer": "^5.12.9",
"@react-navigation/native": "^5.9.8",
"@react-navigation/stack": "^5.14.9",
"expo": "~52.0.5",
"expo-asset": "~8.2.0",
"expo-file-system": "~9.2.0",
"expo-font": "~8.4.0",
"expo-media-library": "~9.2.1",
"expo-notifications": "~0.29.0",
"expo-permissions": "~9.3.0",
"expo-secure-store": "~9.3.0",
"expo-splash-screen": "~0.28.0",
"expo-status-bar": "~1.12.1",
"filesize": "^6.4.0",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-native": "0.76.0",
"react-native-gesture-handler": "~1.10.3",
"react-native-paper": "^4.12.8",
"react-native-reanimated": "~2.10.0",
"react-native-safe-area-context": "3.4.1",
"react-native-screens": "~2.10.1",
"react-native-web": "~0.14.4"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"jest-expo": "~39.0.0",
"typescript": "~3.9.5"
},
"private": true
}