← back to Nineoh Guide
apps/mobile/package.json
29 lines
{
"name": "@nineoh/mobile",
"version": "0.3.0",
"private": true,
"main": "index.ts",
"scripts": {
"start": "expo start",
"ios": "expo start --ios",
"prebuild": "expo prebuild",
"doctor": "expo-doctor"
},
"dependencies": {
"@babel/runtime": "^7.29.0",
"@nineoh/core": "workspace:*",
"@react-native-async-storage/async-storage": "1.23.1",
"expo": "~52.0.0",
"expo-blur": "~14.0.0",
"expo-constants": "~17.0.0",
"expo-linear-gradient": "~14.0.0",
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react-native": "0.76.5"
},
"devDependencies": {
"@types/react": "~18.3.12",
"typescript": "^5.7.2"
}
}