This commit is contained in:
암냥 2026-04-05 23:34:55 +09:00
commit 5d899afe87
No known key found for this signature in database
30 changed files with 806 additions and 1091 deletions

View file

@ -5,8 +5,8 @@
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo start --android",
"ios": "expo start --ios",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "expo lint"
},
@ -16,6 +16,7 @@
"@react-navigation/native": "^7.1.33",
"expo": "~55.0.11",
"expo-constants": "~55.0.11",
"expo-dev-client": "~55.0.22",
"expo-device": "~55.0.12",
"expo-font": "~55.0.6",
"expo-glass-effect": "~55.0.10",
@ -27,18 +28,24 @@
"expo-symbols": "~55.0.7",
"expo-system-ui": "~55.0.13",
"expo-web-browser": "~55.0.12",
"nativewind": "^4.2.3",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.4",
"react-native-gesture-handler": "~2.30.0",
"react-native-worklets": "0.7.2",
"react-native-reanimated": "4.2.1",
"react-native-safe-area-context": "~5.6.2",
"react-native-reanimated": "^4.3.0",
"react-native-safe-area-context": "^5.7.0",
"react-native-screens": "~4.23.0",
"react-native-web": "~0.21.0"
"react-native-web": "~0.21.0",
"react-native-worklets": "0.8.1"
},
"devDependencies": {
"@types/react": "~19.2.2",
"babel-preset-expo": "^55.0.15",
"eslint": "^9.0.0",
"eslint-config-expo": "~55.0.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.17",
"typescript": "~5.9.2"
},
"private": true