- Add Expo Router with bottom tabs (Home, Scan, Proforma, Payments, Profile) - Home: earnings summary, quick actions, invoice list with Waiting/Paid filters - Scan: placeholder for camera flow, recent scans list - Proforma: list of proforma requests with send-to-contacts CTA - Payments: pending match and reconciled list - Profile: account info, about, logout - Apply Yaltopia theme: primary orange (#ea580c), dark navbar/tabs (#2d2d2d) - Add mock data (invoices, proforma, payments, user) in lib/mock-data.ts - Root layout: GestureHandler, SafeArea, PortalHost; tab bar dark with orange active Co-authored-by: Cursor <cursoragent@cursor.com>
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "yaltopia-tickets-app",
|
|
"version": "1.0.0",
|
|
"main": "expo-router/entry",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@expo/metro-runtime": "~6.1.2",
|
|
"@react-navigation/native": "^7.1.28",
|
|
"@rn-primitives/portal": "^1.3.0",
|
|
"@rn-primitives/slot": "^1.2.0",
|
|
"babel-preset-expo": "^54.0.10",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"expo": "~54.0.33",
|
|
"expo-constants": "^18.0.13",
|
|
"expo-linking": "^8.0.11",
|
|
"expo-router": "^6.0.23",
|
|
"expo-status-bar": "~3.0.9",
|
|
"nativewind": "^4.2.2",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-gesture-handler": "^2.30.0",
|
|
"react-native-reanimated": "^4.2.2",
|
|
"react-native-safe-area-context": "^5.6.2",
|
|
"react-native-screens": "^4.23.0",
|
|
"react-native-web": "^0.21.0",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.1.0",
|
|
"prettier-plugin-tailwindcss": "^0.5.14",
|
|
"tailwindcss": "^3.4.19",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true
|
|
}
|