-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 837 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 837 Bytes
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
{
"license": "0BSD",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~52.0.27",
"expo-status-bar": "~2.0.1",
"react": "18.3.1",
"react-native": "0.76.6",
"openmeteo": "*",
"expo-location": "~18.0.5",
"expo-file-system": "~18.0.7",
"expo-localization": "~16.0.1",
"@expo/vector-icons": "^14.0.2",
"react-native-paper": "4.9.2",
"onnxruntime-react-native": "*",
"react-native-device-info": "*",
"react-native-geolocation-service": "*",
"@react-native-community/geolocation": "*",
"expo-dev-client": "~5.0.10"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true,
"name": "drds-app",
"version": "1.0.0"
}