-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 955 Bytes
/
package.json
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
{
"name": "weathering",
"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": {
"axios": "^1.6.7",
"expo": "~49.0.23",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.13",
"expo-linking": "~5.0.2",
"expo-location": "~16.1.0",
"expo-router": "2.0.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "~2.4.0",
"react": "18.2.0",
"react-native": "0.72.10",
"react-native-gesture-handler": "~2.12.1",
"react-native-paper": "^5.12.3",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.1",
"swr": "^2.2.5",
"zustand": "^4.5.1"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@types/react": "~18.2.57",
"typescript": "^5.3.3"
},
"private": true
}