-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
85 lines (85 loc) · 2.85 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "unimate",
"version": "0.0.1",
"private": true,
"scripts": {
"react-devtools": "react-devtools",
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"postinstall": "react-native link"
},
"dependencies": {
"@eva-design/eva": "^1.4.0",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-native-fontawesome": "^0.2.3",
"@react-native-community/art": "^1.1.2",
"@react-native-community/async-storage": "^1.11.0",
"@react-native-community/google-signin": "^4.0.3",
"@react-native-community/masked-view": "^0.1.6",
"@react-native-community/push-notification-ios": "^1.10.1",
"@react-native-community/slider": "^2.0.8",
"@react-native-firebase/app": "^6.7.1",
"@react-native-firebase/auth": "^7.1.0",
"@react-native-firebase/firestore": "^7.1.0",
"@react-native-firebase/messaging": "^7.4.1",
"@react-native-picker/picker": "^1.16.3",
"@react-navigation/bottom-tabs": "^5.0.5",
"@react-navigation/drawer": "^5.0.5",
"@react-navigation/material-top-tabs": "^5.2.10",
"@react-navigation/native": "^5.0.5",
"@react-navigation/stack": "^5.0.5",
"@ui-kitten/components": "4.4.0",
"@ui-kitten/eva-icons": "4.4.0",
"moment": "^2.24.0",
"react": "16.9.0",
"react-native": "^0.62.1",
"react-native-app-intro-slider": "^3.0.0",
"react-native-appearance": "^0.3.2",
"react-native-background-fetch": "^4.0.3",
"react-native-chart-kit": "^5.3.0",
"react-native-charts-wrapper": "^0.5.7",
"react-native-device-info": "^5.5.3",
"react-native-gesture-handler": "^1.6.0",
"react-native-google-fit": "^0.10.0",
"react-native-motion-slider": "^1.0.3",
"react-native-picker-select": "^8.0.4",
"react-native-progress": "^4.0.3",
"react-native-push-notification": "^8.1.1",
"react-native-reanimated": "^1.7.0",
"react-native-restart": "^0.0.22",
"react-native-safari-view": "^2.1.0",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.0.0-beta.6",
"react-native-svg": "^9.13.3",
"react-native-tab-view": "^2.14.4"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"@types/jest": "^24.0.18",
"@types/react-native": "^0.60.22",
"@types/react-test-renderer": "16.9.0",
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"react-devtools": "^4.16.0",
"react-test-renderer": "16.9.0",
"typescript": "^3.6.3"
},
"jest": {
"preset": "react-native",
"transformIgnorePatterns": [],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}