generated from bell-kevin/kevinBellTemplateRepo
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 835 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": "regiauth",
"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": {
"@expo/webpack-config": "^19.0.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"axios": "^1.7.9",
"expo": "~52.0.23",
"expo-image-picker": "^16.0.3",
"expo-location": "^18.0.4",
"expo-splash-screen": "^0.29.18",
"expo-sqlite": "^15.0.5",
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.5",
"react-native-maps": "1.20.1",
"react-native-web": "~0.19.13"
},
"devDependencies": {
"@babel/core": "^7.26.0"
},
"private": true
}