-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 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
{
"name": "CCAApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/google-signin": "^3.0.3",
"@react-native-community/netinfo": "^4.4.0",
"moment": "^2.24.0",
"react": "16.8.6",
"react-moment-countdown": "^0.3.0",
"react-native": "0.60.5",
"react-native-axios": "^0.17.1",
"react-native-background-timer": "^2.1.1",
"react-native-circular-progress": "^1.3.4",
"react-native-countdown-circle": "^3.0.1",
"react-native-countdown-component": "^2.6.0",
"react-native-fbsdk": "^1.0.2",
"react-native-onesignal": "^3.3.2",
"react-native-option-select": "^1.0.4",
"react-native-paper": "^2.3.0",
"react-native-pixel-perfect": "^1.0.2",
"react-native-rename": "^2.4.1",
"react-native-slider": "^0.11.0",
"react-native-snap-carousel": "^3.7.5",
"react-native-splash-screen": "^3.2.0",
"react-native-swiper": "^1.5.14",
"react-native-vector-icons": "^6.1.0",
"react-native-webview": "^6.11.0",
"react-navigation": "^2.18.3"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/runtime": "^7.5.5",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"eslint": "^6.2.2",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"react-test-renderer": "16.8.6"
},
"jest": {
"preset": "react-native"
}
}