-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.31 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
42
43
{
"name": "frontend",
"version": "1.0.0",
"main": "index.ts",
"dependencies": {
"@mj-studio/react-native-naver-map": "^2.9.0",
"@react-navigation/bottom-tabs": "^7.18.18",
"@react-navigation/native": "^7.3.18",
"@react-navigation/native-stack": "^7.18.10",
"expo": "~57.0.13",
"expo-build-properties": "~57.0.11",
"expo-dev-client": "~57.0.12",
"expo-font": "~57.0.1",
"expo-haptics": "~57.0.1",
"expo-speech-recognition": "^56.0.1",
"expo-splash-screen": "~57.0.6",
"expo-status-bar": "~57.0.1",
"react": "19.2.3",
"react-native": "0.86.2",
"react-native-gesture-handler": "~2.32.0",
"react-native-reanimated": "4.5.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.26.0",
"react-native-svg": "15.15.4",
"react-native-worklets": "0.10.1",
"styled-components": "^6.4.3"
},
"devDependencies": {
"@types/react": "~19.2.2",
"@types/styled-components-react-native": "^5.2.5",
"babel-plugin-module-resolver": "^5.0.3",
"babel-preset-expo": "^57.0.2",
"react-native-svg-transformer": "^1.5.3",
"typescript": "~6.0.3"
},
"scripts": {
"start": "expo start",
"android": "expo run:android --active-arch-only",
"ios": "expo run:ios",
"web": "expo start --web"
},
"private": true
}