31 lines
822 B
JSON
31 lines
822 B
JSON
{
|
|
"name": "expense-tracker",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@expo-google-fonts/petit-formal-script": "0.4.1",
|
|
"@expo-google-fonts/shadows-into-light-two": "0.4.1",
|
|
"@expo-google-fonts/style-script": "0.4.2",
|
|
"@expo-google-fonts/waterfall": "0.4.2",
|
|
"@expo/metro-runtime": "57.0.15",
|
|
"@react-native-async-storage/async-storage": "3.1.1",
|
|
"expo": "57.0.23",
|
|
"expo-font": "57.0.4",
|
|
"expo-status-bar": "57.0.1",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"react-native": "0.86.3",
|
|
"react-native-web": "0.21.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0"
|
|
},
|
|
"private": true
|
|
}
|