Files
jrshikoku/package.json
harukin-expo-dev-env 2827fce560 fix: react-native-android-widget を 0.20.1 にアップグレード
RN 0.83 で CSSBackgroundDrawable が削除されたため
0.15.1 → 0.20.1 で対応

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-18 06:26:14 +00:00

106 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": "~55.0.6",
"@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": "^55.0.0",
"expo-alternate-app-icons": "^1.3.0",
"expo-asset": "~55.0.9",
"expo-audio": "~55.0.9",
"expo-build-properties": "~55.0.10",
"expo-clipboard": "~55.0.9",
"expo-constants": "~55.0.8",
"expo-dev-client": "~55.0.17",
"expo-device": "~55.0.10",
"expo-font": "~55.0.4",
"expo-haptics": "~55.0.9",
"expo-intent-launcher": "~55.0.9",
"expo-keep-awake": "~55.0.4",
"expo-linear-gradient": "~55.0.9",
"expo-linking": "~55.0.7",
"expo-localization": "~55.0.9",
"expo-location": "~55.1.3",
"expo-notifications": "~55.0.13",
"expo-screen-orientation": "~55.0.9",
"expo-sharing": "~55.0.12",
"expo-status-bar": "~55.0.4",
"expo-system-ui": "~55.0.10",
"expo-updates": "~55.0.14",
"expo-video": "~55.0.11",
"expo-web-browser": "~55.0.10",
"lottie-react-native": "~7.3.1",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.2",
"react-native-actions-sheet": "^0.9.7",
"react-native-android-widget": "^0.20.1",
"react-native-gesture-handler": "~2.30.0",
"react-native-maps": "1.27.2",
"react-native-reanimated": "4.2.1",
"react-native-reanimated-carousel": "^4.0.3",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.23.0",
"react-native-sortables": "^1.1.0",
"react-native-storage": "^1.0.1",
"react-native-svg": "15.15.3",
"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.16.0",
"react-native-worklets": "0.7.2",
"typescript": "~5.9.2"
},
"devDependencies": {
"@types/react": "~19.2.10",
"babel-preset-expo": "~55.0.8"
},
"resolutions": {
"react": "19.2.0",
"react-dom": "19.2.0"
},
"private": true,
"name": "jrshikoku",
"version": "1.0.0"
}