BigBrainParking/app/package.json
Hank 1dede50995 Initial commit: parksmarter-client + BigBrainParking app
Reverse-engineered ParkSmarter API client (TypeScript, live-verified) plus a
de-Googled Expo/React Native app for GrapheneOS: MapLibre meter map with GPS,
VisionCamera QR kiosk scanning with save/share, local session-expiry reminders,
UnifiedPush wiring, and Gitea CI to publish signed APKs for Obtainium.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-06 08:33:47 -07:00

38 lines
1.1 KiB
JSON

{
"name": "bigbrainparking-app",
"version": "0.1.0",
"private": true,
"main": "index.ts",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"prebuild": "expo prebuild --platform android --clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"parksmarter-client": "*",
"expo": "~53.0.0",
"expo-secure-store": "~14.0.0",
"expo-location": "~18.0.0",
"expo-notifications": "~0.29.0",
"expo-constants": "~17.0.0",
"expo-localization": "~16.0.0",
"expo-linking": "~7.0.0",
"expo-status-bar": "~2.0.0",
"@react-navigation/native": "^7.0.0",
"@react-navigation/native-stack": "^7.0.0",
"@react-navigation/bottom-tabs": "^7.0.0",
"react-native-screens": "~4.4.0",
"react-native-safe-area-context": "4.12.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@maplibre/maplibre-react-native": "^10.0.0",
"react-native-vision-camera": "^4.6.0",
"react-native-unifiedpush": "^2.0.0",
"react": "19.0.0",
"react-native": "0.79.0"
},
"devDependencies": {
"@types/react": "~19.0.0",
"typescript": "~5.4.0"
}
}