WellNuo/package.json
Sergei 93b7e80509 Initial commit
Generated by create-expo-app 3.5.3.
2025-12-09 22:03:44 -08:00

23 lines
465 B
JSON

{
"name": "wellnuo-voice-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": "~54.0.27",
"expo-status-bar": "~3.0.9",
"react": "19.1.0",
"react-native": "0.81.5"
},
"devDependencies": {
"@types/react": "~19.1.0",
"typescript": "~5.9.2"
},
"private": true
}