-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 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
{
"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": {
"@expo/vector-icons": "^10.2.0",
"axios": "^0.19.2",
"expo": "~38.0.8",
"expo-barcode-scanner": "~8.2.1",
"expo-camera": "~8.3.1",
"expo-haptics": "~8.2.1",
"expo-linear-gradient": "~8.2.1",
"expo-status-bar": "^1.0.2",
"react": "16.13.1",
"react-dom": "~16.11.0",
"react-native": "0.62.2",
"react-native-axios": "^0.17.1",
"react-native-communications": "^2.2.1",
"react-native-deck-swiper": "^1.6.7",
"react-native-elements": "^2.0.4",
"react-native-in-app-notification": "^3.1.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-numeric-input": "^1.8.3",
"react-native-pdf-lib": "^1.0.0",
"react-native-popup-dialog": "^0.18.3",
"react-native-reanimated": "^1.9.0",
"react-native-swipe-list-view": "^3.1.3",
"react-native-table-component": "^1.2.1",
"react-native-touchable-scale": "^2.1.1",
"react-native-vector-icons": "^7.0.0",
"react-native-view-overflow": "^0.0.5",
"react-native-web": "~0.11.7"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"babel-preset-expo": "~8.1.0"
},
"private": true
}