NuvioStreaming/package.json
Nayif Noushad 6cd08ecb68 Initial commit
Generated by create-expo-app 3.3.0.
2025-04-10 16:34:21 +05:30

23 lines
490 B
JSON

{
"name": "stremio-expo",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~52.0.43",
"expo-status-bar": "~2.0.1",
"react": "18.3.1",
"react-native": "0.76.9"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~18.3.12",
"typescript": "^5.3.3"
},
"private": true
}