Files
native-app/apps/mobile/package.json
2024-01-14 21:24:49 +01:00

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"
}
}