-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.01 KB
/
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
{
"name": "clientapp",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"postInstall": "node postInstall.js"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@expo/metro-runtime": "~4.0.0",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"axios": "^1.7.4",
"expo": "^52.0.11",
"expo-build-properties": "^0.13.1",
"expo-env": "^1.1.1",
"expo-status-bar": "~2.0.0",
"lru-cache": "^11.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-native": "^0.76.3",
"react-native-maps": "^1.18.0",
"react-native-vector-icons": "^10.2.0",
"react-native-web": "^0.19.13"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}