-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.78 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
{
"name": "break-out-android",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"clean": "cd android && ./gradlew clean",
"android-build-release": "cd android && ./gradlew bundleRelease",
"test": "jest",
"lint": "eslint .",
"postinstall" : "npx jetify"
},
"dependencies": {
"@react-native-community/geolocation": "^1.4.2",
"breakout-api-client": "^0.16.2",
"immutability-helper": "^2.9.1",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"native-base": "^2.12.1",
"react": "16.8.6",
"react-native": "0.60.0",
"react-native-action-button": "^2.8.5",
"react-native-device-info": "^2.1.0",
"react-native-gifted-chat": "git+https://github.com/nerdfitness/react-native-gifted-chat.git",
"react-native-image-picker": "^1.0.1",
"react-native-image-progress": "^1.1.1",
"react-native-localization": "^2.1.3",
"react-native-maps": "git+https://github.com/react-native-community/react-native-maps.git",
"react-native-onesignal": "^3.2.14",
"react-native-progress": "^3.6.0",
"react-native-scrollable-tab-view": "^0.10.0",
"react-native-sentry": "^0.43.2",
"react-native-video": "^4.4.3",
"react-navigation": "^1.6.1",
"react-redux": "^5.1.1",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"rn-fetch-blob": "^0.10.15",
"url": "^0.11.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/runtime": "^7.4.5",
"babel-jest": "^24.8.0",
"eslint": "^6.0.1",
"jest": "^24.8.0",
"jetifier": "^1.6.2",
"metro-react-native-babel-preset": "^0.54.1",
"react-test-renderer": "^16.8.6"
},
"jest": {
"preset": "react-native"
}
}