-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.57 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.57 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
{
"name": "student_life_score",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-community/datetimepicker": "^8.2.0",
"@react-native-picker/picker": "^2.9.0",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/drawer": "^7.1.1",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"axios": "^1.7.9",
"expo": "~52.0.28",
"expo-calendar": "~14.0.6",
"expo-firebase-recaptcha": "^2.3.1",
"expo-image-picker": "~16.0.5",
"expo-print": "~14.0.3",
"expo-sharing": "~13.0.1",
"expo-status-bar": "~2.0.1",
"firebase": "^11.3.0",
"lucide-react": "^0.473.0",
"react": "18.3.1",
"react-native": "0.76.6",
"react-native-app": "^1.0.0",
"react-native-calendars": "^1.1308.1",
"react-native-chart-kit": "^6.12.0",
"react-native-dropdown-picker": "^5.4.6",
"react-native-get-random-values": "~1.11.0",
"react-native-gifted-chat": "^2.6.5",
"react-native-image-picker": "^7.2.3",
"react-native-modal-datetime-picker": "^18.0.0",
"react-native-paper": "^5.13.1",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "^15.11.1",
"react-native-vector-icons": "^10.2.0",
"react-native-webview": "^13.12.5"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}