Files
2026-06-29 01:59:27 -04:00

49 lines
1.8 KiB
JSON

{
"name": "hotdog",
"version": "1.0.0",
"main": "index.ts",
"dependencies": {
"@dariyd/react-native-image-description": "^1.0.4",
"@expo/vector-icons": "^15.0.2",
"@react-native-async-storage/async-storage": "2.2.0",
"@tensorflow-models/mobilenet": "^2.1.1",
"@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-react-native": "^1.0.0",
"expo": "~56.0.12",
"expo-blur": "~56.0.3",
"expo-build-properties": "~56.0.19",
"expo-camera": "~56.0.8",
"expo-file-system": "~56.0.8",
"expo-gl": "~56.0.5",
"expo-glass-effect": "~56.0.4",
"expo-image-manipulator": "~56.0.19",
"expo-image-picker": "~56.0.18",
"expo-media-library": "~56.0.7",
"expo-status-bar": "~56.0.4",
"jpeg-js": "^0.4.4",
"react": "19.2.3",
"react-native": "0.85.3",
"react-native-fs": "^2.20.0",
"react-native-safe-area-context": "~5.7.0",
"react-native-svg": "15.15.4",
"react-native-view-shot": "5.1.0"
},
"devDependencies": {
"@types/jpeg-js": "^0.3.0",
"@types/react": "~19.2.2",
"typescript": "~6.0.3"
},
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"typecheck": "tsc --noEmit",
"ios:archive": "xcodebuild -workspace ios/hotdog.xcworkspace -scheme hotdog -configuration Release -destination 'generic/platform=iOS' -archivePath build/ios/hotdog.xcarchive -allowProvisioningUpdates archive",
"ios:export": "xcodebuild -exportArchive -archivePath build/ios/hotdog.xcarchive -exportPath build/ios/export -exportOptionsPlist config/ExportOptions.AppStore.plist -allowProvisioningUpdates",
"ios:upload": "xcrun altool --upload-app --type ios --file build/ios/export/hotdog.ipa --apiKey \"$ASC_KEY_ID\" --apiIssuer \"$ASC_ISSUER_ID\"",
"asc": "npx @onmyway133/asc-cli"
},
"private": true
}