-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.59 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
{
"name": "uniweek",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^15.0.3",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-community/datetimepicker": "^8.4.4",
"@react-native-picker/picker": "^2.11.1",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"@supabase/supabase-js": "^2.45.4",
"crypto-random-string": "^5.0.0",
"date-fns": "^2.30.0",
"expo": "~54.0.0",
"expo-av": "^16.0.7",
"expo-calendar": "^15.0.7",
"expo-font": "~14.0.0",
"expo-image-picker": "^17.0.8",
"expo-linear-gradient": "^15.0.7",
"expo-notifications": "^0.32.13",
"expo-status-bar": "^3.0.8",
"react": "^19.1.0",
"react-native": "^0.81.5",
"react-native-animatable": "^1.4.0",
"react-native-calendars": "^1.1313.0",
"react-native-chart-kit": "^6.12.0",
"react-native-gesture-handler": "^2.28.0",
"react-native-paper": "^5.12.3",
"react-native-safe-area-context": "^5.6.2",
"react-native-screens": "^4.16.0",
"react-native-svg": "^15.12.1",
"react-native-toast-message": "^2.3.3",
"react-native-url-polyfill": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@types/react": "~19.1.10",
"@types/react-native": "~0.73.0",
"babel-preset-expo": "^54.0.0",
"typescript": "^5.9.3"
},
"private": true
}