-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·50 lines (50 loc) · 1.47 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
{
"name": "MBonus",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@zaguini/react-native-tree-view": "^1.0.3",
"eslint-config-rallycoding": "^3.2.0",
"moment": "^2.22.2",
"native-base": "^2.4.5",
"prop-types": "^15.6.1",
"react": "16.3.1",
"react-moment": "^0.7.6",
"react-native": "0.55.4",
"react-native-camera": "^1.1.4",
"react-native-cardview": "^1.1.5",
"react-native-datepicker-dialog": "0.0.9",
"react-native-easy-toast": "^1.1.0",
"react-native-fbsdk": "^0.7.0",
"react-native-i18n": "^2.0.12",
"react-native-image-crop-picker": "^0.20.3",
"react-native-image-placeholder": "^1.0.14",
"react-native-immediate-phone-call": "^1.0.0",
"react-native-maps": "^0.21.0",
"react-native-qrcode": "^0.2.6",
"react-native-qrcode-scanner": "^1.0.1",
"react-native-render-html": "^3.10.0",
"react-native-slideshow": "^1.0.1",
"react-native-spinkit": "^1.1.1",
"react-native-splash-screen": "^3.0.6",
"react-native-view-shot": "^2.4.0",
"react-navigation": "^2.0.4",
"react-redux": "^5.0.7",
"realm": "^2.7.2",
"redux": "^4.0.0",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-jest": "23.0.0",
"babel-preset-react-native": "4.0.0",
"jest": "23.0.0",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
}
}