mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 16:03:26 +00:00
26 lines
750 B
JSON
26 lines
750 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": "*"
|
|
},
|
|
"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"
|
|
}
|
|
}
|