Files
jrshikoku/package.json

114 lines
3.6 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": {
"@bacons/apple-targets": "^4.0.6",
"@expo/metro-runtime": "~55.0.6",
"@expo/ngrok": "^4.1.3",
"@expo/vector-icons": "^15.1.1",
"@gorhom/bottom-sheet": "^5",
"@lottiefiles/dotlottie-react": "^0.18.7",
"@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.15.6",
"@react-navigation/native": "^7.1.34",
"@react-navigation/stack": "^7.8.6",
"@rneui/base": "5.0.0",
"@rneui/themed": "5.0.0",
"dayjs": "^1.11.20",
"expo": "^55.0.8",
"expo-alternate-app-icons": "8.0.0",
"expo-asset": "~55.0.10",
"expo-audio": "~55.0.9",
"expo-build-properties": "~55.0.10",
"expo-clipboard": "~55.0.9",
"expo-constants": "~55.0.9",
"expo-dev-client": "~55.0.18",
"expo-device": "~55.0.10",
"expo-felica-reader": "file:./modules/expo-felica-reader",
"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.8",
"expo-localization": "~55.0.9",
"expo-location": "~55.1.4",
"expo-notifications": "~55.0.13",
"expo-screen-orientation": "~55.0.9",
"expo-sharing": "~55.0.14",
"expo-status-bar": "~55.0.4",
"expo-system-ui": "~55.0.10",
"expo-updates": "~55.0.15",
"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": "10.1.2",
"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.9.4",
"react-native-storage": "^1.0.1",
"react-native-svg": "15.15.3",
"react-native-touchable-scale": "^2.2.0",
"react-native-vector-icons": "^10.3.0",
"react-native-view-shot": "~4.0.3",
"react-native-web": "^0.21.2",
"react-native-webview": "13.16.0",
"react-native-worklets": "0.7.2",
"typescript": "~5.9.3",
"expo-live-activity": "file:./modules/expo-live-activity"
},
"devDependencies": {
"@types/react": "~19.2.14",
"babel-preset-expo": "~55.0.12",
"baseline-browser-mapping": "^2.10.9"
},
"resolutions": {
"react": "19.2.0",
"react-dom": "19.2.0",
"expo-asset": "55.0.10",
"expo-constants": "55.0.9",
"expo-manifests": "55.0.11",
"react-native-worklets": "0.7.2"
},
"private": true,
"name": "jrshikoku",
"version": "1.0.0"
}