Pin & Penny expense tracker (web + expo-app)

This commit is contained in:
2026-09-18 16:09:05 +00:00
commit b394fd85a9
23 changed files with 8583 additions and 0 deletions

30
expo-app/package.json Normal file
View File

@@ -0,0 +1,30 @@
{
"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
}