355b14faef
Enable App Store builds without EAS, iOS 18 App Intents plugins, and signing fixes for distribution export. Add mobile invoice PDF preview, compact line items, and more reliable shortcut deep-link handling. Co-authored-by: Cursor <cursoragent@cursor.com>
67 lines
2.1 KiB
JSON
67 lines
2.1 KiB
JSON
{
|
|
"name": "beenvoice-app",
|
|
"main": "expo-router/entry",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@better-auth/expo": "^1.6.19",
|
|
"@expo-google-fonts/inter": "^0.4.2",
|
|
"@expo-google-fonts/playfair-display": "^0.4.2",
|
|
"@expo/ui": "~56.0.18",
|
|
"@expo/vector-icons": "^15.1.1",
|
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
"@react-native-community/datetimepicker": "9.1.0",
|
|
"@react-native-picker/picker": "^2.11.4",
|
|
"@tanstack/react-query": "^5.101.0",
|
|
"@trpc/client": "^11.17.0",
|
|
"@trpc/react-query": "^11.17.0",
|
|
"better-auth": "^1.6.19",
|
|
"expo": "~56.0.12",
|
|
"expo-blur": "~56.0.3",
|
|
"expo-build-properties": "^56.0.19",
|
|
"expo-constants": "~56.0.18",
|
|
"expo-dev-client": "~56.0.20",
|
|
"expo-file-system": "~56.0.8",
|
|
"expo-font": "~56.0.7",
|
|
"expo-image": "^56.0.11",
|
|
"expo-linear-gradient": "~56.0.4",
|
|
"expo-linking": "~56.0.14",
|
|
"expo-local-authentication": "~56.0.4",
|
|
"expo-network": "^56.0.5",
|
|
"expo-notifications": "^56.0.18",
|
|
"expo-router": "~56.2.11",
|
|
"expo-secure-store": "^56.0.4",
|
|
"expo-sharing": "~56.0.18",
|
|
"expo-splash-screen": "~56.0.10",
|
|
"expo-status-bar": "~56.0.4",
|
|
"expo-symbols": "~56.0.6",
|
|
"expo-web-browser": "~56.0.5",
|
|
"expo-widgets": "~56.0.19",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"react-native": "0.85.3",
|
|
"react-native-reanimated": "4.3.1",
|
|
"react-native-safe-area-context": "~5.7.0",
|
|
"react-native-screens": "4.25.2",
|
|
"react-native-svg": "15.15.4",
|
|
"react-native-web": "~0.21.0",
|
|
"react-native-webview": "13.16.1",
|
|
"react-native-worklets": "0.8.3",
|
|
"superjson": "^2.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.2.2",
|
|
"react-native-svg-transformer": "^1.5.3",
|
|
"typescript": "~6.0.3"
|
|
},
|
|
"scripts": {
|
|
"start": "expo start --dev-client --port 8082",
|
|
"android": "expo run:android --port 8082",
|
|
"ios": "expo run:ios --port 8082",
|
|
"ios:release": "bash scripts/ios-release.sh",
|
|
"ios:release:upload": "bash scripts/ios-release.sh --upload",
|
|
"web": "expo start --web"
|
|
},
|
|
"private": true,
|
|
"packageManager": "bun@1.3.14"
|
|
}
|