-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.76 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "side-quest",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "nodemon ./server & echo $! > nodemon.pid & expo run:ios",
"postios": "kill $(cat nodemon.pid) 2>/dev/null && rm nodemon.pid",
"web": "expo start --web",
"poststart": "kill $(ps | grep node | grep -E -o '^ ?[0-9]+') 2>/dev/null"
},
"dependencies": {
"@google/generative-ai": "^0.7.1",
"@react-native-community/geolocation": "^3.2.1",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@shopify/react-native-skia": "^1.2.3",
"@types/react": "~18.2.45",
"axios": "^1.6.8",
"convex-hull": "^1.0.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"expo": "~50.0.14",
"expo-camera": "^14.1.3",
"expo-font": "~11.10.3",
"expo-location": "^16.5.5",
"expo-splash-screen": "^0.26.4",
"expo-status-bar": "~1.11.1",
"express": "^4.19.2",
"firebase": "^10.11.0",
"fs": "^0.0.1-security",
"graham_scan": "^1.0.5",
"lodash": "^4.17.21",
"metro-core": "^0.80.8",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.1.0",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-geolocation-service": "^5.3.1",
"react-native-gesture-handler": "^2.16.0",
"react-native-google-places-autocomplete": "^2.5.6",
"react-native-maps": "^1.14.0",
"react-native-safe-area-context": "^4.9.0",
"react-native-screens": "~3.29.0",
"react-native-svg": "14.1.0",
"react-native-view-shot": "^3.8.0",
"react-navigation": "^5.0.0",
"typescript": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}