-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
120 lines (120 loc) · 4.03 KB
/
package.json
File metadata and controls
120 lines (120 loc) · 4.03 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
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "dasii",
"version": "1.4.0",
"private": true,
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "expo lint"
},
"dependencies": {
"@babel/runtime": "^7.28.6",
"@emotion/native": "^11.11.0",
"@emotion/react": "^11.14.0",
"@expo/metro-runtime": "~6.1.2",
"@expo/ngrok": "^4.1.3",
"@expo/vector-icons": "^15.0.2",
"@gorhom/bottom-sheet": "^5.2.6",
"@gorhom/portal": "^1.0.14",
"@hookform/resolvers": "^5.2.2",
"@invertase/react-native-apple-authentication": "^2.4.1",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-kakao/core": "^2.4.4",
"@react-native-kakao/user": "^2.4.4",
"@react-navigation/bottom-tabs": "^7.3.10",
"@react-navigation/elements": "^2.3.8",
"@react-navigation/native": "^7.1.6",
"@sentry/react-native": "^7.3.0",
"@tanstack/react-query": "^5.87.4",
"axios": "^1.11.0",
"badwords-ko": "^1.0.4",
"compare-versions": "^6.1.1",
"crypto-js": "^4.2.0",
"event-target-shim": "^6.0.2",
"expo": "^54.0.6",
"expo-auth-session": "~7.0.8",
"expo-blur": "~15.0.7",
"expo-build-properties": "~1.0.10",
"expo-clipboard": "~8.0.7",
"expo-constants": "~18.0.9",
"expo-dev-client": "~6.0.20",
"expo-file-system": "^19.0.21",
"expo-font": "~14.0.8",
"expo-haptics": "~15.0.7",
"expo-image": "~3.0.8",
"expo-image-picker": "~17.0.8",
"expo-linear-gradient": "~15.0.7",
"expo-linking": "~8.0.8",
"expo-router": "~6.0.3",
"expo-secure-store": "~15.0.7",
"expo-splash-screen": "~31.0.10",
"expo-status-bar": "~3.0.8",
"expo-symbols": "~1.0.7",
"expo-system-ui": "~6.0.7",
"expo-tracking-transparency": "^6.0.8",
"expo-web-browser": "~15.0.7",
"fast-text-encoding": "^1.0.6",
"leo-profanity": "^1.8.0",
"msw": "^2.10.5",
"nativewind": "^2.0.11",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.62.0",
"react-native": "0.81.4",
"react-native-calendars": "^1.1313.0",
"react-native-gesture-handler": "~2.28.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-markdown-display": "^7.0.2",
"react-native-modal": "^14.0.0-rc.1",
"react-native-modalize": "^2.1.1",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "~4.1.1",
"react-native-reanimated-carousel": "^4.0.3",
"react-native-safe-area-context": "^5.6.1",
"react-native-screens": "~4.16.0",
"react-native-shimmer-placeholder": "^2.0.9",
"react-native-step-indicator": "^1.0.3",
"react-native-svg": "15.12.1",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "^0.21.0",
"react-native-webview": "13.15.0",
"react-native-worklets": "0.5.1",
"tailwindcss": "3.3.2",
"uuid": "^11.1.0",
"zod": "^3.25.76",
"zustand": "^5.0.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@eslint/css": "^0.8.1",
"@eslint/js": "^9.28.0",
"@eslint/json": "^0.12.0",
"@react-native-community/cli": "^20.0.1",
"@react-native/metro-config": "^0.84.0",
"@types/crypto-js": "^4.2.2",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@types/react-native-snap-carousel": "^3.8.12",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"eslint": "^9.28.0",
"eslint-config-expo": "~10.0.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.4.1",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.2.0",
"prettier": "^3.5.3",
"react-native-svg-transformer": "^1.5.1",
"typescript": "^5.9.2",
"typescript-eslint": "^8.33.0"
},
"overrides": {
"react-native-calendars": {
"react-native-safe-area-context": "5.6.1"
}
},
"packageManager": "pnpm@10.12.3+sha512.467df2c586056165580ad6dfb54ceaad94c5a30f80893ebdec5a44c5aa73c205ae4a5bb9d5ed6bb84ea7c249ece786642bbb49d06a307df218d03da41c317417"
}