-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.61 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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "fe",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-kakao/core": "^2.4.5",
"@react-native-kakao/user": "^2.4.5",
"@tanstack/react-query": "^5.97.0",
"axios": "^1.16.1",
"expo": "~55.0.24",
"expo-blur": "^55.0.14",
"expo-build-properties": "~55.0.14",
"expo-dev-client": "~55.0.34",
"expo-font": "~55.0.4",
"expo-linear-gradient": "~55.0.14",
"expo-linking": "~55.0.15",
"expo-router": "~55.0.14",
"expo-status-bar": "~55.0.6",
"expo-video": "~55.0.17",
"expo-web-browser": "^55.0.16",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.6",
"react-native-reanimated": "4.2.1",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-svg": "^15.15.3",
"react-native-web": "^0.21.0",
"zustand": "^5.0.11"
},
"devDependencies": {
"@types/react": "~19.2.2",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"babel-plugin-module-resolver": "^5.0.2",
"babel-preset-expo": "^55.0.10",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-native": "^5.0.0",
"prettier": "^3.8.1",
"react-native-svg-transformer": "^1.5.3",
"typescript": "~5.9.2"
},
"private": true
}