-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) ยท 3.54 KB
/
package.json
File metadata and controls
108 lines (108 loc) ยท 3.54 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "leenk",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@babel/runtime": "^7.27.6",
"@expo/vector-icons": "^14.1.0",
"@faker-js/faker": "^9.8.0",
"@microsoft/react-native-clarity": "^4.2.0",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/datetimepicker": "8.4.1",
"@react-native-firebase/analytics": "^23.5.0",
"@react-native-firebase/app": "^23.5.0",
"@react-native-firebase/crashlytics": "^23.5.0",
"@react-native-firebase/messaging": "^23.5.0",
"@react-native-kakao/core": "^2.4.0",
"@react-native-kakao/user": "^2.4.0",
"@react-native-seoul/kakao-login": "^5.4.1",
"@react-navigation/native": "^7.1.6",
"@react-navigation/native-stack": "^7.3.10",
"@types/styled-components": "^5.1.34",
"axios": "^1.9.0",
"base-64": "^1.0.0",
"core-js": "^3.44.0",
"dayjs": "^1.11.13",
"expo": "~53.0.9",
"expo-apple-authentication": "~7.2.4",
"expo-blur": "~14.1.5",
"expo-build-properties": "~0.14.6",
"expo-clipboard": "~7.1.4",
"expo-constants": "~17.1.7",
"expo-dev-client": "~5.2.2",
"expo-device": "~7.1.4",
"expo-font": "~13.3.1",
"expo-haptics": "~14.1.4",
"expo-image": "~2.4.1",
"expo-image-picker": "^16.1.4",
"expo-linear-gradient": "~14.1.5",
"expo-linking": "~7.1.5",
"expo-media-library": "~17.1.7",
"expo-notifications": "~0.31.4",
"expo-router": "~5.1.0",
"expo-secure-store": "~14.2.3",
"expo-splash-screen": "~0.30.9",
"expo-status-bar": "~2.2.3",
"expo-system-ui": "~5.0.8",
"expo-web-browser": "~14.2.0",
"jwt-decode": "^4.0.0",
"lodash.debounce": "^4.0.8",
"lottie-react": "^2.4.1",
"lottie-react-native": "7.2.2",
"qs": "^6.14.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.6",
"react-native-animated-pagination-dots": "^0.1.73",
"react-native-gesture-handler": "~2.24.0",
"react-native-global-props": "^1.1.5",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.8.3",
"react-native-modern-datepicker": "^1.0.0-beta.91",
"react-native-pager-view": "6.7.1",
"react-native-reanimated": "~3.17.4",
"react-native-reanimated-carousel": "^4.0.2",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-share": "^12.2.1",
"react-native-svg": "15.11.2",
"react-native-svg-transformer": "^1.5.1",
"react-native-web": "~0.20.0",
"react-native-webview": "13.13.5",
"styled-components": "^6.1.19",
"zustand": "^5.0.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@eslint/js": "^9.26.0",
"@tsconfig/react-native": "^3.0.6",
"@types/jest": "^30.0.0",
"@types/react": "~19.0.10",
"@types/react-native-global-props": "^1.1.6",
"@types/styled-components-react-native": "^5.2.5",
"axios-mock-adapter": "^2.1.0",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^9.26.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-unused-imports": "^4.1.4",
"globals": "^16.1.0",
"jest": "^29.7.0",
"jest-expo": "~53.0.5",
"prettier": "^3.5.3",
"react-test-renderer": "19.0.0",
"ts-jest": "^29.4.4",
"typescript": "~5.8.3",
"typescript-eslint": "^8.32.1"
},
"private": true
}