-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 4.33 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"main": "node_modules/expo/AppEntry.js",
"author": "Viljar Kärgenberg",
"scripts": {
"preinstall": "echo \"$GOOGLE_SERVICES\" | base64 -d > google-services.json",
"start": "expo start",
"android": "expo run:android",
"prebuild": "expo prebuild --platform android",
"eas:build:development": "eas build --profile development",
"eas:build:development:local": "eas build --profile development --local",
"eas:build:development:ios:local": "eas build --profile development --platform ios --local",
"eas:build:preview:apk": "eas build --profile preview",
"eas:build:preview:apk:local": "eas build --profile preview --local",
"eas:build:production": "eas build --profile production --platform android",
"eas:build:submit:production": "eas build --profile production --platform android --auto-submit-with-profile=production",
"eas:build:production:apk": "eas build --profile productionApk --platform android",
"eas:build:production:apk:local": "eas build --profile productionApk --platform android --local",
"eas:update:preview": "eas update --channel preview",
"eas:update:production": "eas update --branch production",
"submit": "eas submit --platform android --profile production",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@bybas/weather-icons": "https://github.com/basmilius/weather-icons",
"@expo-google-fonts/inter": "^0.2.3",
"@expo/config": "~8.1.1",
"@expo/webpack-config": "^18.0.1",
"@notifee/react-native": "^7.8.0",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/slider": "4.4.2",
"@react-native-firebase/analytics": "^18.3.0",
"@react-native-firebase/app": "^18.3.0",
"@react-native-firebase/crashlytics": "^18.3.0",
"@react-native-firebase/perf": "^18.3.0",
"@react-navigation/material-top-tabs": "^6.6.3",
"@react-navigation/native": "^6.1.7",
"@react-navigation/stack": "^6.3.10",
"@types/lodash": "^4.14.202",
"@types/suncalc": "^1.8.0",
"add": "^2.0.6",
"axios": "^0.19.0",
"babel-plugin-inline-dotenv": "^1.7.0",
"buffer": "^5.4.3",
"date-fns": "^2.30.0",
"esm": "^3.2.25",
"expo": "^49.0.0",
"expo-application": "~5.3.0",
"expo-asset": "~8.10.1",
"expo-background-fetch": "~11.3.0",
"expo-build-properties": "~0.8.3",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.6",
"expo-device": "~5.4.0",
"expo-file-system": "~15.4.3",
"expo-font": "~11.4.0",
"expo-image": "~1.3.4",
"expo-linear-gradient": "~12.3.0",
"expo-linking": "~5.0.2",
"expo-location": "~16.1.0",
"expo-notifications": "~0.20.1",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-store-review": "~6.4.0",
"expo-updates": "~0.18.16",
"expo-web-browser": "~12.3.2",
"fast-html-parser": "^1.0.1",
"feels": "^3.0.0",
"firebase": "^10.1.0",
"geodesy": "^2.1.0",
"iconv-lite": "^0.5.0",
"lodash": "^4.17.21",
"lottie-react-native": "5.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.3",
"react-native-autocomplete-input": "^5.2.0",
"react-native-gesture-handler": "~2.12.0",
"react-native-maps": "1.7.1",
"react-native-pager-view": "6.2.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "^12.2.0",
"react-native-svg-charts": "^5.4.0",
"react-native-tab-view": "^3.5.2",
"react-native-web": "~0.19.6",
"react-native-webview": "13.2.2",
"react-native-xml2js": "^1.0.3",
"sentry-expo": "~7.0.0",
"suncalc": "^1.8.0",
"use-between": "^1.3.5",
"util": "^0.12.0",
"valtio": "^1.10.6",
"yarn": "^1.22.19"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/axios": "^0.14.0",
"@types/iconv-lite": "0.0.1",
"@types/react": "~18.2.14",
"@types/react-native": "~0.69.6",
"@types/react-native-autocomplete-input": "^4.0.1",
"@types/react-native-svg-charts": "^5.0.2",
"babel-preset-expo": "^9.5.0",
"prettier": "^2.0.5",
"typescript": "^5.1.3"
},
"private": true,
"resolutions": {
"@types/react": "17.0.53"
},
"name": "eesti-ilm",
"version": "1.0.0"
}