-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.1 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
{
"name": "daily-budget-app",
"version": "1.0.0",
"main": "expo-router/entry",
"scheme": "dailybudget",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^15.1.1",
"@gorhom/bottom-sheet": "^5",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/datetimepicker": "8.6.0",
"@react-native-community/hooks": "^100.1.0",
"expo": "~55.0.6",
"expo-font": "~55.0.4",
"expo-localization": "~55.0.8",
"expo-router": "~55.0.5",
"expo-sqlite": "~55.0.11",
"expo-status-bar": "~55.0.4",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.2",
"react-native-safe-area-context": "^5.7.0"
},
"private": true,
"devDependencies": {
"@react-native-community/cli": "^20.1.2",
"@types/jest": "29.5.14",
"@types/react": "~19.2.10",
"jest": "~29.7.0",
"jest-expo": "~55.0.11",
"typescript": "~5.9.2"
}
}