2026-01-12 10:20:34 +09:00
|
|
|
{
|
|
|
|
|
"name": "app",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"main": "index.ts",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "expo start",
|
2026-01-12 14:51:15 +09:00
|
|
|
"android": "expo run:android",
|
|
|
|
|
"ios": "expo run:ios",
|
2026-01-12 10:20:34 +09:00
|
|
|
"web": "expo start --web"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@expo-google-fonts/inter": "^0.4.2",
|
|
|
|
|
"@expo/ngrok": "^4.1.3",
|
|
|
|
|
"@react-navigation/bottom-tabs": "^7.9.0",
|
|
|
|
|
"@react-navigation/native": "^7.1.26",
|
|
|
|
|
"@react-navigation/native-stack": "^7.9.0",
|
|
|
|
|
"axios": "^1.13.2",
|
2026-01-12 12:47:59 +09:00
|
|
|
"dayjs": "^1.11.19",
|
2026-01-12 10:20:34 +09:00
|
|
|
"expo": "~54.0.31",
|
2026-01-12 12:47:59 +09:00
|
|
|
"expo-blur": "~15.0.8",
|
|
|
|
|
"expo-dev-client": "~6.0.20",
|
2026-01-12 10:20:34 +09:00
|
|
|
"expo-file-system": "~19.0.21",
|
|
|
|
|
"expo-font": "~14.0.10",
|
|
|
|
|
"expo-image": "~3.0.11",
|
|
|
|
|
"expo-linear-gradient": "~15.0.8",
|
2026-01-12 15:07:43 +09:00
|
|
|
"expo-media-library": "^18.2.1",
|
2026-01-12 10:20:34 +09:00
|
|
|
"expo-splash-screen": "~31.0.13",
|
|
|
|
|
"expo-status-bar": "~3.0.9",
|
2026-01-12 14:51:15 +09:00
|
|
|
"expo-video-thumbnails": "^10.0.8",
|
2026-01-12 10:20:34 +09:00
|
|
|
"lucide-react-native": "^0.562.0",
|
|
|
|
|
"nativewind": "^4.2.1",
|
|
|
|
|
"react": "19.1.0",
|
|
|
|
|
"react-native": "0.81.5",
|
2026-01-12 12:47:59 +09:00
|
|
|
"react-native-color-matrix-image-filters": "^8.0.2",
|
2026-01-12 10:20:34 +09:00
|
|
|
"react-native-gesture-handler": "~2.28.0",
|
|
|
|
|
"react-native-pager-view": "6.9.1",
|
|
|
|
|
"react-native-reanimated": "~4.1.1",
|
|
|
|
|
"react-native-safe-area-context": "~5.6.0",
|
|
|
|
|
"react-native-screens": "~4.16.0",
|
|
|
|
|
"react-native-svg": "15.12.1",
|
|
|
|
|
"zustand": "^5.0.9"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/react": "~19.1.0",
|
|
|
|
|
"tailwindcss": "^3.4.19",
|
|
|
|
|
"typescript": "~5.9.2"
|
|
|
|
|
},
|
|
|
|
|
"private": true
|
|
|
|
|
}
|