Files
helium/native-app/package.json

30 lines
731 B
JSON

{
"name": "helium-native",
"version": "0.1.0",
"private": true,
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"prebuild": "expo prebuild",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@clerk/clerk-expo": "^2.19.22",
"expo": "^54.0.0",
"expo-secure-store": "^15.0.0",
"expo-splash-screen": "~31.0.13",
"react": "19.2.0",
"react-native": "0.82.0",
"react-native-safe-area-context": "^5.7.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-webrtc": "^124.0.7"
},
"devDependencies": {
"@types/react": "^19.2.2",
"babel-preset-expo": "^54.0.10",
"typescript": "^5.9.3"
}
}