32 lines
856 B
JSON
32 lines
856 B
JSON
{
|
|
"name": "inchstep-mobile",
|
|
"version": "1.0.0",
|
|
"main": "expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"lint": "eslint .",
|
|
"test": "react-native-testing-library"
|
|
},
|
|
"dependencies": {
|
|
"expo": "~52.0.0",
|
|
"expo-status-bar": "~2.0.0",
|
|
"react": "18.3.1",
|
|
"react-native": "0.76.7",
|
|
"react-native-safe-area-context": "~5.0.0",
|
|
"react-native-screens": "~4.4.0",
|
|
"@react-navigation/native": "^7.0.0",
|
|
"@react-navigation/bottom-tabs": "^7.0.0",
|
|
"@react-navigation/native-stack": "^7.0.0",
|
|
"@expo/vector-icons": "^14.0.0",
|
|
"@react-native-async-storage/async-storage": "~2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~18.3.0",
|
|
"typescript": "~5.3.0"
|
|
},
|
|
"private": true
|
|
}
|