-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.88 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.88 KB
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
{
"homepage": "https://nativeprotracker.com/",
"name": "native-pro-tracker",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "npx expo start",
"android": "eas build -p android",
"ios": "eas build -p ios",
"web": "expo start --web",
"predeploy": "expo export:web",
"deploy-fb": "firebase deploy",
"push-gke": "docker build -t gcr.io/nativetracker-382720/nginx-3:latest . && docker push gcr.io/nativetracker-382720/nginx-3:latest"
},
"dependencies": {
"@babel/generator": "^7.20.7",
"@expo/config-plugins": "~6.0.0",
"@expo/webpack-config": "^18.0.1",
"@firebase/analytics": "^0.10.0",
"@firebase/app": "^0.9.7",
"@react-navigation/bottom-tabs": "5.11.15",
"@react-navigation/native": "5.9.8",
"@react-navigation/stack": "5.14.9",
"@reduxjs/toolkit": "^1.8.6",
"expo": "^49.0.7",
"expo-asset": "~8.9.1",
"expo-constants": "~14.2.1",
"expo-mail-composer": "~12.1.1",
"expo-notifications": "~0.18.1",
"expo-status-bar": "~1.4.4",
"firebase": "^9.22.0",
"formik": "^2.2.9",
"moment": "^2.29.4",
"react": "18.2.0",
"react-csv": "^2.2.2",
"react-dom": "18.2.0",
"react-native": "0.71.14",
"react-native-animatable": "^1.3.3",
"react-native-chart-kit": "^6.12.0",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.9.0",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-svg": "13.4.0",
"react-native-swipe-list-view": "^3.2.9",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.11",
"react-redux": "^8.0.5",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"yup": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@expo/config-plugins": "~6.0.0"
},
"private": true
}