-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.07 KB
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
{
"name": "everywhere",
"version": "1.0.0",
"main": "index.jsx",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"ios:simulator": "expo run:ios --simulator",
"web": "expo start --web"
},
"dependencies": {
"@babel/runtime": "^7.28.4",
"@google/genai": "^1.30.0",
"@gorhom/bottom-sheet": "^5.2.6",
"@mj-studio/react-native-naver-map": "^2.6.7",
"expo": "~54.0.25",
"expo-ble": "^0.4.2",
"expo-blur": "^15.0.7",
"expo-build-properties": "~1.0.9",
"expo-dev-client": "^6.0.18",
"expo-linking": "^8.0.9",
"expo-router": "^6.0.15",
"expo-status-bar": "~3.0.8",
"react": "19.1.0",
"react-dom": "^19.1.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "^2.29.1",
"react-native-reanimated": "^4.1.5",
"react-native-safe-area-context": "^5.6.2",
"react-native-screens": "4.16.0"
},
"devDependencies": {
"babel-preset-expo": "^54.0.7",
"typescript": "~5.9.2"
},
"overrides": {
"react": "19.1.0"
},
"private": true
}