35 lines
945 B
JSON
35 lines
945 B
JSON
{
|
|
"name": "memento-mobile",
|
|
"version": "1.0.0",
|
|
"main": "expo-router/entry",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"build:android": "eas build --platform android",
|
|
"build:ios": "eas build --platform ios"
|
|
},
|
|
"dependencies": {
|
|
"expo": "~53.0.0",
|
|
"expo-router": "~5.1.11",
|
|
"expo-status-bar": "~2.2.3",
|
|
"expo-secure-store": "~14.2.0",
|
|
"expo-font": "~13.3.1",
|
|
"expo-splash-screen": "~0.30.8",
|
|
"react": "19.0.0",
|
|
"react-native": "0.79.6",
|
|
"react-native-safe-area-context": "5.4.0",
|
|
"react-native-screens": "~4.11.1",
|
|
"react-native-webview": "13.13.5",
|
|
"@react-native-async-storage/async-storage": "2.1.2",
|
|
"nativewind": "^4.1.23",
|
|
"tailwindcss": "^3.4.0",
|
|
"zustand": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@types/react": "~19.0.10",
|
|
"typescript": "~5.8.3"
|
|
}
|
|
}
|