-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 1.97 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
{
"name": "oscar",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"android": "cd ./android && ./gradlew app:assembleDebug && ./gradlew installDebug",
"ios": "react-native run-ios --simulator='iPhone X'",
"apk": "cd ./android && ./gradlew bundleRelease && cd .."
},
"dependencies": {
"@haskkor/react-native-pincode": "^1.11.0",
"@react-native-community/async-storage": "^1.5.0",
"apsl-react-native-button": "^3.1.1",
"axios": "^0.18.0",
"crypto-js": "^3.1.9-1",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"react": "16.6.3",
"react-native": "^0.59.1",
"react-native-background-timer": "^2.1.1",
"react-native-collapsible": "^1.4.0",
"react-native-datepicker": "^1.7.2",
"react-native-document-picker": "^2.2.0",
"react-native-dropdownalert": "^3.9.1",
"react-native-elements": "^0.19.1",
"react-native-exit-app": "^1.0.0",
"react-native-fast-image": "^5.1.2",
"react-native-htmlview": "^0.13.0",
"react-native-i18n": "^2.0.15",
"react-native-image-picker": "^0.28.0",
"react-native-keyboard-manager": "^4.0.13-10",
"react-native-modal": "^9.0.0",
"react-native-navigation": "^2.26.5",
"react-native-phone-call": "^1.0.9",
"react-native-restart": "0.0.8",
"react-native-sectioned-multi-select": "^0.6.4",
"react-native-swiper": "^1.5.14",
"react-native-vector-icons": "^6.2.0",
"react-redux": "^6.0.0",
"realm": "^2.29.1",
"redux": "^4.0.1",
"redux-persist": "^4.8.0",
"redux-persist-filesystem-storage": "^1.4.0",
"redux-persist-seamless-immutable": "^2.0.0",
"redux-thunk": "^2.3.0",
"seamless-immutable": "^7.1.4"
},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.51.1",
"react-test-renderer": "16.6.3",
"redux-devtools": "^3.5.0"
},
"jest": {
"preset": "react-native"
}
}