-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.14 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
{
"name": "Runtics",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"firebase": "^15.0.0",
"native-base": "^2.4.2",
"react": "16.3.1",
"react-native": "0.55.3",
"react-native-admob": "^2.0.0-beta.5",
"react-native-countdown-circle": "^3.0.0",
"react-native-firebase-analytics": "^4.0.2",
"react-native-google-analytics-bridge": "^5.6.3",
"react-native-linear-gradient": "^2.4.0",
"react-native-localization": "^1.0.7",
"react-native-push-notification": "^3.0.2",
"react-native-redux-persist": "^1.0.0",
"react-native-sound": "^0.10.9",
"react-native-splash-screen": "3.0.6",
"react-navigation": "^1.5.11",
"react-redux": "^4.0.7",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-persist": "^4.9.1",
"redux-saga": "^0.16.0",
"rn-viewpager": "^1.2.9"
},
"devDependencies": {
"babel-jest": "22.4.3",
"babel-preset-react-native": "4.0.0",
"jest": "22.4.3",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
}
}