- expo: ^53.0.0 → ^54.0.0 (54.0.33) - react-native: 0.79.6 → 0.81.5 - react: 19.0.0 → 19.1.0 - babel-preset-expo: ~13.0.0 → ~54.0.10 - @expo/vector-icons: ^14.0.2 → ^15.0.3 - react-native-reanimated: ~3.17.4 → ~4.1.1 - react-native-worklets: 新規追加 (reanimated v4 必須 peer dep) - expo-system-ui: 新規追加 (userInterfaceStyle 対応) 変更内容: - app.json: newArchEnabled を expo-build-properties から expo root へ移動 - babel.config.js: React Compiler を明示的に無効化 - UpdateAsync.ts: expo-updates reloadAsync API 変更に対応 - TopMenuButton.tsx: @expo/vector-icons deep path import を named import に変更 - trainIconStatus.tsx: 未使用の Icon deep path import を削除 - package.json: @types/react ~19.0.10 → ~19.1.4、doctor exclude 追加
107 lines
3.3 KiB
JSON
107 lines
3.3 KiB
JSON
{
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"eject": "expo eject",
|
|
"pushWeb": "npx expo export -p web && netlify deploy --dir dist --prod",
|
|
"checkDiagram": "bash ./check.sh"
|
|
},
|
|
"expo": {
|
|
"doctor": {
|
|
"reactNativeDirectoryCheck": {
|
|
"exclude": [
|
|
"@rneui/base",
|
|
"@rneui/themed",
|
|
"@lottiefiles/dotlottie-react",
|
|
"expo-felica-reader",
|
|
"react-native-touchable-scale",
|
|
"react-native-vector-icons",
|
|
"react-native-responsive-screen",
|
|
"typescript",
|
|
"react",
|
|
"react-dom"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@expo/metro-runtime": "~6.1.2",
|
|
"@expo/ngrok": "^4.1.0",
|
|
"@expo/vector-icons": "^15.0.3",
|
|
"@gorhom/bottom-sheet": "^5",
|
|
"@lottiefiles/dotlottie-react": "^0.13.0",
|
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
"@react-native-masked-view/masked-view": "0.3.2",
|
|
"@react-native-vector-icons/fontawesome": "^12.4.3",
|
|
"@react-native-vector-icons/material-icons": "^12.4.3",
|
|
"@react-navigation/bottom-tabs": "^7.2.0",
|
|
"@react-navigation/native": "^7.0.14",
|
|
"@react-navigation/stack": "^7.1.1",
|
|
"@rneui/base": "5.0.0",
|
|
"@rneui/themed": "5.0.0",
|
|
"dayjs": "^1.11.9",
|
|
"expo": "^54.0.0",
|
|
"expo-alternate-app-icons": "^1.3.0",
|
|
"expo-asset": "~12.0.12",
|
|
"expo-audio": "~1.1.1",
|
|
"expo-build-properties": "~1.0.10",
|
|
"expo-clipboard": "~8.0.8",
|
|
"expo-constants": "~18.0.13",
|
|
"expo-dev-client": "~6.0.20",
|
|
"expo-device": "~8.0.10",
|
|
"expo-felica-reader": "file:./modules/expo-felica-reader",
|
|
"expo-font": "~14.0.11",
|
|
"expo-haptics": "~15.0.8",
|
|
"expo-intent-launcher": "~13.0.8",
|
|
"expo-keep-awake": "~15.0.8",
|
|
"expo-linear-gradient": "~15.0.8",
|
|
"expo-linking": "~8.0.11",
|
|
"expo-localization": "~17.0.8",
|
|
"expo-location": "~19.0.8",
|
|
"expo-notifications": "~0.32.16",
|
|
"expo-screen-orientation": "~9.0.8",
|
|
"expo-sharing": "~14.0.8",
|
|
"expo-status-bar": "~3.0.9",
|
|
"expo-system-ui": "~6.0.9",
|
|
"expo-updates": "~29.0.16",
|
|
"expo-video": "~3.0.16",
|
|
"expo-web-browser": "~15.0.10",
|
|
"lottie-react-native": "~7.3.1",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-actions-sheet": "^0.9.7",
|
|
"react-native-android-widget": "^0.15.1",
|
|
"react-native-gesture-handler": "~2.28.0",
|
|
"react-native-maps": "1.20.1",
|
|
"react-native-reanimated": "~4.1.1",
|
|
"react-native-reanimated-carousel": "^3.5.1",
|
|
"react-native-responsive-screen": "^1.4.2",
|
|
"react-native-safe-area-context": "~5.6.0",
|
|
"react-native-screens": "~4.16.0",
|
|
"react-native-sortables": "^1.1.0",
|
|
"react-native-storage": "^1.0.1",
|
|
"react-native-svg": "15.12.1",
|
|
"react-native-touchable-scale": "^2.2.0",
|
|
"react-native-vector-icons": "^10.2.0",
|
|
"react-native-view-shot": "~4.0.3",
|
|
"react-native-web": "^0.21.0",
|
|
"react-native-webview": "13.15.0",
|
|
"react-native-worklets": "0.5.1",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.1.4",
|
|
"babel-preset-expo": "~54.0.10"
|
|
},
|
|
"resolutions": {
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0"
|
|
},
|
|
"private": true,
|
|
"name": "jrshikoku",
|
|
"version": "1.0.0"
|
|
}
|