-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 855 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
{
"name": "kharcha",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/webpack-config": "~19.0.1",
"@react-navigation/bottom-tabs": "^6.5.12",
"@react-navigation/native": "^6.1.10",
"expo": "~50.0.6",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.4",
"react-native-element-dropdown": "^2.10.1",
"react-native-safe-area-context": "4.8.2",
"react-native-web": "~0.19.6",
"expo-sqlite": "~13.2.2",
"expo-file-system": "~16.0.6",
"expo-asset": "~9.0.2",
"@expo/metro-config": "~0.17.1"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}