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

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