-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.65 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (87 loc) · 2.65 KB
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
86
87
{
"name": "CybavoWalletExample",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@aws-amplify/api": "^1.2.4",
"@aws-amplify/pubsub": "^1.2.4",
"@aws-amplify/pushnotification": "^1.1.4",
"@cybavo/react-native-wallet-service": "^1.2.26",
"@react-native-community/async-storage": "1.6.1",
"@react-native-community/push-notification-ios": "^1.0.2",
"aws-amplify": "^1.2.4",
"aws-amplify-react": "^2.5.4",
"aws-amplify-react-native": "^1.0.5",
"bignumber.js": "^9.0.0",
"moment": "^2.24.0",
"native-base": "2.12.1",
"prop-types": "^15.7.2",
"react": "16.8.3",
"react-art": "^16.8.4",
"react-dom": "^16.8.4",
"react-native": "0.59.10",
"react-native-camera": "2.1.0",
"react-native-device-info": "^0.24.3",
"react-native-easy-grid": "^0.2.1",
"react-native-fabric": "0.5.2",
"react-native-fbsdk": "^0.8.0",
"react-native-fs": "2.14.1",
"react-native-gesture-handler": "1.1.0",
"react-native-google-signin": "^1.2.1",
"react-native-modal": "^9.0.0",
"react-native-permissions": "^1.2.1",
"react-native-progress": "^3.6.0",
"react-native-push-notification": "^3.1.9",
"react-native-qrcode-scanner": "^1.1.2",
"react-native-qrcode-svg": "^5.1.2",
"react-native-svg": "^9.3.5",
"react-native-web": "^0.11.0",
"react-native-wechat": "1.9.12",
"react-navigation": "^3.3.2",
"react-redux": "^6.0.1",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/runtime": "^7.3.4",
"babel-eslint": "9.x",
"babel-jest": "^24.5.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.1.0",
"eslint-config-react-app": "^3.0.8",
"eslint-plugin-flowtype": "2.x",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-hooks": "^1.5.0",
"jest": "^24.5.0",
"jest-haste-map": "^24.5.0",
"jest-resolve": "^24.5.0",
"jetifier": "^1.6.4",
"lint-staged": "^8.1.5",
"metro-react-native-babel-preset": "^0.53.0",
"prettier": "^1.16.4",
"pretty-quick": "^1.10.0",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
},
"resolutions": {
"**/handlebars": "^4.1.2",
"**/js-yaml": "^3.13.1",
"mixin-deep": "^1.3.2",
"set-value": "^2.0.1",
"eslint-utils": "^1.4.1",
"lodash": "^4.17.13",
"mem": "^4.0.0"
}
}