-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.93 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
{
"name": "sbhe",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"a": "react-native run-android",
"i": "react-native run-ios",
"g": "cd android && gradlew assembleRelease --console plain",
"p": "npm run pad && npm run pas && npm run pap",
"c": "cd android && gradlew clean",
"ca": "cd android && gradlew clean && cd .. && react-native run-android",
"e": "cd android/app/build/outputs/apk && explorer .",
"adb": "adb kill-server && adb start-server"
},
"dependencies": {
"@terrylinla/react-native-sketch-canvas": "^0.8.0",
"axios": "^0.18.0",
"moment": "^2.22.2",
"ramda": "^0.25.0",
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-code-push": "5.4.2",
"react-native-config": "^0.11.5",
"react-native-device-info": "0.24.2",
"react-native-fetch-blob": "0.10.8",
"react-native-file-picker": "0.0.11",
"react-native-i18n": "^2.0.15",
"react-native-image-picker": "0.26.10",
"react-native-image-resizer": "^1.0.0",
"react-native-lightbox": "^0.8.0",
"react-native-modal": "^6.5.0",
"react-native-orientation": "^3.1.3",
"react-native-pdf": "3.0.16",
"react-native-root-toast": "^3.0.1",
"react-native-splash-screen": "3.0.9",
"react-native-storage": "0.1.4",
"react-native-svg": "6.4.1",
"react-native-svg-charts": "5.2.0",
"react-native-vector-icons": "^5.0.0",
"react-navigation": "1.5.11",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-logger": "2.4.0",
"redux-persist": "3.5.0",
"redux-saga": "^0.16.0",
"reduxsauce": "^1.0.0",
"seamless-immutable": "^7.1.3",
"tinify": "^1.6.0-beta.2"
},
"devDependencies": {
"babel-jest": "23.4.2",
"babel-preset-react-native": "4.0.0",
"jest": "23.5.0",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
}
}