-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.46 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
49
50
{
"name": "empty-project-template",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "jest"
},
"dependencies": {
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "^6.0.0",
"expo": "^40.0.0",
"expo-av": "~8.7.0",
"expo-barcode-scanner": "~9.1.0",
"expo-battery": "~3.1.0",
"expo-camera": "~9.1.0",
"expo-cli": "3.9.0",
"expo-constants": "~9.3.3",
"expo-image-picker": "~9.2.0",
"expo-location": "~10.0.0",
"expo-permissions": "~10.0.0",
"global": "^4.3.2",
"jest": "^24.9.0",
"react": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-gesture-handler": "~1.8.0",
"react-native-maps": "0.27.1",
"react-native-paper": "4.5.0",
"react-native-platform-touchable": "^1.1.1",
"react-native-radio-button": "^2.0.1",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.2",
"react-native-simple-radio-button": "^2.7.3",
"react-navigation": "^4.0.10",
"react-navigation-stack": "^1.10.3",
"react-redux": "^6.0.0",
"redux": "^4.0.1",
"sharp-cli": "1.13.1"
},
"devDependencies": {
"babel-preset-expo": "8.3.0"
},
"jest": {
"preset": "react-native"
}
}