goon/mobile/package.json
goon-foss ad0284585b Initial commit
Goon — self-hosted aggregator for adult-content scene metadata.

Indexes scenes from TPDB, StashDB, and 30+ public adult tube sites.
Cross-source deduplication via perceptual hash + Levenshtein distance.
FastAPI backend + APScheduler worker + React Native (Expo) mobile client.

FOSS, ad-free, donation-funded. See README for details.
2026-05-20 10:10:22 +02:00

48 lines
1.4 KiB
JSON

{
"name": "goon-mobile",
"version": "0.1.0",
"main": "App.tsx",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"tsc": "tsc --noEmit"
},
"dependencies": {
"@react-navigation/native": "^7.0.0",
"@react-navigation/native-stack": "^7.0.0",
"@sentry/react-native": "~6.10.0",
"@tanstack/react-query": "^5.59.0",
"expo": "~52.0.0",
"expo-asset": "~11.0.5",
"expo-build-properties": "~0.13.3",
"expo-clipboard": "~7.0.1",
"expo-haptics": "~14.0.1",
"expo-image": "~2.0.7",
"expo-intent-launcher": "~12.0.2",
"expo-linear-gradient": "~14.0.2",
"expo-local-authentication": "~15.0.2",
"expo-screen-capture": "~7.0.1",
"expo-screen-orientation": "~8.0.4",
"expo-secure-store": "~14.0.0",
"expo-status-bar": "~2.0.0",
"expo-updates": "~0.27.5",
"expo-video": "~2.0.6",
"react": "18.3.1",
"react-native": "0.76.9",
"react-native-gesture-handler": "~2.20.0",
"react-native-qrcode-svg": "^6.3.21",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-view-shot": "^5.1.0",
"react-native-webview": "13.12.5"
},
"devDependencies": {
"@babel/core": "^7.25.0",
"@types/react": "~18.3.12",
"typescript": "~5.3.3"
},
"private": true
}