-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.1 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
{
"name": "ISAC",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint"
},
"dependencies": {
"@react-native-community/async-storage": "^1.8.0",
"@react-native-community/masked-view": "^0.1.6",
"@react-navigation/bottom-tabs": "^5.0.5",
"@react-navigation/drawer": "^5.0.5",
"@react-navigation/native": "^5.0.5",
"@react-navigation/native-stack": "^5.0.5",
"@react-navigation/stack": "^5.0.5",
"axios": "^0.19.2",
"i18n-js": "^3.5.1",
"moment-timezone": "^0.5.28",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-actionsheet": "^2.4.2",
"react-native-af-video-player": "^0.2.1",
"react-native-appearance": "^0.3.2",
"react-native-camera": "^3.21.0",
"react-native-fs": "^2.16.6",
"react-native-geolocation-service": "^4.0.0",
"react-native-gesture-handler": "^1.6.0",
"react-native-image-crop-picker": "^0.28.0",
"react-native-image-picker": "^2.3.0",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-lightbox": "^0.8.1",
"react-native-localize": "^1.3.3",
"react-native-modal": "^11.5.4",
"react-native-paper": "^3.6.0",
"react-native-reanimated": "^1.7.0",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.0.0-beta.4",
"react-native-status-bar-height": "^2.4.0",
"react-native-table-component": "^1.2.1",
"react-native-tabs": "^1.0.9",
"react-native-thumbnail": "^1.1.3",
"react-native-vector-icons": "^6.6.0",
"react-native-video": "^4.4.5",
"react-native-video-player": "^0.10.0",
"realm": "^3.6.4",
"rn-fetch-blob": "^0.12.0"
},
"devDependencies": {
"@babel/core": "7.7.7",
"@babel/runtime": "7.7.7",
"@react-native-community/eslint-config": "0.0.5",
"babel-jest": "24.9.0",
"eslint": "6.8.0",
"jest": "24.9.0",
"metro-react-native-babel-preset": "0.56.4",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
}
}