-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.81 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"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"
},
"dependencies": {
"@ptomasroos/react-native-multi-slider": "^2.2.2",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/checkbox": "^0.5.5",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/slider": "^3.0.3",
"@react-navigation/bottom-tabs": "^5.9.2",
"@react-navigation/material-top-tabs": "^5.3.9",
"@react-navigation/native": "^5.7.6",
"@react-navigation/stack": "^5.9.3",
"@tensorflow-models/coco-ssd": "^2.1.0",
"@tensorflow-models/mobilenet": "^2.0.4",
"@tensorflow/tfjs": "^2.6.0",
"@tensorflow/tfjs-react-native": "^0.4.0",
"atob": "^2.1.2",
"expo": "^39.0.3",
"expo-av": "^8.6.0",
"expo-camera": "^9.0.0",
"expo-cli": "^3.28.1",
"expo-gl": "^9.1.1",
"expo-image-picker": "~9.1.0",
"expo-permissions": "~9.3.0",
"expo-progress": "^0.0.2",
"expo-status-bar": "^1.0.2",
"formik": "^2.2.0",
"jpeg-js": "^0.4.2",
"native-base": "^2.13.14",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz",
"react-native-calendar-strip": "^2.0.9",
"react-native-calendars": "^1.403.0",
"react-native-cardview": "^2.0.5",
"react-native-cli": "^2.0.1",
"react-native-elements": "^2.3.2",
"react-native-floating-label-input": "^1.2.8",
"react-native-geocoding": "^0.4.0",
"react-native-gesture-handler": "^1.8.0",
"react-native-google-places-autocomplete": "^2.0.3",
"react-native-icon-checkbox": "^1.2.0",
"react-native-image-crop-picker": "^0.35.1",
"react-native-maps": "^0.27.1",
"react-native-modal": "^11.5.6",
"react-native-numeric-input": "^1.8.3",
"react-native-open-maps": "^0.3.5",
"react-native-paper": "^4.4.0",
"react-native-photo-upload": "^1.3.0",
"react-native-picker-select": "^6.3.4",
"react-native-placesearch": "^2.0.0",
"react-native-progress-bar-animated": "^1.0.6",
"react-native-raw-bottom-sheet": "^2.2.0",
"react-native-reanimated": "^1.13.2",
"react-native-redash": "^15.11.1",
"react-native-rn-cardview": "^1.0.4",
"react-native-safe-area-context": "^3.1.4",
"react-native-screens": "~2.10.1",
"react-native-shape": "^1.1.2",
"react-native-shapes": "^0.1.0",
"react-native-svg": "^12.1.0",
"react-native-tab-view": "^2.15.2",
"react-native-vector-icons": "^7.1.0",
"react-native-web": "~0.13.12",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"yarn": "^1.22.10",
"yup": "^0.29.3"
},
"devDependencies": {
"@babel/core": "~7.9.0"
},
"private": true
}