-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.41 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.41 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
{
"name": "front-end",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start -c",
"android": "expo start --android -c",
"ios": "expo start --ios -c"
},
"dependencies": {
"@expo-google-fonts/montserrat": "^0.3.0",
"@expo-google-fonts/montserrat-alternates": "^0.3.0",
"@expo/vector-icons": "^14.1.0",
"@react-native-async-storage/async-storage": "^2.1.2",
"@react-navigation/drawer": "^7.3.11",
"@react-navigation/native": "^7.1.8",
"@react-navigation/stack": "^7.3.1",
"expo": "53.0.9",
"expo-app-loading": "^2.1.1",
"expo-document-picker": "^13.1.5",
"expo-router": "~5.0.6",
"expo-splash-screen": "~0.30.8",
"jwt-decode": "^4.0.0",
"react": "19.0.0",
"react-native": "0.79.2",
"react-native-chart-kit": "^6.12.0",
"react-native-dotenv": "3.4.11",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.24.0",
"react-native-get-random-values": "^1.11.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-picker-select": "^9.3.1",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.10.0",
"uuid": "^11.1.0",
"react-native-svg": "15.11.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~19.0.10",
"typescript": "~5.8.3"
},
"private": true
}