-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 873 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
{
"name": "wienlocal",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-navigation/drawer": "^6.6.4",
"@react-navigation/native": "^6.1.8",
"axios": "^1.6.5",
"expo": "~49.0.13",
"expo-file-system": "~15.4.4",
"expo-linear-gradient": "~12.3.0",
"expo-location": "~16.1.0",
"expo-status-bar": "~1.6.0",
"react": "18.2.0",
"react-leaflet": "^4.2.1",
"react-native": "0.72.6",
"react-native-maps": "1.7.1",
"react-native-reanimated": "~3.3.0",
"react-native-webview": "13.2.2",
"undefined": "react-navigation/native",
"yarn": "^1.22.19"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}