-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.56 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
{
"name": "GATEWAYAPP",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start --port=8088",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/async-storage": "^1.6.2",
"@react-native-community/netinfo": "^4.4.0",
"i18n-js": "^3.2.1",
"lodash": "^4.17.15",
"lodash.memoize": "^4.1.2",
"moment": "^2.24.0",
"moment-timezone": "^0.5.26",
"native-base": "^2.13.7",
"prop-types": "^15.7.2",
"react": "16.8.6",
"react-native": "0.60.5",
"react-native-gesture-handler": "^1.4.1",
"react-native-gtlcomponent": "^1.0.30",
"react-native-image-crop-picker": "^0.25.2",
"react-native-image-picker": "^1.1.0",
"react-native-keyboard-manager": "^4.0.13-15",
"react-native-localize": "^1.1.3",
"react-native-material-dropdown": "^0.11.1",
"react-native-material-menu": "^1.0.0",
"react-native-permissions": "^2.0.2",
"react-native-responsive-screen": "^1.2.2",
"react-navigation": "^3.12.1",
"react-redux": "^7.1.1",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.3.0",
"rn-viewpager": "^1.2.9"
},
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/runtime": "7.5.5",
"@react-native-community/eslint-config": "0.0.3",
"babel-jest": "24.9.0",
"eslint": "6.2.2",
"jest": "24.9.0",
"metro-react-native-babel-preset": "0.54.1",
"react-test-renderer": "16.8.6",
"redux-devtools": "^3.5.0"
},
"jest": {
"preset": "react-native"
}
}