mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 11:43:26 +00:00
32 lines
906 B
JSON
32 lines
906 B
JSON
{
|
|
"name": "mobile",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@testing-library/jest-native": "*",
|
|
"@testing-library/react-native": "*",
|
|
"metro-config": "*",
|
|
"react-native": "*",
|
|
"expo": "*",
|
|
"react-native-svg": "*",
|
|
"react-native-web": "*",
|
|
"@expo/vector-icons": "*",
|
|
"expo-font": "*",
|
|
"react": "*",
|
|
"expo-status-bar": "*",
|
|
"@nx/expo": "*",
|
|
"@expo/metro-config": "*",
|
|
"react-native-svg-transformer": "*",
|
|
"expo-splash-screen": "~0.20.5"
|
|
},
|
|
"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"
|
|
}
|
|
}
|