-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.16 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.16 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
{
"name": "greww",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@gorhom/bottom-sheet": "^5.1.8",
"@react-native-async-storage/async-storage": "^2.2.0",
"@reduxjs/toolkit": "^2.8.2",
"@tanstack/react-query": "^5.81.5",
"axios": "^1.10.0",
"expo": "~53.0.15",
"expo-linear-gradient": "^14.1.5",
"expo-linking": "^7.1.7",
"expo-router": "^5.1.2",
"expo-status-bar": "~2.2.3",
"i": "^0.3.7",
"lucide-react-native": "^0.525.0",
"npm": "^11.4.2",
"react": "19.0.0",
"react-native": "0.79.4",
"react-native-chart-kit": "^6.12.0",
"react-native-dotenv": "^3.4.11",
"react-native-modal": "^14.0.0-rc.1",
"react-native-safe-area-context": "^5.6.0",
"react-native-screens": "^4.13.1",
"react-native-svg": "^15.12.0",
"react-redux": "^9.2.0",
"redux": "^5.0.1",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~19.0.10",
"typescript": "~5.8.3"
},
"private": true
}