-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.39 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",
"eject": "expo eject",
"test": "node ./node_modules/jest/bin/jest.js --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "2.1.1",
"@expo/vector-icons": "^10.0.0",
"@react-native-community/datetimepicker": "^2.1.2",
"@types/jest": "^24.0.23",
"@types/react": "^16.9.16",
"@types/react-native": "^0.60.25",
"@types/react-test-renderer": "^16.9.1",
"expo": "^33.0.0",
"expo-asset": "^5.0.1",
"expo-constants": "~5.0.1",
"expo-font": "~5.0.1",
"firebase": "^6.0.2",
"react": "16.9.0",
"react-dom": "^16.8.6",
"react-native": "0.59.1",
"react-native-datepicker": "^1.7.2",
"react-native-elements": "^1.1.0",
"react-native-image-picker": "^0.28.1",
"react-native-image-progress": "^1.1.1",
"react-native-maps": "^0.26.1",
"react-native-modalbox": "^1.7.1",
"react-native-progress": "^3.6.0",
"react-native-tab-view": "^2.3.0",
"react-native-web": "^0.11.5",
"react-navigation": "^3.11.0",
"typescript": "^3.7.3"
},
"devDependencies": {
"@types/firebase": "^3.2.1",
"babel-preset-expo": "^5.0.0",
"jest-expo": "^32.0.0",
"react-native-typescript-transformer": "^1.2.13"
},
"private": true
}