mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 16:43:25 +00:00
35 lines
984 B
JSON
35 lines
984 B
JSON
{
|
|
"name": "mobile",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@expo/metro-config": "*",
|
|
"@expo/vector-icons": "*",
|
|
"@nx/expo": "*",
|
|
"@testing-library/jest-native": "*",
|
|
"@testing-library/react-native": "*",
|
|
"expo": "*",
|
|
"expo-font": "*",
|
|
"expo-splash-screen": "~0.20.5",
|
|
"expo-status-bar": "*",
|
|
"metro-config": "*",
|
|
"react": "*",
|
|
"react-native": "*",
|
|
"react-native-svg": "*",
|
|
"react-native-svg-transformer": "*",
|
|
"react-native-web": "*",
|
|
"@babel/core": "*",
|
|
"pod-install": "*"
|
|
},
|
|
"scripts": {
|
|
"eas-build-pre-install": "cd ../../ && node tools/scripts/eas-build-pre-install.mjs . apps/mobile && cp pnpm-lock.yaml apps/mobile",
|
|
"eas-build-post-install": "cd ../../ && node tools/scripts/eas-build-post-install.mjs . apps/mobile",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"pod-install": "^0.1.39"
|
|
}
|
|
}
|