mirror of
https://github.com/SrIzan10/helium.git
synced 2026-06-06 00:56:58 +00:00
28 lines
646 B
JSON
28 lines
646 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-url-polyfill": "^2.0.0",
|
|
"react-native-webrtc": "^124.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.2",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|