forked from meowpunch/bobsim-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.34 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
{
"scripts": {
"postinstall": "jetify",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@react-native-community/masked-view": "0.1.5",
"braces": ">=2.3.1",
"expo": "^36.0.0",
"expo-camera": "~8.0.0",
"expo-constants": "~8.0.0",
"expo-location": "~8.0.0",
"mem": ">=4.0.0",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "/~https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz",
"react-native-easy-grid": "^0.2.2",
"react-native-gesture-handler": "~1.5.0",
"react-native-reanimated": "~1.4.0",
"react-native-safe-area-context": "0.6.0",
"react-native-screens": "2.0.0-alpha.12",
"react-native-web": "~0.11.7",
"react-navigation": "^4.1.1",
"react-navigation-drawer": "^2.3.4",
"react-navigation-hooks": "^1.1.0",
"react-navigation-stack": "^2.1.1",
"react-navigation-tabs": "^2.7.0",
"ws": ">=3.3.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@types/react": "^16.9.0",
"@types/react-native": "^0.60.15",
"babel-preset-expo": "^8.0.0",
"jest-expo": "^35.0.0",
"jetifier": "^1.6.4",
"typescript": "^3.7.2"
},
"jest": {
"preset": "react-native"
},
"private": true
}