-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.18 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
{
"name": "Spendly",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run: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": "9.1.0",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"babel-preset-expo": "~56.0.0",
"expo": "^56.0.0",
"expo-constants": "~56.0.0",
"expo-document-picker": "~56.0.4",
"expo-file-system": "~56.0.0",
"expo-font": "~56.0.0",
"expo-linear-gradient": "~56.0.0",
"expo-linking": "~56.0.0",
"expo-local-authentication": "~56.0.0",
"expo-sharing": "~56.0.0",
"expo-status-bar": "~56.0.0",
"react": "19.2.3",
"react-native": "0.85.3",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "4.25.2",
"xlsx": "0.18.5"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}