-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.62 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.62 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
{
"name": "Forecast",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^14.0.0",
"@miblanchard/react-native-slider": "^2.6.0",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-picker/picker": "2.6.1",
"@supabase/supabase-js": "^2.42.5",
"@tanstack/react-query": "^5.36.2",
"aes-js": "^3.1.2",
"capitalize-title": "^1.0.0",
"clsx": "^2.1.1",
"core-js": "^3.37.0",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.2.0",
"expo": "~50.0.14",
"expo-auth-session": "~5.4.0",
"expo-constants": "~15.4.6",
"expo-crypto": "~12.8.1",
"expo-linking": "~6.2.2",
"expo-router": "~3.4.8",
"expo-secure-store": "^12.8.1",
"expo-status-bar": "~1.11.1",
"expo-web-browser": "^12.8.2",
"jwt-decode": "^4.0.0",
"nativewind": "^4.0.36",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-email-link": "^1.16.0",
"react-native-get-random-values": "^1.11.0",
"react-native-indicators": "^0.17.0",
"react-native-modal": "^13.0.1",
"react-native-reanimated": "^3.8.1",
"react-native-safe-area-context": "^4.14.1",
"react-native-screens": "~3.29.0",
"react-native-swiper": "^1.6.0",
"react-native-toast-message": "^2.2.1",
"react-native-url-polyfill": "^2.0.0",
"react-native-wheel-pick": "^1.2.2",
"tailwindcss": "^3.4.3",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}