-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.3 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
82
83
84
85
{
"name": "XPay",
"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": {
"@builderx/icons": "^0.1.10",
"@builderx/utils": "^0.1.6",
"@react-native-community/async-storage": "^1.6.2",
"@react-native-community/viewpager": "^2.0.2",
"apisauce": "^1.0.2",
"appcenter": "2.6.0",
"appcenter-analytics": "2.6.0",
"appcenter-crashes": "2.6.0",
"crypto-js": "^3.1.9-1",
"format-json": "^1.0.3",
"identity-obj-proxy": "^3.0.0",
"jetifier": "^1.6.4",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"native-base": "^2.13.8",
"prop-types": "^15.7.2",
"querystringify": "2.1.0",
"ramda": "^0.26.1",
"react": "16.9.0",
"react-native": "0.61.4",
"react-native-camera": "^3.9.0",
"react-native-code-push": "^5.7.0",
"react-native-device-info": "^5.3.0",
"react-native-gesture-handler": "^1.5.0",
"react-native-i18n": "^2.0.15",
"react-native-linear-gradient": "^2.5.6",
"react-native-orientation": "^3.1.3",
"react-native-permissions": "^2.0.3",
"react-native-qrcode-scanner": "^1.2.3",
"react-native-svg": "^9.13.3",
"react-native-swiper": "^1.5.14",
"react-native-vector-icons": "^6.6.0",
"react-navigation": "^3.13.0",
"react-navigation-redux-helpers": "^2.0.6",
"react-redux": "^6.0.0",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-saga": "^1.0.0",
"reduxsauce": "1.0.1",
"seamless-immutable": "^7.1.4",
"websocket": "^1.0.30"
},
"devDependencies": {
"@babel/core": "7.7.2",
"@babel/runtime": "7.7.2",
"@react-native-community/eslint-config": "0.0.5",
"babel-jest": "24.9.0",
"babel-plugin-ignite-ignore-reactotron": "^0.3.0",
"eslint": "6.6.0",
"jest": "24.9.0",
"metro-react-native-babel-preset": "0.56.3",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
},
"standard": {
"parser": "babel-eslint",
"globals": [
"describe",
"test",
"jest",
"expect",
"fetch",
"navigator",
"__DEV__",
"XMLHttpRequest",
"FormData",
"React$Element"
]
}
}