summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2023-04-01 17:44:58 +0200
committerMaksymilian Jopek <maks@jopek.eu>2023-04-01 17:51:16 +0200
commiteb25480919c73af5c02771c6124494f415f7a063 (patch)
tree8ede26ac1764ce115894fa7b375d2a617bd9d33a /package.json
parentbb1eb5012dfee08024c0dbfe071af8c28f8cace6 (diff)
downloadgeo-app-master.tar.gz
geo-app-master.tar.zst
geo-app-master.zip
Working appHEADmaster
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 15 insertions, 7 deletions
diff --git a/package.json b/package.json
index 4c40299..514fd96 100644
--- a/package.json
+++ b/package.json
@@ -10,15 +10,23 @@
"eject": "expo eject"
},
"dependencies": {
- "expo": "~44.0.0",
- "expo-status-bar": "~1.2.0",
- "react": "17.0.1",
- "react-dom": "17.0.1",
- "react-native": "0.64.3",
- "react-native-web": "0.17.1"
+ "@react-native-async-storage/async-storage": "~1.17.3",
+ "@react-navigation/native": "^6.0.8",
+ "@react-navigation/native-stack": "^6.4.1",
+ "expo": "^46.0.0",
+ "expo-font": "~10.2.0",
+ "expo-location": "~14.3.0",
+ "expo-status-bar": "~1.4.0",
+ "react": "18.0.0",
+ "react-dom": "18.0.0",
+ "react-native": "0.69.6",
+ "react-native-maps": "0.31.1",
+ "react-native-safe-area-context": "4.3.1",
+ "react-native-screens": "~3.15.0",
+ "react-native-web": "~0.18.7"
},
"devDependencies": {
- "@babel/core": "^7.12.9"
+ "@babel/core": "^7.18.6"
},
"private": true
}